2009 Apr 13 5:44 PM
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.
2009 Apr 13 5:59 PM
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.
2009 Apr 13 6:22 PM
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