2007 Mar 09 4:42 PM
I would like to modify the program MV45AFZZ with my user ID like,
IF SY-UNAME = XXXXXX.
code here...........
END IF.
can u correct me.............
because once I am developoing and writing code it should not effect other users and remaining activities.....for that exit....
Madhu.
2007 Mar 09 4:47 PM
Hi,
Yes..You are correct..
IF SY-UNAME = 'MADHU'.
****Do all the coding here...
ENDIF.
But make sure to remove the sy-uname check..Before transporting...
Thanks,
Naren
2007 Mar 09 4:47 PM
Hi,
Yes..You are correct..
IF SY-UNAME = 'MADHU'.
****Do all the coding here...
ENDIF.
But make sure to remove the sy-uname check..Before transporting...
Thanks,
Naren
2007 Mar 09 4:49 PM
2007 Mar 09 4:51 PM
Yes.. nothing wrong with your approach.. also, your code will get triggered only upon activation.. it shouldn't impact others while you aremaking the chnages..
~Suresh
2007 Mar 09 4:51 PM
2007 Mar 09 4:51 PM
Hi,
Yes it is correct using your logon id.
Regards,
Ferry Lianto