cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Pop-UP screen

Former Member
0 Kudos

HI,

I am using one ALV to list out put, after getting output, I am using one button to get popup to select one condition and go for processing, then, it will go to one bapi and update one trasaction.

My issues is after updating transaction i need to get the screen back into selection screen or list output.

Please provide me the ways of doing this.

Thanks & Regards,

Siddivinesh.Jogu

Accepted Solutions (0)

Answers (3)

Answers (3)

mahaboob_pathan
Contributor
0 Kudos

hi,

for that button

in pai

write the

code as

leave to screen '0100'.

0100== should be selection screen or mention that screen number.

Former Member
0 Kudos

Hi ,

To get back to the selection screen write

leave to transaction 'tcode' .

tcode = report tcode .

aftre bapi updation .

Regards

Neetesh

former_member196280
Active Contributor
0 Kudos

Use call screen when you are calling your pop up screen. so, it helps you to return back to the screen where you are calling.

Ex: call screen 100.

Regards,

SaiRam