Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Requisition no (BANFN) in ME2N

Former Member
0 Kudos

Requirement : I need to add PR no in ME2N ALV report. As suggested by some guys, i have appended a structure with BANFN field into MEREP_OUTTAB_PURCHDOC. Now Purchase Requisition field is visible in report, but has no values in it. Can anybody tell how to populate the values of PR(BANFN) no in ME2N.

5 REPLIES 5

Former Member
0 Kudos

Hi Omkar,

Please check once whether the PO Number for which the ME2N report is ran is made corresponding to PR. We can check the same in EKPO table by putting the PO number along with line item number to get the associated PR number.

Regards,

Aashika Agarwal

0 Kudos

EKPO table has been updated with PR no. Please provide any Exit / BADI required for the same.

0 Kudos

Former Member
0 Kudos

Thanks for your reply. But just could not solve my issue. Please do let me know any other option for the same.

VenkatRamesh_V
Active Contributor
0 Kudos

Hi,

Try,

Implicit enhancement by passing  the ekpo-banfn to   MEREP_OUTTAB_PURCHDOC  Structure.

Hope it helpful.

Regards,

Venkat.