cancel
Showing results for 
Search instead for 
Did you mean: 

Ariba CIG PO is created by

myc
Participant
0 Kudos

Whenever a PO is created from Ariba at the top of PO screen (Me23n) it appears that PO is created by CIG. To resolve this issue I need value x in my QuoteMessage payload so that I can map it to QuoteMessage element named "Created_By" but I cannot find value x in my QuoteMessage payload. However value x can be seen in QuoteRequest Payload but how that value x can be transfered to Ariba and then to QuoteMessage payload.

Can anyone guide how this can be achieved.

thanks in advance.

View Entire Topic
former_member259347
Participant
0 Kudos

I don't think this CREATED_BY is mapped OOTB for QuoteRequest today. I would probably suggest the following.

Have an extrinsic for CREATED_BY in QuoteRequest and then pass the relevant information pass to it through mapping tool. Ensure this information is available during QuoteMessage creation. You may then map it to relevant field in QuoteMesageOrder.

myc
Participant
0 Kudos

Hi Sunil,

You have exactly pointed what I am trying to do. I have created extrinsic and value is correctly falling in QuoteRequest now can you please guide how to transfer that extrinsic element along with value to QuoteMessage?