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

saving data to ekko table

Former Member
0 Likes
661

iI would like to adjust 2 new fields in the EKKO table at the ME2x and ME2xN transactions.

I could activete the MM06E005 enhancement: I could add the new fields to the CI_EKKODB and in the SAPLXM06 0101 dynpro also, but I don't know what is the right program code in the includes of the FM EXIT_SAPMM06E_0xx to save/load/check the customer data, and how to set the field attrbute at the display/modifying transactions (me23,me23n / me21,me21n,me22,me22n).

When I swiched from modifying to display, these fields remained modifiable... But at the modify & create transactions I couldn't save the data to the EKKO table.

Please send me right source codes for these FM's includes.

Thanks for all helps!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
540

Just look at the function module Short text. E.g. EXIT_SAPMM06E_006 - Export Data to Customer Subscreen for Purchasing Document Header (PBO). This means that the FM will be called from Process Before Output of the corresponding dynpro and so you can code there screen field attributes manipulation.

1 REPLY 1
Read only

Former Member
0 Likes
541

Just look at the function module Short text. E.g. EXIT_SAPMM06E_006 - Export Data to Customer Subscreen for Purchasing Document Header (PBO). This means that the FM will be called from Process Before Output of the corresponding dynpro and so you can code there screen field attributes manipulation.