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: 

help regarding MEREQ001 & MM06E005

Former Member
0 Kudos

Hi Experts

i have to add additional fields to PR item and PO item which i have done through given exits

design the screen but the data entered in fields of designed screen is not getting updated in EKPO and EBAN table so do i have to write code to get updated in table if yes than where and in which exit or PBO or PAI...where i need to write the code to get updated in EKPO and EBAN table.

pls help if an clue

Thanks & Regards,

Taran

4 REPLIES 4

Former Member
0 Kudos

pls help

0 Kudos

Guys i am waiting for answer also after saving in the PO

i open open in change mode i.e me22n or me23n than i get the data automatic or i need to code it

former_member223537
Active Contributor
0 Kudos

Hi Taran,

You need to implement BADI 'ME_PROCESS_PO_CUST".

Goto SE19 & implement the above BADI.

In GET_ITEMS, populate the code using SET DATA.

Best regards,

Prashant

0 Kudos

hi prashant

can u pls guide me how implement this badi