cancel
Showing results for 
Search instead for 
Did you mean: 

FM/Badi for simulating shopping cart conversion

Former Member
0 Kudos

Hi Folks,

Pls suggest me a relevant Function module or BADI which we can use to simulate the Shopping cart conversion to PR in SRM 5.0 Classic scenario before save it. It is required to capture the errors when shopping cart is trying to convert it into PR in ECC after approval in advance.

Please advice whether it is feasible.

Regards

TGB

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you have something to implement/customize us the BADI BBP_CREATE_BE_RQ_NEW and use BAPI: BAPI BAPI_PO_CREATE1 and try to debug to find how the back end docs are created.

check the below posts for debugging the BAPI.

Regards,

Satya

Answers (2)

Answers (2)

Former Member
0 Kudos

In SRM 5.0 system, set first BP in FM META_BAPI_DISPATCH, afterwards, debug continuously to check

the follow-on documents,FM:BBP_INTERPRETE_DATA is called via RFC call, set RFC user with user type:

dialog, you will come into this FM to check how PR is created .

CALL FUNCTION 'BBP_INTERPRETE_DATA'

DESTINATION destination

Afterwards, check return table of this RFC FM call.

Regards

Lauren

former_member183819
Active Contributor
0 Kudos

https://wiki.sdn.sap.com/wiki/display/SRM/Howtoanalyzethefollow-ondocumentdetermination

why PR is geting created

what about the settings in Define backend objects?

or

what about source of supply in the shopping cart - Fixed vendor?

muthu