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: 

Screen Exit for ES60

Former Member
0 Kudos

Hi everybody. I added a new field (ci_evbs) in the t-code es60 using EMDP0001. The new field is showed in the t-code. the problem is that the data is not saved in the field, either in the table. my new fied is called "zzpsumintxt01"

I have filled this exits:

1.- EXIT_SAPLES60_002.

move x_evbsd-zzpsumitxt01 to y_evbsd-zzpsumitxt01.

2.- EXIT_SAPLES60_003.

move x_sub_obj-evbs-ZZPSUMITXT01 to xy_evbsd-ZZPSUMITXT01.

3.- EXIT_SAPLES60_007.

move x_evbsd-ZZPSUMITXT01 to xy_sub_obj-evbs-ZZPSUMITXT01.

Anyone knows how to solve this problem?

Thanks

2 REPLIES 2

Former Member
0 Kudos

You're on the right track.

In transaction SMOD, enhancement EMDP0001 shows the exits for ES60.

The 3 you've done are there, but there is more.

SMOD, EMDP0001, then display, components, and then see the function module exits. You can scroll down through them.

Click through on any of them and read the function module documentation to see their purpose.

If you do so you will find out that EXIT_SAPLES60_008 and 009 are the ones you need to maintain.

0 Kudos

Hello

I am working on the same requirement.

Could you please share your solution.

Chiraz.