cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart Status

Former Member
0 Kudos

I am writing custom ABAP program in which I need to find the status of SC.

Can any one let me know how can we get the status of SC? like any function module or transparent table.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sudha,

You can use the FM BBP_PD_SC_GETDETAIL and pass your SC number into I_OBJECT_ID. In the E_STATUS table you can check if the field STAT = I1015, then it's awaiting approval

if it is I1021, then it's created

if it is I1038, then it's complete

if it is I1106, then it's ordered

if it is I1129, then it's approved

if it is I1111, then it's in transfer

if it is I1113, then its follow on document is created.

Regards,

Nikhil

Answers (0)