Application Development and Automation 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: 
Read only

Creating a Screen

Former Member
0 Likes
467

Hi All,

Can anyone explain me, how to create a screen with a back button in it.

Thanks in Advance.

4 REPLIES 4
Read only

ak_upadhyay
Contributor
0 Likes
442

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

Read only

Former Member
0 Likes
442

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...

Read only

Former Member
0 Likes
442

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.

Read only

Former Member
0 Likes
442

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.