Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while releasing a request.

Former Member
0 Likes
475

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.

1 ACCEPTED SOLUTION
Read only

jaideepsharma
Active Contributor
0 Likes
445

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,

3 REPLIES 3
Read only

jaideepsharma
Active Contributor
0 Likes
446

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,

Read only

Former Member
0 Likes
445

Hi,

Check if the INCLUDE program are also ACTIVE. They must be in inactive state. Try activating them and release the request.

Regards,

Vikranth

Read only

Former Member
0 Likes
445

Ttnx..Jaideep.

It was indeed the selection text which was not activated..