cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_PROCDOC_GETLIST Question

Former Member
0 Kudos

My question is that i have to get all the POs for a certain status. How do i go about using this FM?

Do I use the FM BBP_PD_PO_GETDETAIL to get all the PO's and then pass it to the FM bbp proc ? Or do i do a select all from CRMD_ORDERADM_H and CRMD_ORDERADM_I ?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member206968
Active Contributor
0 Kudos

Hi,

You can use fm- bbp_pd_po_getlist. Pass your status in structure 'I_status' and you should be able to get all the POs with that status.

Regards,

Sanjeev

Former Member
0 Kudos

so i use the bbp_pd_po_getlist to get a list of all the POs. Then i pass it to bbp_procdoc_getlist ?

Former Member
0 Kudos

or do i even need to use bbp_pd_po_getlist ? Can i just use the bbp_procdoc_getlist directly passing in the PO type?

Former Member
0 Kudos

Hi,

Use "bbp_pd_po_getlist"."bbp_pd_po_getlist" in turn calls bbp_procdoc_getlist .

BR

Deepti.