Application Development and Automation 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: 
Read only

modification

Former Member
0 Likes
674

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
Read only

Former Member
0 Likes
649

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
Read only

Former Member
0 Likes
650

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

Read only

0 Likes
649

sy-uname = 'sap login id'

am i correct madhu.....

Read only

0 Likes
649

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

Read only

Former Member
0 Likes
649

Hi,

Yes..It will be your logon id..

Thanks

Naren

Read only

Former Member
0 Likes
649

Hi,

Yes it is correct using your logon id.

Regards,

Ferry Lianto