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

EXIT_SAPLMLSR_021

Former Member
0 Likes
440

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

how i can delete this field

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

how i can delete this field

2 REPLIES 2
Read only

Manohar2u
Active Contributor
0 Likes
394

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

Read only

Former Member
0 Likes
394

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