‎2008 Jan 14 10:02 AM
Hi,
I'm new in ABAP. I have created a report program and want to add a top include. Is it possible to add this after program creation?? Or delete the existing one and create it again??
Regards,
Kit
‎2008 Jan 14 10:06 AM
hi,
just type
include <include name>.
now double click on the include name and create.......
‎2008 Jan 14 10:06 AM
hi,
just type
include <include name>.
now double click on the include name and create.......
‎2008 Jan 14 10:11 AM
hi
in report program just write
include <name>.
double click on that nmae and write u r code there.
‎2008 Jan 14 10:12 AM
‎2008 Jan 14 10:13 AM
hi.,
you can create TOP INCLUDE after creating report program also.
no need to delete the existing program.
instead delete what ever the contents you want to include in TOP INCLUDE and place them in TOP INCLUDE.
and this top include program name should be at the top of the report program.
Chandra
‎2008 Jan 14 10:29 AM
Hi,
Take your program in se80.
Right click on the includes option and press create. You can create top include as well as any number of includes there.
Regards,
Renjith Michael.