Application Development 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: 

hi, reg menu painter.

former_member198892
Participant
0 Kudos

Hi Genius,

In menu painter where can i get the components of<b> text box labels combo box and buttons. </b>

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

7 REPLIES 7

Former Member
0 Kudos

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

0 Kudos

Hi Sumi,

here no graphical editor, graphical editor is depend on the SAP version..

0 Kudos

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

0 Kudos

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>

0 Kudos

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

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

former_member181962
Active Contributor
0 Kudos

YOu cannot get them in menu painter.

Check the transaction BIBS for examples.

Regards,

Ravi