Entering content frame

Background documentation GET_MODEL_EXTENDED Locate the document in its SAP Library structure

Use

The method GET_MODEL_EXTENDED returns the ALV configuration model. You can, therefore, configure the ALV output to meet your own specific requirements. In contrast to the standard execution of the ALV configuration model, which you retrieve using the GET_MODEL method, with the GET_MODEL_EXTENDED method, you can decide whether you require the column objects in addition to the field objects.

Prerequisites

You have generated a context node with all the attributes and transferred it to the ALV component using external context mapping or the method SET_DATA.

Syntax

Signature

methods GET_MODEL_EXTENDED

  IMPORTING

    S_PARAM TYPE IF_SALV_WD_TABLE=>S_TYPE_PARAM_GET_MODEL

OPTIONAL

  RETURNING

    VALUE TYPE REF TO CL_SALV_WD_CONFIG_TABLE

Parameter

(Importing)

S_PARAM

Scope of ALV configuration model

Constants:

·        default_columns

TYPE ABAP_BOOL

 

Return values

VALUE

Standard execution of ALV configuration model

Exceptions

-

 

 

 

 

Leaving content frame