‎2008 Jan 24 5:12 PM
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!
‎2008 Jan 24 5:39 PM
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.
‎2008 Jan 24 5:39 PM
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.