cancel
Showing results for 
Search instead for 
Did you mean: 

retreiving system id using adapter modules

Former Member
0 Kudos

Hi,

the requirement is to retrieve the System ID using the adapter module.

I know that it is possible to retrieve the system id using udf.

Can anyone help me by giving some pointer how to retrieve the System ID using the module?

Regrads,

Meenakshi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Something like this :

String SID = (String) System.getProperty("SAPSYSTEMNAME");

Hope this helps

Chris

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi ,

I dont know why you want to go for Adapter module for this?? any special reason??

if you decided to use Adapter module then use same code(udf) in module it will return SID.

Regards,

raj

Former Member
0 Kudos

Maybe retrieving SID is needed in an adapter module "context" (auditing, etc) ?