cancel
Showing results for 
Search instead for 
Did you mean: 

PO item details

Former Member
0 Kudos

Hi,

I have requirement of getting the PO item details and account assignemt details of the particular po.

is there any function module to get the item as well as account details by passing the po number.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Use FM BBP_PD_PO_GETDETAIL where I_OBJECT_ID = <PO number>.

Former Member
0 Kudos

Hi Lokesh,

the function module given by kezia will get you both the information. the concern with this FM is that

this FM will take both the PO -object id as well as PO- guid .

if you give the object id the problem will occur if the PO is changed once it get approved (there will be different version ). so better try to user guid.

Regards

-


Channappa Sajjanar

Former Member
0 Kudos

Hi,

Use BBP_PROCDOC_ITEM_GETDETAIL passing item guid. Else call BBP_PROCDOC_GETDETAIL, get all items and call item get detail.

Regards

Azad

Edited by: Azad Tripathi on Aug 7, 2009 10:29 AM