‎2006 Dec 01 11:29 AM
hi
im creating a new fm ZZENQUEUE_KNVP, when compiling it
its giving me an error 'report/program statement is misssing or program type is I'
i dnt kno wat this error means and dnt kno wat to do
can anybody help me?
‎2006 Dec 01 11:41 AM
From the error it looks you are just trying to compile the INCLUDE of the new FM and hence the error.
Try and compile by using CHECK->Main Program.
‎2006 Dec 01 11:30 AM
hi Anjali,
Create a Function Group also ... while creating assign the function group to the function module ...,. for creating function group check this path i.,e SE37 goto->Function groups-> create group.
Regards,
Santosh
‎2006 Dec 01 11:31 AM
u have to create fm from SE37...goto SE37 and specify the FM..specify the import/export/tables /messages and go inside and write appropriate code and activate..
in attributes..specify the function group...
Message was edited by:
Ramesh Babu Chirumamilla
‎2006 Dec 01 11:32 AM
hi
the funct-modules are stored in include programs. so u have to use the enque funciton modules in executable program to check it rather than just compiling it direclty.
pavan
‎2006 Dec 01 11:35 AM
check the function group of the FM, check which include has the code for the new FM you created, also check the attribute of the include it should be of type 'I'.
hope this helps.
Regards,
Kinshuk
‎2006 Dec 01 11:36 AM
u would have saved the function module in a group , before executing tht function module u have to activate it.
Go to transaction SE80 in tht select select function group, enter ur group and activate it.
then execute ur FM.
‎2006 Dec 01 11:41 AM
From the error it looks you are just trying to compile the INCLUDE of the new FM and hence the error.
Try and compile by using CHECK->Main Program.