‎2008 Jan 19 4:24 AM
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
‎2008 Jan 19 4:30 AM
Hi
Search for the include name in the main program and replace all the include names with Z include names.
‎2008 Jan 19 4:47 AM
Hai,
In your Z program , Add your created Z includes and remove the standared include names .
Thanks,
Nagaraju
‎2008 Jan 19 5:04 AM
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
‎2008 Jan 19 5:07 AM
Hi,
Try to comment the include and include your new include
Regards
‎2008 Jan 19 5:11 AM
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
‎2008 Mar 10 3:53 PM
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.