cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the sysid by sysproperty

former_member219577
Participant
0 Kudos

Hello,

In order to create a multicompany web service, I would like to retrieve the SysId depending on a SysType property.

Does anyone have on idea on how to do that?

I have searched in several places in B1i and I don't find any file in which the information is stored. But for sure, it should be somewhere.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

bastian_schaefer
Active Contributor
0 Kudos

Hi Damien,

you can use the document() function in xslt to read the systype properties from:

/com.sap.b1i.vplatform.directory/SysIdProperty/<sysid>.xml

Another option is to work with the global table concept.

Best regards

Bastian

former_member219577
Participant
0 Kudos

Thank you Bastian !

I have review losts of documents using the Bizstore download but I should have missed those one.

The Customer already uses the CompanyCode for the B1iSN scenarii that's why I didn't want to use a global table.

Answers (0)