cancel
Showing results for 
Search instead for 
Did you mean: 

Get PO Confirmation and Invoice Number fron SC line item deial like GUID

Former Member
0 Kudos

Hi All,

I want to create ZReport where i have to find Purchase Order , Confirmation and Invoice Number fron SC line item .

I am looking for that tables or FM by using which i can give SC line item Guid and i can get the corrosponding PO , Confirmation and Invoice if any.

Please suggest solution.

Thanks in Adavnce,

Snehal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Snehal,

You can use following FMs to get the required deatils:

FM: BBP_PD_SC_GETDETAIL

E_ITMLIM_REL

Select the second entry

Shift+F5

Take the HDR_GUID_A for PO

and HDR_GUID_B for Conf

and HDR_GUID_C for Inv

FM: BBP_PD_PO_GETDETAIL

enter the HDR_GUID_A

Goto E_HEADER select the OBJECT_ID

FM: BBP_PD_CONF_GETDETAIL

Goto E_HEADER select the OBJECT_ID

FM: BBP_PD_INV_GETDETAIL

Goto E_HEADER select the OBJECT_ID

This could help you.

Regards,

Suneel Kumar