This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SAP Connector: SAP Company template

Hi all,

I need to understand how the value of SAP Company value is calculated.

I see that the tamplate script retrive the value from the SAP mandant.

UID_SAP_Comany tempate:

If Not CBool(Connection.Variables("FULLSYNC")) Then
Value = $FK(UID_SAPMandant).UID_SAPCompanyDefault$
End If 

All customer mandants have no value for  UID_SAPCompanyDefault field.

When I complete the "New SAP Account" windows, after selecting the SAP client, the Account Definition and the managed level,  the Company field is empty

It seems ok, the SAP Company is empty. But after the "SAVE" the Comany value changes and it become one of SAP comany table. Always the same for all accounts created.

The template is executed and it  is ok, The format script is empty.  The OnSaving/Saved script on SAP User doesn't change the company.

What is that changes the company value ?  I need to leave empty this value.

Thank you and best regards

Ermes