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

SELECTION screen.

Former Member
0 Likes
445

Hi

In my program i have 5 Radio buttons , when i select any one of the radio button it will call the anther program, program working fine. my problem is when i press the Back button it leave the program instead of leaving screen. ( i wanna come back to the main screen).

am using submit statement to all the program

please help me .

Regard

prajwal

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
428

Hi prajwal ...

This is the way you have to use SUBMIT in this case..

<b>SUBMIT <REPORT> AND RETURN.</b>

Now the control will be returned back to the Selection screen of Calling Report.

<b>Reward if Helpful</b>

6 REPLIES 6
Read only

Former Member
0 Likes
428

hi,

Use

LEAVE TO SCREEN 0.

Read only

Clemenss
Active Contributor
0 Likes
428

Hi prajwal,

you have a selection-screen with five radio buttons. The radio buttons trigger a SUBMIT.

this should be submit and return. Don't forget to clear sy-ucomm after calling the program.

Regards,

Clemens

Read only

varma_narayana
Active Contributor
0 Likes
429

Hi prajwal ...

This is the way you have to use SUBMIT in this case..

<b>SUBMIT <REPORT> AND RETURN.</b>

Now the control will be returned back to the Selection screen of Calling Report.

<b>Reward if Helpful</b>

Read only

0 Likes
428

thanks to all. thanks a lot

regards

prajwal.

Read only

alpesh_saparia3
Active Contributor
0 Likes
428

Also try

SET SCREEN 0.

LEAVE SCREEN.

-Alpesh

Read only

abapdeveloper20
Contributor
0 Likes
428

Hi..

use

LEAVE PROGRAM.

Regards,

Lakshmiraj