cancel
Showing results for 
Search instead for 
Did you mean: 

FM to get the account details of a line item at PO level in SRM 7.0

Former Member
0 Kudos

Hi,

Currently we are working in SRM 7.0 extended classic scenario. Can any one please provide me the FM other than 'BBP_PD_PO_ITEM_GETDETAIL' which will return us the account details of a particular line item into the structure et_account by passing the line item guid.

Information on this is highly appreciated.

Thanks.

Regards,

Krishna.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Krishna,

You can use the FM BBP_ACCOUNT_GETDETAIL to get the account assignments of an item by supplying the item guid and object kind.

CALL FUNCTION 'BBP_ACCOUNT_GETDETAIL'

EXPORTING

i_p_guid = GUID (give item guid here for item account details)

i_p_kind = <'A' for header/'B' for item>

i_read_texts = lv_read_texts

TABLES

e_account = e_account.

Regards

Saravanan.

Former Member
0 Kudos

Hi Krishna

Please check the Function Group BBP_PD for the same. I am away from my SRM Landscape now, will send you the respective FM(if any) later.

Regards

Virender Singh