Application Development and Automation 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: 
Read only

Enhancing ME31

Former Member
0 Likes
656

I am adding a new field to the ME31/32 screen, so I have:

- extended table ekpo using CI_EKPODB to include my new field

- Activated SAP enhancemtn MM06E005 and added my new field to screen SAPLXM06 0211

I have treid naming the new field on this screen ekpo-zfield, and ekpo_ci-zfield with reference to the dictionary

But when I save data the data in the new field is not saved to ekpo. When I've done this for sales orders using vbak I've not needed to add any additoanl code to ensure the data is saved, so what am I misisng here.

I am adding a new field to the ME31/32 screen, so I have:

- extended table ekpo using CI_EKPODB to include my new field

- Activated SAP enhancemtn MM06E005 and added my new field to screen SAPLXM06 0211

I have treid naming the new field on this screen ekpo-zfield, and ekpo_ci-zfield with reference to the dictionary

But when I save data the data in the new field is not saved to ekpo. When I've done this for sales orders using vbak I've not needed to add any additoanl code to ensure the data is saved, so what am I misisng here.

2 REPLIES 2
Read only

Former Member
0 Likes
533

Data will not save unless if you write some code ,this is not like sales order user exit.

Use New Badi - ME_PROCESS_OUT_CUST ,Here use Post Method to save the data.

Thank you

Seshu

Read only

Former Member
0 Likes
533

Found the PBO and PAI modules in the user eixts 016 & 017 of enhancement MM06E005