‎2005 Aug 05 7:47 PM
Hi,
Iam working on enhancement in ME31k.I need to add a subscreen with table control at the item level.Iam using the screen 211 in exit MM06E005.Iam facing a problem in adding data to the table.I added a str with enhanced fields in the ekpo table.Iam using the fm's EXIT_SAPMM06E_016 EXIT_SAPMM06E_017.Can anyone help me regarding this.
Thanks in advance,
Avinash
‎2005 Aug 05 11:16 PM
Hi
In the User exit... there is a structure called I_EKPO which holds the data for current line item...
Use the I_EKPO-EBELN and I_EKPO-EBELP and read the data from table TEKPO....which has all the records...and populate you data into it...
But if you want to enhance PO item then u need to use Screen 0111 but not 0211...please check it....
Thanks
Balu