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

authorization issue while submit action for report RSPOLST2

Former Member
0 Likes
454

Hi,

I am facing a problem while trying to execute the report RSPOLST2 through a submit action.

It doesnt give any problem upon executing standalone,

Basically in a particular report (ABC) a link is getting formed as:

http://<logical system ID> RFC/function=WWW_get_report&_report=RSPOLST2&PARC_rqident=0000089162&~client=010

This link calls a function module 'WWW_GET_REPORT' which takes in input as report 'RSPOLST2'. This report is reading the spool number given in the link and displays the data of the spool

But i am not able to open teh link as it says that the authorization group for teh report RSPOLST2 is not maintained.I checked it , and although there is no authorization group for teh report , it works fine individually but doesnt execute thru the link ( submit report scenario).

Also this is being executed through a link , so ITS hold relevance

Kindly try to reply asap.

Cheers..!!

1 ACCEPTED SOLUTION
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
398

Hi,

Just try executing the function module alone, whether the same problem is coming.

Apart from this, just check the exceptions of the function module, what is been written in code for throwing such error(check messages,exceptions or text element to get the error message).

Hi,

I am facing a problem while trying to execute the report RSPOLST2 through a submit action.

It doesnt give any problem upon executing standalone,

Basically in a particular report (ABC) a link is getting formed as:

http://<logical system ID> RFC/function=WWW_get_report&_report=RSPOLST2&PARC_rqident=0000089162&~client=010

This link calls a function module 'WWW_GET_REPORT' which takes in input as report 'RSPOLST2'. This report is reading the spool number given in the link and displays the data of the spool

But i am not able to open teh link as it says that the authorization group for teh report RSPOLST2 is not maintained.I checked it , and although there is no authorization group for teh report , it works fine individually but doesnt execute thru the link ( submit report scenario).

Also this is being executed through a link , so ITS hold relevance

Kindly try to reply asap.

Cheers..!!

1 REPLY 1
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
399

Hi,

Just try executing the function module alone, whether the same problem is coming.

Apart from this, just check the exceptions of the function module, what is been written in code for throwing such error(check messages,exceptions or text element to get the error message).