‎2007 Jul 19 2:37 PM
Hi Genius,
In menu painter where can i get the components of<b> text box labels combo box and buttons. </b>
‎2007 Jul 19 2:38 PM
Go to layout.
if u have alpha numeric editor
EDIT-> CREATE ELEMENT
If u have graphical editor, u can see in the left side box.
Reward if helpfull
‎2007 Jul 19 2:38 PM
Go to layout.
if u have alpha numeric editor
EDIT-> CREATE ELEMENT
If u have graphical editor, u can see in the left side box.
Reward if helpfull
‎2007 Jul 19 2:47 PM
Hi Sumi,
here no graphical editor, graphical editor is depend on the SAP version..
‎2007 Jul 19 2:49 PM
Sumi is talking about SE51 transaction.
Do not assume things when you want to get answers.
Can you let us know what exactly are you trying to do?
Regards,
Ravi
‎2007 Jul 19 2:52 PM
In se38 double click on ur screen ...
goto layout
edit-create element
text field: nothing but label
input/output field: Textbox
there is no specific combo box here
In Input/output field u can find the option for listbox etc...
<b>REWARD IF HELPFULL.</b>
‎2007 Jul 19 3:04 PM
Hi,
Now i created <b>two text</b> and <b>two input field</b> and one <b>push button.</b>
when i press the <b>push button</b> the <b>next screen</b> should be display.
can u help me..
‎2007 Jul 19 3:14 PM
in PAI
MODULE USER_COMMAND.
MODULE USER_COMMAND.
OK_CODE = SY-UCOMM.
CASE OK_CODE.
WHEN 'NEXT'.
CALL SCREEN 200. "next screen is 200
ENDCASE.
ENDMODULE.
‎2007 Jul 19 2:40 PM
YOu cannot get them in menu painter.
Check the transaction BIBS for examples.
Regards,
Ravi