Hi Experts,
I use MEREQ001 to add new fields on the customer tab.
I check during the process the fields and set to required and input a.s.o.
f.e.
If sy-tcode eq ME52N or ME51N.
IF screen-name EQ 'CI_EBANDB-ZZ_ABTL'.
screen-input = 1.
screen-required = 1.
ENDIF.
Works fine except one issue.
The user starts tc me53n and click on the pencil to switch from display in change mode.
The problem now is that sy-tcode is still ME53N and I don´t if there is a field which know that I´m now in change mode.
Try to find something in SYST but I´m not sure.
These two field are changing the value during the process.
sy-modno
sy-oncom
what field should I use? Or is there a field I can use instead?
Any Ideas?
Thanks
Alex