cancel
Showing results for 
Search instead for 
Did you mean: 

how to fetch SID from Client proxy?

manikandan_shanmugam3
Active Participant
0 Kudos

Hi All,

Scenario: Proxy to File

we have to create a file name dynamically and ECC SID is a part of the File name.

Kindly let me know how can we fetch SID from the inbound payload(inbound to PI) ?

Regards,

Mani

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Manikandan,

Did you tried variable substitution concept .

Regards

Venkat

Former Member
0 Kudos

Hi,

If ECC SID is part of sender interface or sender system name, you may retrieve it using variable substitution from message header. Please check this:

http://help.sap.com/saphelp_nw73/helpdata/en/44/6a316af5a23672e10000000a114a6b/content.htm

Otherwise, you may set it in mapping using dynamic configuration using RFC lookup. You may call RFC to fetch ECC SID and set it in dynamic configuration to set filename.

Please check this link:

http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=272171407

Regards,

Beena.

Former Member
0 Kudos

Hi ,

Below is the link for variable substitution documentation given by sap.

http://help.sap.com/saphelp_nwpi711/helpdata/en/44/6a316af5a23672e10000000a114a6b/frameset.htm

Regards

Venkat