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 Pop-UP screen

Former Member
0 Likes
571

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

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

3 REPLIES 3
Read only

Former Member
0 Likes
544

hi,

write leave program/leave to screen <scrno> after BAPI processing..

Regards.,

chandra

Read only

praveen_hannu
Contributor
0 Likes
544

you can use leave to current transaction command or automatically updating the transcation using

badi, if u click on back button automatically it direct to you the list output only.

Regards

Praveen

Read only

Former Member
0 Likes
544

Hi,

You can catch the retun value or sy-subrc of BAPI_TRANSACTION_COMMIT and then write logic like:

if sy-subrc eq 0.

set screen 0.

endif.

Regards,

Renjith Michael.

http://www.sourceveda.com/