cancel
Showing results for 
Search instead for 
Did you mean: 

how to set the table I_ORG in 'BBP_EXTREQ_INBOUND'?

Former Member
0 Kudos

dear all,

Now I am using BAPI 'BBP_EXTREQ_INBOUND' to create a shopping card and have successed.

but in the table I_ORG, whatever I set the value of organization ID and group ID, it will not be changed in the SRM.

how can I set them?

t hank you!

Accepted Solutions (0)

Answers (1)

Answers (1)

khan_voyalpadusman
Active Contributor
0 Kudos

hi ,

you can use BADI --> BBP_PGRP_ASSIGN_BADI in your SRM system and make changes according to your own requirements.

if you make changes using the above BADI --> then changes should be updated in the newly created shopping cart.

this is because , the above BADI is called ---> in the

BAPI 'BBP_EXTREQ_INBOUND' .

check out the following sequence --->

BBP_EXTREQ_INBOUND ---> calls

FM BAPI_SCEC_CREATE ---> calls

{BAdI - BBP_PGRP_ASSIGN_BADI -


PERFORM sc_pgrp_assign_badi TABLES lt_i_items "XMZSP02AO

lt_i_account "XMZSP02AO

lt_i_partner "XMZSP02AO

USING ls_i_header "XMZSP02AO

CHANGING lt_i_orgdata[] "XMZSP02AO

return[]. "XMZSP02AO

}----