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: 

how to put back the back button

0 Kudos

in my program i made a write output system that summarizing the total sales in every month. My question is, why is this happening that the default back button of the system is not functioning? when i edit it again i just go to /nse38 to display the program. do you have any idea what is happening in my system or program?

15 REPLIES 15

tan_michael
Active Participant
0 Kudos

Hi Jumil,

Have you checked the GUI Status of your program? It is possible that you have inputted wrong status or you did not activate it.

0 Kudos

Hello Sir Tan where can i check the GUI?

0 Kudos

Hi Jumil,

Open your program in SE38 then click the icon of Display Object List (CTRL+SHIFT+F5) then a window panes will display on the left side you will see all the objects of your program there and find the GUI Status folder.

If it is not there then that is a possible issue that why your back button is not working. just search it in google how to set it up.

0 Kudos

still not working sir

0 Kudos

Hi Jumil ,

Could you please share your code..

0 Kudos

its is too long sir 20858 lines sir

0 Kudos

Hi Jumil,

Go to Gui Status ( which located in Display Object list ). Check if there's any object there, double click then save it and activate it, once done try if its working.

IF still not working then there is something wrong with your Gui Status. You have 2 options create a status or copy from other program . you can check TX SE41.

0 Kudos

20858 lines ????????

I think you need to rethink your program!

What does it do?

former_member182550
Active Contributor

He said it's a 'write output'. If that is the case it's a standard report and the gui should be there automatically. Is there a 'SET PF-STATUS' in your code anywhere ?

0 Kudos

Yes sir there is SET PF-STATUS in my code

comment it out.

0 Kudos

Thank you Sir Richard your right. 🙂

0 Kudos

Hmm, there can be good reasons for having self-defined GUI status for lists. Since it seems that the OP does not know too much about ABAP, such actions might lead to other unwanted effects.

0 Kudos

True, but if it truly is his program ("in my program i made a write output system"), written with the level of knowledge displayed it probably doesn't do too much....