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

gui status

Former Member
0 Likes
436

Hi all

Can anybody give me step by step guide to create a gui status..i have found few examples in abapdocu but not able to understand how to create from begining..if anybody can help me in this regard it wud b soo great..

Thanks and regards

vijaya

3 REPLIES 3
Read only

Former Member
0 Likes
385

Hi,

Have the GUI Status in your program first..

SET PF-STATUS 'TEST'.

Double click on the 'TEST' string..

Then it will prompt you to create the GUI STATUS..

Give the short text..

IF the menu is for a dialog box use th status type as "Dialog box".

For normal screen use "ONLINE status"

1) menu bar

Expand the menu bar if you want to have a menu in your screen..

GIve the name in the first text box "MENU"...Double click on the menu text..

You will get list to mention the "CODE" & "TEXT"...

Give the function code and the corresponding text.

2) Application toolbar..

Expand the Application toolbar if you want to have buttons on the application toolbar..

In the "ITems 1 - 7" give the function code in the open text field..

3) Function keys..

Give the function code for the back button , cancel button and exit button..

Save and activate the GUI STATUS..

Thanks,

Naren

Read only

0 Likes
385

HI narendran

can u please me more clear in first and second step..

Thanks and regards

vijaya

Read only

Former Member
0 Likes
385

Hi,

The following links has screen shots using which you can understand what I am trying to say..

1) For creating the menu bar check this link..

http://help.sap.com/saphelp_46c/helpdata/EN/d1/801d5d454211d189710000e8322d00/content.htm

2) For adding function codes to the application tool bar. check this link..

http://help.sap.com/saphelp_46c/helpdata/EN/d1/801d91454211d189710000e8322d00/content.htm

Thanks,

Naren