‎2007 Nov 26 5:04 PM
Hi ,
I am trying to create a function module.I have declared the tables parameters it_mara like mara..
In the source code i have written this :
select * from mara into table it_mara up to 10 rows.
While i am activating the program I am getting the error ' REPORT/PROGRAM statament is missing , or program type is I ( INCLUDE )" .
Please let me know how to resolve this.
Regards,
Vishu.
‎2007 Nov 26 5:08 PM
Hello
The <b>TOP </b>include of your function group should contain. the missing statement, e.g.:
FUNCTION-POOL zus_sdn_abap. "MESSAGE-ID ..Either this statement is missing or you should try to activate the entire function group.
Regards
Uwe
‎2007 Nov 26 5:06 PM
If its a Report In the top of your code please type in REPORT <b>NAME OF ABAP REPORT</b>.
more of like
<b>REPORT</b> ztest.
DATA:linetype TYPE string,
struc TYPE REF TO data.
In bold is missing..
Amandeep
‎2007 Nov 26 5:08 PM
Hello
The <b>TOP </b>include of your function group should contain. the missing statement, e.g.:
FUNCTION-POOL zus_sdn_abap. "MESSAGE-ID ..Either this statement is missing or you should try to activate the entire function group.
Regards
Uwe
‎2007 Nov 26 5:49 PM
I have activated the function group.Now it is working.Thanks a lot.
‎2007 Nov 26 5:10 PM
Hi,
Do you activate the function group main program. Please check In the main program top include you should be having statement .
"function-pool XXXX" .
a®
‎2007 Nov 26 5:14 PM
hi
go to the main program activate it.also activate each and every include in the main program
‎2007 Nov 26 5:37 PM
Hi Vishwanath,
just activate anyway. If real errors remain, it will tell you.
Probably you are working with 46C. This happens if you activate an include and the workbench does not know where it is included.
I think wit ECC 600 it gets better.
Regards,
Clemens