Application Development 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: 

EXIT_SAPLMLSR_021

Former Member
0 Kudos

i append field to ESSR table by using this user exit.

how i can delete this field

2 REPLIES 2

Manohar2u
Active Contributor
0 Kudos

Hi Rani,

If you have enchanced ESSR table with CI_ESSRDB include and you want to delete this include, then from se11 you can delete this structure.

Next step is to go SE14 for table ESSR and perform activate and adjust database.

Check before deleting whether if there any record existing with this (enhanced) field entry, if so clear this field either from transaction or by program. If there are any entries with value in this field then your table will not get adjusted.

Regards

Manohar

Former Member
0 Kudos

can you tell me how to take the data from a customized screen and include in the customer include when saving?