cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_PROCDOC_GETDETAIL

P561888
Active Contributor
0 Kudos

Hi Experts,

In my program BBP_PROCDOC_GETDETAIL is used. here it is considering only apporved cart , but i need the unapporved carts also .. what is the FM i have to use instead of this FM.

Regards,

Bharani

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you want to get the list of all SC's which are waiting for approval/unapprved,you can use the FM "BBP_PD_SC_GETLIST.".

To get details of SC,you can use either the FM BBP_PROCDOC_GETDETAIL or BBP_PD_SC_GETDETAIL.

Also see these threads for more pointers:

BR,

Disha.

P561888
Active Contributor
0 Kudos

Hi ,

But here there are filling the E_ITMLIM_REL using internal table . here for the approved cart i am getting one record where as for the unapproved carts there is n record exists.

how can i fill the E_ITMLIM_REL.

regards,

bharani

Answers (1)

Answers (1)

P561888
Active Contributor
0 Kudos

Thanks all