Screens and Controls PDF Print E-mail
User Rating: / 0
PoorBest 
ABAP Tutorials - Programming with Control Frameworks
Written by mastram   
Saturday, 21 June 2008 03:58

The below diagram shows how the controls on a screen can be created and controlled from ABAP programs.

Here in this diagram you will see Control Area that is created in a screen. This is your ABAP programming screen (module pool screen) where the output is seen. To this control area, a custom container is attached. This custom container can contain a SAP control like a tree control or a ALV Grid control. This whole unit is then controlled by a ABAP Program.

 

Screens and Controls
 

 

You can not create a stand alone instance of a control on the presentation server. You will always have a control area and a container that can contain the control.

Create a control area on screen: To create a control area, start the graphical layout editor in the screen painter. On the element tool bar where you can select different items, select the button for Custom Control. This is normally in the end of the list. Now draw the control area on the screen. This area can be resized also. After drawing the area, give a name to it. e.g - MY_AREA_1.

Creating a instance of container and attaching a control will be explained in next few chapters.

Comments
Add New Search
Write comment
Name:
Email:
 
Title:
UBBCode:
[b] [i] [u] [url] [quote] [code] [img] 
 
 
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):s
:!::?::idea::arrow:
 
Please input the anti-spam code that you can read in the image.

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated ( Friday, 19 September 2008 04:20 )
 

Advertisement

 

Google Search

Advertisement