cancel
Showing results for 
Search instead for 
Did you mean: 

Free item in Purchase Order

sivapuram_phanikumar
Active Participant
0 Kudos

Hi,

How can we find out that an item in PO is free item or not? In which table it is stored? What is the procedure to extract that?

Thanks & Best Regards,

Kumar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1.BAPI_PO_CREATE1. It has field for FREE_ITEM.

2.BAPI_PO_CREATE there is parameter PO_ITEM_ADD_DATA-GR_NON_VAL.

3.Check this table,

TB2BJ Trading Contract: Item Categories

UMSON Free item .

Regards,

Shiva Kumar(Reward if helpful).

Answers (1)

Answers (1)

sivapuram_phanikumar
Active Participant
0 Kudos

We can use BAPI, 'BAPI_PO_GETDETAIL1' and tables parameter POITEM-FREE_ITEM to know whether a PO item is free or not.

Former Member
0 Kudos

Hi,

Faced same pbm. Thought of sharing the solution.

Free Material will not have invoice. So, the field is nothing but the 'Invoice Receipt' field in EKPO table. (EKPO-REPOS).

If the Invoice receipt field is checked, then the material is not a free material and

If the Invoice receipt field is Unchecked, then the material is free material .

Thanks & Regards,

Vishnu Priya