Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Home arrow Tips and Tricks arrow Control Objects
Control Objects
Creating a dynamic internal table PDF Print E-mail
User Rating: / 1
Written by Kevin Wilson   
Wednesday, 02 September 2009

Using class CL_ALV_TABLE_CREATE you can create a dynamic field catalog and dynamic ALV internal table.

View the entire article at http://help-sap.blogspot.com/search/label/Internal%20table

 
ABAP Control Framework PDF Print E-mail
User Rating: / 0
Written by Kevin Wilson   
Tuesday, 20 May 2008

 

Creating a Control

STEP 1 - Create the Instance

    • Define a reference variable for the Custom Container in which you want to place the custom control
      • DATA container TYPE REF TO cl_gui_custom_container.
    • Define a reference variable for the control object you wish to use
      • DATA picture TYPE REF TO cl_gui_picture.
    • Create the Custom Container. You must already have created the area 'CUSTOM_CONTAINER' for the Custom Container in the Screen Painter.
      • CREATE OBJECT container
            EXPORTING
               container_name = 'CUSTOM_CONTAINER'
               lifetime                = lifetime.
Read more...
 
Creating an ALV Grid in 3 lines PDF Print E-mail
User Rating: / 7
Written by Dany Charbonneau   
Monday, 14 May 2007
Did you know that you can create an ALV Grid very fast; you don't need to define a layout, a fieldcatalog, a container and all the other small things we usually define in an ALV Grid. If we don't need to finetune the ALV Grid and just want to display a list on the screen or to the printer, here is a very simple way to proceed:
Read more...
 

Google Search

Google Ads