‎2007 May 28 1:08 PM
how to create our own gui for program using tcode se80.plz give me the steps for it
‎2007 May 28 1:45 PM
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.
‎2007 May 28 1:10 PM
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
‎2007 May 28 1:11 PM
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.
‎2007 May 28 1:13 PM
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.
‎2007 May 28 1:45 PM
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.