cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart Workflow.

Former Member
0 Kudos

Hi,

We have N-Step Shopping Cart Workflow implemented.

The SC is created, workflow is triggered with say 4 lines. At the 1st level approval, the approver rejects 1st & 2nd lines in the Shopping Cart & saves.

The workflow comes back to the originator for Accepting the changes.

I want to know the following -

1. I want to debug the SAP Code when the originator clicks on ACCEPT CHANGES button. Where in the SAP code do I set the breakpoint?

2. How do I know in any case, what SAP code is being called in background?

3. How do I know what service is being used?

Appreciate your responses!!

Thanks,

- Rishi

Accepted Solutions (1)

Accepted Solutions (1)

SE12
Active Participant
0 Kudos

Hi Rishi,

Please see note 954135 for details on how to debug after requestor accepts the changes. As explained in the note, by setting the breakpoint at bbp_pdh_wfl_db_update function module, and setting IV_IN_DIALOG = X, you will be able to debug the background code.

Kind regards,

Siobhan

Former Member
0 Kudos

Thanks Siobhan. This note helps me debug what happens after user hits the ACCEPT CHANGES button. Thats part of the problem though.

In the note SAP has mentioned, that I should debug the transaction BBPSC08. Now, when I as the originator, go in to ACCEPT CHANGES, how do I know -

1. What service is being called?

2. Whats the background transaction/Function Module or code thats going to be executed. How did SAP know (or any one for that matter) know that the tcode being called is BBPSC08.

Please accept my apologizes if you find these questions basic.

Thanks,

- Rishi

Former Member
0 Kudos

Thanks Once I again Siobhan. I got answers to all my queries.

Answers (0)