SAP ABAP Class /SLOAP/CL_OUTPUT_COMP_TABLE (Output component table)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     /SLOAP/APPLICATION (Package) SLT AP VER 1.0
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /SLOAP/CL_OUTPUT_COMPONENT 20100127
Properties
Class /SLOAP/CL_OUTPUT_COMP_TABLE  
Short Description Output component table    
Super Class /SLOAP/CL_OUTPUT_COMPONENT  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SLOAP/APPLICATION   SLT AP VER 1.0 
Created 20100127   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /SLOAP/CL_OUTPUT_COMP_TABLE has no forward declaration.
Interfaces
Class /SLOAP/CL_OUTPUT_COMP_TABLE has no interface implemented.
Friends
Class /SLOAP/CL_OUTPUT_COMP_TABLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_DESC_OBJ_LIST Instance attribute Private Object reference (TYPE REF TO) /SLOAP/CL_OBJECT_LIST SLOAS object list utility class 20110118
2 GR_FIELD_LIST Instance attribute Private Object reference (TYPE REF TO) /SLOAP/CL_FIELD_LIST object list utility class 20100127
3 GR_TABLE Instance attribute Private Object reference (TYPE REF TO) DATA 20100127
4 GT_DESC_OBJ_COL_HEADER Instance attribute Private Type reference (TYPE) /SLOAP/T_TITLE SLOAS Title Table Structure 20110120
5 GV_DESC_OBJ_COL_POSITION Instance attribute Private Type reference (TYPE) INT4 Natural Number 20110118
6 GV_LAYOUT Instance attribute Private Type reference (TYPE) NUMC1 Num1 20100127
7 GV_LINE_LIMIT Instance attribute Private Type reference (TYPE) INT4 Natural Number 20100127
8 GV_TABLE_LINES Instance attribute Private Type reference (TYPE) INT4 Natural Number 20100127
9 GV_TRUNCATED Instance attribute Private Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
Methods
# Method Level Visibility Method type Description Created on
1 GET_DESC_OBJECT_COL_HEADER Instance method Public Method get image column header in the output table 20110118
2 GET_DESC_OBJECT_COL_POSITION Instance method Public Method get image column position in the output table 20110118
3 GET_DESC_OBJECT_LIST Instance method Public Method get image list 20110118
4 GET_FIELD_LIST Instance method Public Method get field list of table 20100127
5 GET_HEADER_TITLES Instance method Public Method returns string table containing the header titles 20100127
6 GET_LAYOUT Instance method Public Method get table layout 20100127
7 GET_LINE_LIMIT Instance method Public Method get html table line limit 20100127
8 GET_TABLE Instance method Public Method get table content 20100127
9 GET_TABLE_CONTENT Instance method Public Method returns content in generic string array 20100127
10 IS_TRUNCATED Instance method Public Method 20100127
11 SET_DESC_OBJECT_COL_HEADER Instance method Public Method set image column header in the output table 20110118
12 SET_DESC_OBJECT_COL_POSITION Instance method Public Method set image column position in the output table 20110118
13 SET_DESC_OBJECT_LIST Instance method Public Method set image list 20110118
14 SET_FIELD_LIST Instance method Public Method set field list of table 20100127
15 SET_HEADER_TITLES Instance method Public Method Sets header titles at specified Positon(s) only 20140130
16 SET_LAYOUT Instance method Public Method set table layout (1=vertical, 2=horizontal header) 20100127
17 SET_LINE_LIMIT Instance method Public Method set html table line limit 20100127
18 SET_TABLE Instance method Public Method set table content 20100127
Events
Class /SLOAP/CL_OUTPUT_COMP_TABLE has no event.
Types
Class /SLOAP/CL_OUTPUT_COMP_TABLE has no local type.
Method Signatures

Method GET_DESC_OBJECT_COL_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_DESC_OBJ_COL_HEADER Value transfer Type reference (TYPE) /SLOAP/T_TITLE SLOAS Title Table Structure 20110120

Method GET_DESC_OBJECT_COL_HEADER on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method GET_DESC_OBJECT_COL_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DESC_OBJ_COL_POSITION Value transfer Type reference (TYPE) INT4 Natural Number 20110119

Method GET_DESC_OBJECT_COL_POSITION on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method GET_DESC_OBJECT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_DESC_OBJ_LIST Value transfer Object reference (TYPE REF TO) /SLOAP/CL_OBJECT_LIST SLOAS object list utility class 20110119

Method GET_DESC_OBJECT_LIST on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method GET_FIELD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_FIELD_LIST Value transfer Object reference (TYPE REF TO) /SLOAP/CL_FIELD_LIST object list utility class 20100127

Method GET_FIELD_LIST on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method GET_HEADER_TITLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HEADER_TITLES Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20100127
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SPRAS Language Key 20100127

Method GET_HEADER_TITLES on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method GET_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_LAYOUT Value transfer Type reference (TYPE) NUMC1 Num1 20100127

Method GET_LAYOUT on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method GET_LINE_LIMIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_LINE_LIMIT Value transfer Type reference (TYPE) INT4 Natural Number 20100127

Method GET_LINE_LIMIT on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method GET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_TABLE_REFERENCE Value transfer Object reference (TYPE REF TO) DATA 20100127

Method GET_TABLE on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method GET_TABLE_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_TABLE_CONTENT Value transfer Type reference (TYPE) /SLOAP/T_STRING_ARRAY SLOAS string array table type 20100127

Method GET_TABLE_CONTENT on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method IS_TRUNCATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_TRUNCATED Value transfer Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127

Method IS_TRUNCATED on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method SET_DESC_OBJECT_COL_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DESC_OBJ_COL_HEADER Value transfer Type reference (TYPE) /SLOAP/T_TITLE SLOAS Title Table Structure 20110120

Method SET_DESC_OBJECT_COL_HEADER on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method SET_DESC_OBJECT_COL_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESC_OBJ_COL_POSITION Value transfer Type reference (TYPE) INT4 Natural Number 20110118

Method SET_DESC_OBJECT_COL_POSITION on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method SET_DESC_OBJECT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DESC_OBJ_LIST Value transfer Type reference (TYPE) /SLOAP/STRING_TABLE SLOAS String Table 20110118

Method SET_DESC_OBJECT_LIST on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method SET_FIELD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FIELD_LIST Call by reference Object reference (TYPE REF TO) /SLOAP/CL_FIELD_LIST object list utility class 20100127

Method SET_FIELD_LIST on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method SET_HEADER_TITLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LV_FIELD_NAME Call by reference Type reference (TYPE) /SLOAP/FIELD_NAME Name of the Field 20140130
2 Importing LV_NUM_OF_FLDS Call by reference Type reference (TYPE) I Number of the Fields in the Structure to be Changed 20140130
3 Importing LV_POS_OF_FLD Call by reference Type reference (TYPE) I Position of the field in the Structure 20140130

Method SET_HEADER_TITLES on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method SET_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LAYOUT Call by reference Type reference (TYPE) NUMC1 Natural Number 20100127

Method SET_LAYOUT on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method SET_LINE_LIMIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LINE_LIMIT Call by reference Type reference (TYPE) INT4 Natural Number 20100127

Method SET_LINE_LIMIT on class /SLOAP/CL_OUTPUT_COMP_TABLE has no exception.

Method SET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TABLE_REFERENCE Call by reference Object reference (TYPE REF TO) DATA 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_PARAMETER 20100127
History
Last changed by/on SAP  20141030 
SAP Release Created in 700