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

Former Member
0 Likes
806

hi,

i copy a standard program but include i use the sap original include. later i found out i need to change something in this include. how can i do that?

i copied a z include but now in se80, i do not know how to remove the standard include from my program. i already added the z include by typing include z_rddd in my program.

please let me know how to remove the standard include from my z program in se80.

thanks

rgds

6 REPLIES 6
Read only

former_member156446
Active Contributor
0 Likes
785

Hi

Search for the include name in the main program and replace all the include names with Z include names.

Read only

Former Member
0 Likes
785

Hai,

In your Z program , Add your created Z includes and remove the standared include names .

Thanks,

Nagaraju

Read only

0 Likes
785

hi,

if can remove the standard include in my z program in se80, i would not have asked here.

the problem is i not able to delete it. when i try to delete it, it says program rxxxx is referenced in other program.

i right click the standard include in includes forlder in my program in se80.

i copied from standard program so no way to see the keyword statement in coding have include rxxxx statement.

so how can i change the standard include to z include in my program.

thanks

Read only

0 Likes
785

Hi,

Try to comment the include and include your new include

Regards

Read only

0 Likes
785

Hi,

Replace all the SAP Standard include programs with z program name.

You can use WHERE USED LIST option to find out where these SAP standard include programs are refered in your program.

Regards,

Chandru

Read only

0 Likes
785

Hi,

you have to delete the includes IN YOUR Z REPORT. I think you are trying to delete the actual includes, thats why you get the message that they are being used by other programs.

Regards,

Roberto.