cancel
Showing results for 
Search instead for 
Did you mean: 

PurchaseOrderERPRequest - Username needed

Former Member
0 Kudos

Hello experts,

I have an issue developing an interface. Our SRM Team wants to deploy a standard interface, PurchaseOrderERPRequest, which sends data in order to create RFxs.

The flow is:

SAP ECC -> PI -> SAP SRM.

Following the SAP Note 1263876, I have activated the SE_Sourcing_Enhancements IS and configured with XI channels (sender and receiver) the connections to ECC and SRM. The design includes to see the user who sends the interface, because the want to know the user who creates the RFx.

Does anyone know if is possible to send the username in the interface? Another and better solution?

Thanks in advance!

Kr,

Joaquín.

Accepted Solutions (0)

Answers (3)

Answers (3)

ambrish_mishra
Active Contributor
0 Kudos

Hi,

This is going to be a standard proxy interface and I am afraid there is no field like user name in the standard message type.

Although I quite like Gagan's idea of using principal propagation for this and would be interested to see if it works.

Ambrish

gagandeep_batra
Active Contributor
0 Kudos

Hi Joa,

You can check blow link also that may help to send username:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50d07121-07a5-2c10-5280-a081de9b8...

Regards

GAgan

iaki_vila
Active Contributor
0 Kudos

Hi Joaquin,

The best way is using data type enhacement object to increase the number of fields of the standard interface and later to create the proxy referring to this new type.

Check  's answer in this thread http://scn.sap.com/message/13480104#13480104

Regards,