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

hi, reg menu painter.

Former Member
0 Likes
928

Hi Genius,

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
900

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
Read only

Former Member
0 Likes
901

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

Read only

0 Likes
900

Hi Sumi,

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

Read only

0 Likes
900

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

Read only

0 Likes
900

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>

Read only

0 Likes
900

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

Read only

0 Likes
900
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.
Read only

Former Member
0 Likes
900

YOu cannot get them in menu painter.

Check the transaction BIBS for examples.

Regards,

Ravi