cancel
Showing results for 
Search instead for 
Did you mean: 

steps are skipped

Former Member
0 Kudos

Dear SRM Experts,

what may be the reason when suddenly the program runs instead

55,7 |  0,0 |Call Func. BBP_PROCDOC_SAVE      |SAPLBBP_PD_SC
55,7 |  0,0 |Perform PROCDOC_SAVE             |SAPLBBP_PD
42,7 |  0,0 |Call Func. BBP_ITMADM_GET_SAVE_TABS |SAPLBBP_PD 
42,7 | 42,7 |Perform ITMADM_F_GET_SAVE_TABS      |SAPLBBP_PDIAD 
29,6 |  0,1 |Perform GET_AND_SAVE_XY_TABS        |SAPLBBP_PD
21,0 |  0,0 |Call Func. BBP_PD_SC_UPDATE         |SAPLBBP_PD_SC

this way

| 55,7 |  0,0 |Call Func. BBP_PROCDOC_SAVE      |SAPLBBP_PD_SC
| 14,9 |  0,0 | Perform PROCDOC_SAVE            |SAPLBBP_PD
|  9,5 |  0,0 | Call Func. BBP_PD_SC_UPDATE     |SAPLBBP_PD_SC

while deleting an item in the shopping card.

Some steps are skipped in the second coding. Some conditions are maybe not met. I couldn't findout

the affected area. Can pls. someone help me in this matter.

Regards

Marco M.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Marco,

You can debug form PROCDOC_SAVE to verify this.

It is quite possible that a IF statement before calling "FM BBP_ITMADM_GET_SAVE_TABS" and this condition is not met.

Regards,

Thiago Salvador

Former Member
0 Kudos

That was what I have thought too. But I have not found this place.

Regards

Marco