‎2008 Apr 01 9:05 AM
Hi All,
Can anyone explain me, how to create a screen with a back button in it.
Thanks in Advance.
‎2008 Apr 01 9:06 AM
Hi,
Goto SE51 to create the screen.
SE41 for Menu Painter > give the PF-Status name.
ant use this in ur program.
Reward points if useful....
Regards
AK
‎2008 Apr 01 9:06 AM
HI,
use screen painter se51 to create the screen
for design menus use menu painting se41 u can create back button there
Regards,
V.Balaji
Reward if Usefull...
‎2008 Apr 01 9:24 AM
Hi Sippy,
If your report is open, click on ctrlshiftF5 to display the object list.
After displaying object list, right click on the program name
>> create >> screen
Here you can go to the layout of the screen and use push button and give it BACK as name and BACK as function code.
Go on like this, you can use more controls at screen layout.
Hope helps.
‎2008 Apr 01 9:29 AM
Go to se41. Create a status for ur module pool program.
eg status name = S_TEST.
In that Click on Function Key + symbol.
U get Back button symbol here.
Above that type BACK (in caps).
Save and activate
Now go to ur Module pool program.
Set PF-Status = 'S_TEST'.
save and activate.
Definitely it will work
Reward me points if useful.