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

calling ALV from Screen Painter(Selection Screen)

Former Member
0 Likes
542

Hi All,

I am calling an ALV report from Screen Painter( as selection criteria), I am getting the Output(ALV). Now again coming back to selection screen(Screen Painter ), changing the Selection criteria and executing. The ALV output I am getting is having the same data as I had for 1st selection criteria.

The same I had done using LIST supressing the DIALOG. But my requirement has changed as above.

Can anybody please help me out with proper example.

Thanks all in advance.

Sumesh.

Hi All,

I am calling an ALV report from Screen Painter( as selection criteria), I am getting the Output(ALV). Now again coming back to selection screen(Screen Painter ), changing the Selection criteria and executing. The ALV output I am getting is having the same data as I had for 1st selection criteria.

The same I had done using LIST supressing the DIALOG. But my requirement has changed as above.

Can anybody please help me out with proper example.

Thanks all in advance.

Sumesh.

2 REPLIES 2
Read only

Former Member
0 Likes
476

assign a transaction to your report.

what you can do is create a button in your pf status .

at user command when this function code is encountered, you can can use leave to transaction.

or

if you want f8 to do this .

Then you will have to code in that way for F8 function code at user command

Regards,

Lalit Mohan Gupta.

Read only

Former Member
0 Likes
476

Hi,

What I understand that when you full fill the selection Criteria(M type) and execute it you will get the ALV output but after changing your Criteria and execute you will again get the same O/p.

Probably you would have used 'Call Transaction' Statement . but while changing the Criteria and again you get the same o/p points out that the execution of your report doesn't depends on your changed Criteria.

It is running for previous or default way. Pls check your selection Criteria and in the code that weather the selection Criteria is affecting the execution of O/p or not .

Regards,

Himanshu