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

Add Top Include

Former Member
0 Likes
2,413

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,223

hi,

just type

include <include name>.

now double click on the include name and create.......

5 REPLIES 5
Read only

Former Member
0 Likes
1,224

hi,

just type

include <include name>.

now double click on the include name and create.......

Read only

Former Member
0 Likes
1,223

hi

in report program just write

include <name>.

double click on that nmae and write u r code there.

Read only

Former Member
0 Likes
1,223

Hi,

Include Zprgmname

With Rgds,

S.Barani

Read only

Former Member
0 Likes
1,223

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

Read only

Former Member
0 Likes
1,223

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.