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

regarding screen painter tutorial

Former Member
0 Likes
2,182

hi,

i am new to screen painter & i want to start working on it as i have been assigned a report.

plzz help me by giving d easiest example of performing it as help will be definately rewarded.

3 REPLIES 3
Read only

Former Member
0 Likes
1,022

Screen Painter

Screen Painter is an ABAP Editor tools allowed us to create dialog screen. Dialog screen usually created as a screen to catch user input. It can be accessed by tcode SE51.

Screen Painter Architecture

You use the Screen Painter to create and maintain all elements of a screen. These are:

Screen Attributes

Describe a screen object in the R/3 System. Screen attributes include the program the screen belongs to and the screen type.

Screen layout

Screen elements are the parts of a screen with which the user interacts. Screen elements include checkboxes and radio buttons.

Elements

Correspond to screen elements. Fields are defined in the ABAP Dictionary or in your program.

Flow logic

Controls the flow of your program.

Two Screen Painter Modes

The Screen Painter has a layout editor that you use to design your screen layout. It works in two modes:

Graphical mode and

Alphanumeric mode.

Both modes offer the same functions but use different interfaces. In graphical mode, you use a drag and drop interface similar to a drawing tool. In alphanumeric mode, you use your keyboard and menus.

Graphical mode is available only on MS Windows 95, MS Windows NT, and Unix/Motif platforms.

To activate the graphical mode, choose Utilities ® Settings in the Screen Painter, then select the Graphical layout editor option.

Creating a Screen: Basics

Create a screen in an existing program and define its attributes.

Design the screen layout and define the attributes of the elements.

Write the flow logic.

Basic Principles

Uses predefined elements with links to the ABAP Dictionary or program.

Supports forwards navigation.

Supports complex elements: Table Control and Tabstrip Control, and Custom Container.

Cut/ Copy/ Paste (Graph. fullscreen)

Undo/ Redo (Graph. fullscreen)

Check this link for STEP-BY-STEP DEMO FOR SCREEN PAINTER with screen shots

http://abapliveinfo.blogspot.com/2007/12/working-with-screen-painter-in-sap.html

Check this link for Screen Painter Concepts http://help.sap.com/saphelp_nw04s/helpdata/en/d1/801c54454211d189710000e8322d00/frameset.htm

Read only

Former Member