2009 Jun 04 3:35 PM
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.
2009 Jun 04 3:45 PM
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
2009 Jun 11 4:38 PM
Found the PBO and PAI modules in the user eixts 016 & 017 of enhancement MM06E005