‎2009 Aug 31 8:30 AM
Hi All,
I'm facing an error while releasing a request.
The request contains an ABAP programs along with two INCLUDDE programs as well as a TCode to run the same.
It is running successfully in dev. server. But, while releasing ths request it shows me the following error :
" Object REPT ZBAPI_SD_SERV_SALES_ORDER is inactive " ,
where ZBAPI_SD_SERV_SALES_ORDER is the program name. When I checked out in ABAP editor it shows the program active.
But, I'm unable to understand why its showing me an inactivation error.
Guys, help me out in this.
‎2009 Aug 31 8:31 AM
Hi,
Its not the report but the report selection texts that are inactive.
Follow path GOTO->Text elements and activate the selection texts you have maintained in your report.
KR Jaideep,
‎2009 Aug 31 8:31 AM
Hi,
Its not the report but the report selection texts that are inactive.
Follow path GOTO->Text elements and activate the selection texts you have maintained in your report.
KR Jaideep,
‎2009 Aug 31 8:32 AM
Hi,
Check if the INCLUDE program are also ACTIVE. They must be in inactive state. Try activating them and release the request.
Regards,
Vikranth
‎2009 Aug 31 8:37 AM
Ttnx..Jaideep.
It was indeed the selection text which was not activated..