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

Regarding ALV Execution

sreeramkumar_madisetty
Active Contributor
0 Likes
741

Hi Gurus

I am facing problem while Executing the Report.

That is After displaying the selection screen and by making entries it is giving the correct list.

But when I press the Back button or Esc button in the list level insted of showing the Selection Screen it is showing the Empty screen and after that when I press again Back or Esc button, it is showing Selection Screen.

Please suggest me the Solution.

Thanks & Regards,

Kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
714

hi ,

check whether u used any unwanted write statements, because sometime it may happen due to that....

with regards,

S.Barane

Message was edited by:

Bharanidaran S

Hi Gurus

I am facing problem while Executing the Report.

That is After displaying the selection screen and by making entries it is giving the correct list.

But when I press the Back button or Esc button in the list level insted of showing the Selection Screen it is showing the Empty screen and after that when I press again Back or Esc button, it is showing Selection Screen.

Please suggest me the Solution.

Thanks & Regards,

Kumar

6 REPLIES 6
Read only

Former Member
0 Likes
714

Hi ,

Try debugging the program when you press the back key and see the code that gets executed .

And yes are you using a cutome menu in your program , if yes please check what is the value assigned to the back button.

If you are not able to find any thing please paste your code here , which will help us find the exacut issue.

Regards

Arun

Read only

Former Member
0 Likes
714

Hello Sree,

If u r using the OO Objects, then you should write the fuctinality of the BACK key in the PAI of the screen.

If u r using FM then the funtion codes will be taken care automatically by the system.

If useful reward.

Vasanth

Read only

Former Member
0 Likes
715

hi ,

check whether u used any unwanted write statements, because sometime it may happen due to that....

with regards,

S.Barane

Message was edited by:

Bharanidaran S

Read only

Former Member
0 Likes
714

where did you write the select query? before start-of-selection or after start-of-selection.check it

Read only

Former Member
0 Likes
714

Make Sure you are not calling the ALV screen in a loop.And always use

<b>leave to screen 0</b> while handling the back button.

regards,

Balaji Reddy G

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
714

Hi

It's Answered.