cancel
Showing results for 
Search instead for 
Did you mean: 

Query regarding confirmation

Former Member
0 Kudos

hi,

i created a function module for confirmation of a shopping cart.Now,this FM returns the confirmation number.

can anyone please tell me what needs to be done to getthe shopping cart numberassociated with this confirmation number that my FM returns.

Thankyou,

Pratyusha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pratyusha,

By keeping the confirmation's GUID, you can extract the PO number from the table BBP_PDHGP of field REF_DOC_NO.

Once, you get the PO number, please pass the PO number under object Id in FM BBP_PD_PO_GETHISTORY you will get Shopping cart number.

Thanks

Rajesh K