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

general

Former Member
0 Likes
435

how to create our own gui for program using tcode se80.plz give me the steps for it

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
418

hi,

give SET PF-STATUS 'm1' ->double click on m1 -> give report prg name -> select menu bar radio button -> click on + symbol to expand -> give functon codes to required buttons -> activate -> back.

if helpful reward some points.

with regards,

suresh babu aluri.

4 REPLIES 4
Read only

Former Member
0 Likes
418

U need to createthrough forward navigation

foward navigation means double clicking and going to another screen

In a program in se80 if u double click on the below statement

SET PF-STATUS 'Sudheer'

u will navigating to Menu painter in the same session ( if u come back u will navigate to the program editor)

The above process will hapeen only if an element is allready available with name SUDHEER in menu painter. If it is not available system will tell that its not available and it will give u an option to create that element. So if u create here in this manner u r creating the element by forward navigation.

<u>Dont forget to award points if useful</u>

Sudheer

Read only

Former Member
0 Likes
418

Hi,

goto se80.

select program and enter ur program name.and press enter.

right click on ur program name and select create GUI status.there u can create.

rgds,

bharat.

Read only

Former Member
0 Likes
418

1. Open the program in SE80

2. Go to the screen for which ypu want to create GUI STATUS.

3. Go to PBO module.

4. Write command SET STATUS 'STATUS_NAME'.

5. Dauble click 'STATUS_NAME' and create status for that screen.

6. Save and activate.

Read only

Former Member
0 Likes
419

hi,

give SET PF-STATUS 'm1' ->double click on m1 -> give report prg name -> select menu bar radio button -> click on + symbol to expand -> give functon codes to required buttons -> activate -> back.

if helpful reward some points.

with regards,

suresh babu aluri.