‎2007 Dec 11 5:44 PM
Hello friends
I have created a simple function (remote enabled).
Syntax check says everything is ok.
When I try to Activate, I get the following error message.
Program SAPLZBAPI_CONFIGDNA_INSERT
REPORT/PROGRAM statement missing, or program type is I (INCLUDE).
The name of the function that I have created is ZBAPI_CONFIGDNA_INSERT.
However, it is complaining about a program SAPLZBAPI_CONFIGDNA_INSERT.
I have created BAPIS before and so I am sure that the steps I have created are ok.
I even tried creating the same BAPI with different names and still the same problem.
Any feedback will be greatly appreciated.
Thanks
Ram
‎2007 Dec 11 5:49 PM
Hi,
Once you create a BAPI, You will assign it to a Function Group. Make sure that the Function Group is active. If it Function Group is not active you will receive the same error.
Thanks,
Sriram Ponna.
‎2007 Dec 11 5:47 PM
in the TOP Include the statement
FUNCTION-POOL (<b>Name of function Group</b>).
is missing.
to Reach to th eexact point.
to to attibutes tab of your FM
double click on Program Name.
double click on include ending with TOP.
Declare the statement in the TOP include.
amandeep.
‎2007 Dec 11 5:49 PM
Hi,
Once you create a BAPI, You will assign it to a Function Group. Make sure that the Function Group is active. If it Function Group is not active you will receive the same error.
Thanks,
Sriram Ponna.
‎2007 Dec 11 5:50 PM
You are missing the following statement in one of your includes associated with the function module
FUNCTION-POOL zzzzz. "MESSAGE-ID ..