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: 

After Submit , buttom BACK didn't return to Select-Screen

Former Member
0 Kudos

Hi All,

I have a program called A.

1) After i fill Selection-Screen the ALV appear.

2) If I press button BACK, the screen return to Selecion-Screen.

My problem is:

I have a buttom (Refresh) in ALV report, that i use to refresh tha ALV report (submit A).

After i press the buttom Refresh(Submit) , the buttom BACK didn't work well and leave program.

Can you Help me.

Best Regards

Paulo

4 REPLIES 4

rajkumarnarasimman
Active Contributor
0 Kudos

Hi Paulo Riccardo,

I have a buttom (Refresh) in ALV report, that i use to refresh tha ALV report (submit A).

Where is the Refresh button placed on ALV toolbar or the screen? The above problem will trigger if PF-Status assigned to screen instead of ALV. If you created the PF-STATUS for the screen, then you are supposed to write the code for BACK, UP and CANCEL button.

Share the screenshot of ALV refresh button.

Regards

Rajkumar Narasimman

Sandra_Rossi
Active Contributor
0 Kudos

Probably the way you "refresh that ALV" is incorrect.

Tomas_Buryanek
Active Contributor
0 Kudos

The problem is that Refresh button is not refreshing data, but calling new program in call stack.

Selection screen

Program A ↓ Refresh / ^ Back

|- Program A ↓ Refresh / ^ Back

|- Program A ↓ Refresh / ^ Back

Can you rebuild logic under Refresh button to more proprer - data refresh (get) and ALV refresh?

-- Tomas --

JRDEVELOPEE
Explorer
0 Kudos

HI Paulo

Do you try return paramter?

SUBMIT foo AND RETURN