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: 

for what we need se51

Former Member
0 Kudos

give m example please.thanks

8 REPLIES 8

Former Member
0 Kudos

hi rani,

Screen painter is a tool to design and maintain screen and its elements.

It allows us to create GUI screens for the transactions.

Attributes, layout, filed attributes and flow logic are the elements of Screen painter..

you can refer this link

<a href="http://www.sappoint.com/abap/spmp.pdf">screen & menu painter</a>

for detailed explanation

regards

satesh

Former Member
0 Kudos

se51 transaction is used for creating GUI screens.

See http://help.sap.com/saphelp_nw04/helpdata/en/d1/801b50454211d189710000e8322d00/content.htm for more details.

hymavathi_oruganti
Active Contributor
0 Kudos

in module pool programming, for designing layouts u can go to se51 and design

Private_Member_17805
Participant
0 Kudos

Hi,

I think the following url will be of some help

<a href="http://help.sap.com/saphelp_webas620/helpdata/en/d1/801b50454211d189710000e8322d00/content.htm">http://help.sap.com/saphelp_webas620/helpdata/en/d1/801b50454211d189710000e8322d00/content.htm</a>

Former Member
0 Kudos

Hai rani,

It is used to design and maintain the screen and its elements.You can get some stuff from this link...

http://www.sappoint.com/abap/spmp.pdf

Regards

Srikanth

Former Member
0 Kudos

Since SAP has standard screens for almost all buisness processes but still many times we have to make new screens according to the user requirement...

all this we do in SE51....

Former Member
0 Kudos

Hi Rani,

Hi Rani,

Transaction SE51 is basically use to create and maintain the screens.

In Flow Logic, you get the PBO and PAI events.

In Element List, you get the details of all the screen elements.

In Attributes, you get the general attributes of the screen like Screen Type and Next Screen.

In Layout Editor, you can set the layout of the screen.

You can do all these in your program also through transaction SE80.

Regards,

Neeraj Gupta

Former Member
0 Kudos

hi rani,

se51 is screen painter.

using se51you can create screens.screens are general type of user dialog that you can use in abap program.you do not define them in abap program, but instesd in screen painter.