2011 Feb 24 7:07 AM
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
2011 Feb 24 10:02 AM
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.
2021 Oct 19 10:05 PM
Hello
I am working on the same requirement.
Could you please share your solution.
Chiraz.