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: 

Result not showing in Selection Screen

thangam_perumal
Contributor
0 Kudos

Hi Friends,

              Here my requirement is , i need to show list of Open purchase orders for given period in editable ALV report . after selecting list of PO's want to close , i executed with help of PO change. until this working fine but result is i need to display in selection screen output ( i.e using write statement). i have used write statement to print result but it still in ALV report only. anyone guide me to resolve the issue.

Regards,

Thangam.P

1 ACCEPTED SOLUTION

former_member185613
Contributor
0 Kudos

Hi Perumal,

Try to use the stament LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0 and after the statement write the result which will get displayed (withut the ALV).

Hope this helps,

~Athreya

2 REPLIES 2

former_member185613
Contributor
0 Kudos

Hi Perumal,

Try to use the stament LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0 and after the statement write the result which will get displayed (withut the ALV).

Hope this helps,

~Athreya

0 Kudos

Hi Athreya,

                 Thanks for your suggestion. now working fine. actually i was tried up to

LEAVE TO LIST-PROCESSING , SET SCREEN 0 .




Regards,

Thangam.P