cancel
Showing results for 
Search instead for 
Did you mean: 

B470_REQUISTION_CHANGE

Former Member
0 Kudos

Dear All,

I would like debug a ZBBP_DRIVER_DETERMINE Implementation within SRM

for the Functionname -> "B470_REQUISTION_CHANGE"

What has to be executed ?

Regards

sas

Edited by: erdem sas on Mar 7, 2009 8:41 AM

Accepted Solutions (1)

Accepted Solutions (1)

peter_novoth
Active Contributor
0 Kudos

Hi Sas,

Please do the following:

  • Create a new SC, and set it on the status hold.

  • Set a breakpoint in your implementation ZBBP_DRIVER_DETERMINE.

  • Check the GUID of the held SC (e.g. you can check it in the Transaction BBP_PD)

  • Execute the function module BBP_PD_SC_TRANSFER via SE37 and give as import parameter the GUID what you just copied from the BBP_PD

  • F8

  • You will reach the breakpoint

Background: also the held SC can be transfered. If you wouldn't set the SC to the status hold (instead of this you order it directly) the workflow would take the process to background, so you wouldn't have chance to debug.

Regards,

Peter

Former Member
0 Kudos

Peter I thank you very much

Regards

sas

Answers (0)