SAP CL_ABAP_LIST_UTILITIES OO Class - Utilities for ABAP Lists









CL_ABAP_LIST_UTILITIES is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_ABAP_LIST_UTILITIES including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CL_ABAP_LIST_UTILITIES SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
DEFINED_OUTPUT_LENGTHOutput Length Used By WRITE Without Explicit SpecificationPublic
CALL METHOD cl_abap_list_utilities=>DEFINED_OUTPUT_LENGTH...more details

DISPLAY_OFFSETConverts a Memory Offset to a Display OffsetPublic
CALL METHOD cl_abap_list_utilities=>DISPLAY_OFFSET...more details

DISPLAY_TO_FRAME_SEPARATEDConverts Data with Outline Indicator to Memory LayoutPublic
CALL METHOD cl_abap_list_utilities=>DISPLAY_TO_FRAME_SEPARATED...more details

DISPLAY_TO_MEMORYConverts to Memory Layout Including Offset TablePublic
CALL METHOD cl_abap_list_utilities=>DISPLAY_TO_MEMORY...more details

DISPLAY_TO_STRUCTUREConverts from Display Layout to a StructurePublic
CALL METHOD cl_abap_list_utilities=>DISPLAY_TO_STRUCTURE...more details

DYNAMIC_OUTPUT_LENGTHOutput Length That Was Not TruncatedPublic
CALL METHOD cl_abap_list_utilities=>DYNAMIC_OUTPUT_LENGTH...more details

FRAME_SEPARATED_TO_DISPLAYConverts Data with Outline Indicator to Display LayoutPublic
CALL METHOD cl_abap_list_utilities=>FRAME_SEPARATED_TO_DISPLAY...more details

GET_CURSOR_FIELDGets Informaion About Cursor PositionPublic
CALL METHOD cl_abap_list_utilities=>GET_CURSOR_FIELD...more details

GET_CURSOR_LINEGets Informaion About Cursor PositionPublic
CALL METHOD cl_abap_list_utilities=>GET_CURSOR_LINE...more details

GET_REPORT_LIST_SIZESize of List Specifications LINE-SIZE and LINE-COUNT in LoadPublic
CALL METHOD cl_abap_list_utilities=>GET_REPORT_LIST_SIZE...more details

MAXIMUM_OUTPUT_LENGTHMaximum Output LengthPublic
CALL METHOD cl_abap_list_utilities=>MAXIMUM_OUTPUT_LENGTH...more details

MEMORY_OFFSETConverts a Display Offset to a Memory OffsetPublic
CALL METHOD cl_abap_list_utilities=>MEMORY_OFFSET...more details

MEMORY_TO_DISPLAYConverts to Display Layout Including Offset TablePublic
CALL METHOD cl_abap_list_utilities=>MEMORY_TO_DISPLAY...more details

PRIV_SET_CURSOR_FIELDImplementation of SET_CURSOR_FIELDPrivate
CALL METHOD cl_abap_list_utilities=>PRIV_SET_CURSOR_FIELD...more details

PRIV_SET_CURSOR_FIELD_LINEImplementation of SET_CURSOR_FIELD LINEPrivate
CALL METHOD cl_abap_list_utilities=>PRIV_SET_CURSOR_FIELD_LINE...more details

READ_FROM_DISPLAY_LAYOUTGets Subfield for Specific Display Offset and Display LengthPublic
CALL METHOD cl_abap_list_utilities=>READ_FROM_DISPLAY_LAYOUT...more details

REPLACE_INTO_DISPLAY_LAYOUTReplaces Characters f. Spec. Display Offset & Display LengthPublic
CALL METHOD cl_abap_list_utilities=>REPLACE_INTO_DISPLAY_LAYOUT...more details

SET_CURSOR_FIELDSets the Cursor for Specific Memory OffsetPublic
CALL METHOD cl_abap_list_utilities=>SET_CURSOR_FIELD...more details

SET_CURSOR_LINESets the Cursor for Specific Memory OffsetPublic
CALL METHOD cl_abap_list_utilities=>SET_CURSOR_LINE...more details

STRUCTURE_TO_DISPLAYConverts a Structure to Display LayoutPublic
CALL METHOD cl_abap_list_utilities=>STRUCTURE_TO_DISPLAY...more details




Links to Related Class(s)

CL_ABAP_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!