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

Subscreen data not updating to database

Former Member
0 Likes
584

Hi,

I have created a subscreen in transaction code ME41/ME42/ME43. Whenever I put data on the custom subscreen, table ekpo is not getting updated with the input data. I have checked EXIT_SAPMM06E_013 and I did passed the new table to XEKPO. But it is still not working. Kindly advice.

Thanks and regards,

Marc

Hi,

I have created a subscreen in transaction code ME41/ME42/ME43. Whenever I put data on the custom subscreen, table ekpo is not getting updated with the input data. I have checked EXIT_SAPMM06E_013 and I did passed the new table to XEKPO. But it is still not working. Kindly advice.

Thanks and regards,

Marc

1 REPLY 1
Read only

Former Member
0 Likes
426

Hi Marc,

In EXIT_SAPMM06E_018 do as follows:


e_ci_ekpo = ekpo_ci.

The append structure CI_EKPODB is included in ekpo_ci. Moreover the screen fields should be created with reference to ekpo_ci.

This will update the database table with values for the custom field.

Hope this helps.

Regards,

Abhisek.