Application Development 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: 

Reagarding standard report program RSWBOSSR

Former Member
0 Kudos

Hi guys,

This report RSWBOSSR takes Transport request and other details as input. However when i run this report it gives no output. I can see a 'LEAVE' statement at the end of the report functianality with an EXPORT statement above it. I want to know why there is no output for this report and how wil that export be used...

Pls help.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

you cannot run this program directly...

it is used as a tool-report in se03 transaction

see there: "Find requests..."

regards, darek

3 REPLIES 3

Former Member
0 Kudos

Hi,

you cannot run this program directly...

it is used as a tool-report in se03 transaction

see there: "Find requests..."

regards, darek

Former Member
0 Kudos

Thanks a lot. I got the point. However my requirement is that i need a report which will take a transport request and give us the details of the object and their corresponding modules or functional area it belongs. i want to make replica of that find functionality transport request tool.

0 Kudos

hi,

try call function TRINT_SELECT_REQUESTS in your program

use it with exporting parameter IV_VIA_SELSCREEN = 'X'

regards, darek