2013 Dec 04 7:37 AM
HI Friends ,
Please any one know help me.....
i have one problem in report . when i run tcode one selection screen will come in this selection screen i have 3 radio buttons
if i selected one radio button there i submited one programme this programme have one selection screen.
now my problem is when i click on second selection screen 'BACK' standard button
i want to come first selection screen ( which one when i run first tcode ).
how will it come
2013 Dec 04 8:03 AM
2013 Dec 04 7:38 AM
2013 Dec 04 7:45 AM
Hi Varun,
Are you using SUBMIT program name AND RETURN ???
If you use this, the control will come back the point from where the program is called. Please share the code so that we could help more.
Thanks,
Sumit
2013 Dec 04 8:03 AM
2013 Dec 04 9:01 AM
2013 Dec 04 8:42 AM
i wont write any return in submit.
when i check in debug ofter clicking on 'BACK' standard button the cursor is going to
submit programme then i press f5 it is coming out of the programme.
i checked there is no sy-ucomm in debug it is empty
and ofter submit if we write any code that is not exectuting directly coming out .
2013 Dec 04 8:43 AM
i wont write any return in submit.
when i check in debug ofter clicking on 'BACK' standard button the cursor is going to
submit programme then i press f5 it is coming out of the programme.
i checked there is no sy-ucomm in debug it is empty
and ofter submit if we write any code that is not exectuting directly coming out .
2013 Dec 04 8:51 AM
2013 Dec 04 8:56 AM
no i written return not getting first selection screen.
from second selection to first selection screen i want to come .
return will pass parameters from second programme to first programme na
i need when i click on back in second selection screen i want to come first selection screen
so that sy-ucomm is initial . how will i call this
2013 Dec 04 9:01 AM
No varun it will not pass values back to your first selection screen. Try with this
submit ZPROG2 via selection-screen and return.
You dont need to code.
check it
2013 Dec 04 10:22 AM