SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

How do we get a field copied and made uneditable in the transaction ES60

Former Member
0 Kudos

How is it possible to copy the contents of the field 'Supplement' in the Tcode ES60 to the field 'Location Supplement' and make the latter uneditable in the Tcode ES61?...

Exit to be used is EMDP0001 , but which function exit needs to be used...?

RSVP.

2 REPLIES 2

Former Member
0 Kudos

Try this..

Make Field location supplement uneditable for ES60/ES61 using Transaction Varient

Use a user Exit during save the field 'Supplement' in the Tcode ES60 to the field 'Location Supplement'

Hope it helps..

Regards,

Mahesh

0 Kudos

Of the ten odd function exits available in EMDP0001, in which one should the code figure for copying the 'Location Supplement'?...

Is it possible to use the same exit to make 'Location Supplement' un-editable...

By debugging i found the order in which the control is passed to the exits which is:

First screen of ES60, Exit No. 6,3 ,2, then second screen of ES60, Exit No. 7,4, 5, 8, 10.