Application Development 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: 

OOALV Issue

former_member506713
Participant
0 Kudos

Hi SAP Gurus,

I have an interactive ALV in which its calling a standard SAP TCODE on double clicking.

I called the TCODE using BDCTAB in mode 'E'.

Its reaching screen3. 1st 2 screens of tcode is processed using bdctab.

Whenever i am pressing the back button on screen 3, its going to screen 2. But i want it should reach my ALV.

Because its using function code of standard SAP back button.

Can anybody tell how to do it?

Thanks in Advance

LLD

Moderator message: please use more descriptive subject lines for your posts.

Edited by: Thomas Zloch on Apr 28, 2011 5:52 PM

2 REPLIES 2

Former Member
0 Kudos

well only cchace you got is to enhance/modify that standard transaction, and make it jump back to your ALV on desired user_command.

It´s just i wouldnt try doing so cause like it seems all the "next-screen-processing" would be messed up then.

If you are encapsulating it fine it should work out but still, this is somewhat awkward.

if you desice to do so, make sure to ONLY jump off to your ALV if you made sure you came from there, dont destroy next-screen-processing for normal TCODE usage.

0 Kudos

Thanks Florian.

Closing the thread.

-I will use brief subject line now onwards. Thank you.