Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

modification

Former Member
0 Kudos
144

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
119

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

5 REPLIES 5

Former Member
0 Kudos
120

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

0 Kudos
119

sy-uname = 'sap login id'

am i correct madhu.....

0 Kudos
119

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

Former Member
0 Kudos
119

Hi,

Yes..It will be your logon id..

Thanks

Naren

ferry_lianto
Active Contributor
0 Kudos
119

Hi,

Yes it is correct using your logon id.

Regards,

Ferry Lianto