cancel
Showing results for 
Search instead for 
Did you mean: 

shopping cart number from PO/PR number by rfc call

Former Member
0 Kudos

Hi,

I need tomake rfc call from r3 by giving the PO or PR number and getting the shopping cart number from srm

srm version is 5.0

I have searched and found that there is 'no such RFC function module in srm'

could you please confirm it if you have gone thru the same search?

thanks

Rita

Accepted Solutions (0)

Answers (2)

Answers (2)

khan_voyalpadusman
Active Contributor
0 Kudos

Hi,

When the external requirement ( purchase requisition ) is transfered from R/3 to SRM , system will create shopping cart in the SRM system using RFC call.

can you please check wether you can find some function modules with BBPEXT in the R/3 system.

or else go through the program BBP_EXTREQ_TRANSFER and see wether you can find something relevant.

Reward points if Usefull

Message was edited by:

khan voyalpad usman

Former Member
0 Kudos

Hi,

You can get the SC details from the PO number by simply quering the table BBP_PDBEI.

You must query BBP_PDBEI for each SC item GUID.

You will find:

- BBP_PDBEI-BE_OBJECT_TYPE = BUS2201

- BBP_PDBEI-BE_OBJECT_ID = SRM PO number

-- BBP_PDBEI-GUID = SC guid

Now you need to write this in a remote enabled FM in SRM ,call that in R/3 and pass the PO no.

BR,

Disha.

Pls reward points for useful answers.