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: 

MENU PAINTER.

former_member198892
Participant
0 Kudos

Hi,

How to got to menu painter form screen painter or in SE38 editor.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

IN PBO os a screen

u will be having status

PROCESS BEFORE OUTPUT.

MODULE STATUS_0100.

module STATUS_0100 output.

SET PF-STATUS 'PF_0100'.

SET TITLEBAR '0100'.

endmodule. " STATUS_0100 OUTPUT

DOUBLE CLICK on PF_0100 and it will take u to pf status

or u can go from SE41

REWARD IF HELPFULL.

10 REPLIES 10

former_member181962
Active Contributor
0 Kudos

Write statement

set pf-status 'ABC'.

double click on ABC and lo..you get to se41.

Regards,

Ravi

Former Member
0 Kudos

hi,

go to se41 and give ur program name.

0 Kudos

hi,

it asks status..what i have to give.

Pawan_Kesari
Active Contributor
0 Kudos

Double click on thet Pf status it will take you to menu painter. With Pf status I refer to 'XYZ' in below statement.

SET PF-STATUS 'XYZ' .

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Double click on the SET PF-STATUS statement inside the code within SE38. This will take you to the gui status, and the menu painter is enclosed within.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi,

Press Object navigator button

Regards,

AShok

Former Member
0 Kudos

IN PBO os a screen

u will be having status

PROCESS BEFORE OUTPUT.

MODULE STATUS_0100.

module STATUS_0100 output.

SET PF-STATUS 'PF_0100'.

SET TITLEBAR '0100'.

endmodule. " STATUS_0100 OUTPUT

DOUBLE CLICK on PF_0100 and it will take u to pf status

or u can go from SE41

REWARD IF HELPFULL.

0 Kudos

Hi Sumi,

I got it, Now i want the components to drag and display for a output, where can i get the components of text buttons combobox.

0 Kudos

Hi ALL,

Please tell me, where i have to get the components to drag it in a input screen.

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.

<b>Reward if helpfull</b>