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

include prg change

Former Member
0 Likes
413

Hi Friends,

i am changing some code in one include prg .

but this include prg is using for other 2 prgs..

my requirement is : when i was change the code in this

include prg that not AFFECTED OTHER 2 PRGS..

logic pls...code.

regards,

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
380

copy ur include..to a Z and make changes..

or

in ur include put a condition like if sy-repid = "ur program name".

Read only

Former Member
0 Likes
380

Hi,

Copy the include to a z include make chanegs and call it in the program you want and dont make changes to other programs.

Regards,

Himanshu Verma