2008 Feb 18 6:35 AM
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
2008 Feb 18 6:41 AM
hi,
write leave program/leave to screen <scrno> after BAPI processing..
Regards.,
chandra
2008 Feb 18 6:43 AM
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
2008 Feb 18 6:44 AM
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.