‎2007 May 09 5:17 AM
Hi,
How to Create TOP include?Because i want to move all data declarations into TOP include?
Thanks,
sairam
‎2007 May 09 5:28 AM
Hi Sairam,
Includes are nothing but Type I report Program.
Steps to create :
1.Go to se38.
2.enter include name In program field.press create.
U will get a attributes window.
3.enter the title and under attributes tab in type select
<b>Include program</b>
and save it.u will reach to report editor
write all the declarations there.
Call this include into ur report prog using :
Include <Include Name>.
Reward points if helpful.
Regards,
Hemant
‎2007 May 09 5:19 AM
Hi,
write INCLUDE ZXXX in ur report immediately after ur report statement.and double click on the name ZXXX then u can create.
reward if helpful.
rgds,
bharat.
‎2016 Aug 09 12:08 PM
‎2016 Aug 09 12:15 PM
Hi Thorsten,
this topic is 9 years old and has status answered.
I don't think it adds anything if you resurrect answered topics and add something of your own.
Kind regards, Rob dielemans
‎2007 May 09 5:21 AM
Hi,
In top include you declare the global data...
For more detls check the link...
‎2007 May 09 5:27 AM
Hi ,
in SE38,
Right after your report statement, type INCLUDE ZXXXXTOP and double click on it , it will ask for creation of a new object , say yes and then it will be created . next copy all the data declarations and paste it in that TOP include and activate it.
in SE80 , when you create a program, you will get a popup saying PROGRAM ZXXX, and one option will be there for creating it with TOP Include , tick mark that and save it, it will create a program with a top include .
Reward if helpful ,
Regards,
Ranjita
‎2007 May 09 5:28 AM
Hi Sairam,
Includes are nothing but Type I report Program.
Steps to create :
1.Go to se38.
2.enter include name In program field.press create.
U will get a attributes window.
3.enter the title and under attributes tab in type select
<b>Include program</b>
and save it.u will reach to report editor
write all the declarations there.
Call this include into ur report prog using :
Include <Include Name>.
Reward points if helpful.
Regards,
Hemant
‎2007 May 09 6:25 AM