SAP ABAP Class CL_SALV_BS_RUNTIME_INFO (CL_SALV_BS_RUNTIME_INFO)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_BS_COMMON (Package) Package SALV_BS_COMMON
Properties
Class CL_SALV_BS_RUNTIME_INFO  
Short Description CL_SALV_BS_RUNTIME_INFO    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_BS_COMMON   Package SALV_BS_COMMON 
Created 20060508   SAP 
Last change 20070911   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_SALV_BS_T_DATA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 KKBLO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SALV_BS_RUNTIME_INFO has no interface implemented.
Friends
Class CL_SALV_BS_RUNTIME_INFO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ATTRIBUTES_AVAILABLE Static Attribute Private Type reference (TYPE) ABAP_BOOL 20061019
2 C_MEMID_DATA Constant Public Type reference (TYPE) CHAR100 'ALV_RUNTIME_DATA' Character 100 20060519
3 C_MEMID_DATA_DEF Constant Public Type reference (TYPE) CHAR100 'ALV_RUNTIME_DATA_DEF' Character 100 20061018
4 C_MEMID_DATA_LINE Constant Public Type reference (TYPE) CHAR100 'ALV_RUNTIME_DATA_LINE' Character 100 20060803
5 C_MEMID_DATA_LINE_DEF Constant Public Type reference (TYPE) CHAR100 'ALV_RUNTIME_DATA_LINE_DEF' Character 100 20061018
6 C_MEMID_ERROR Constant Public Type reference (TYPE) CHAR100 'ALV_RUNTIME_ERROR' Character 100 20060519
7 C_MEMID_INFO Constant Public Type reference (TYPE) CHAR100 'ALV_RUNTIME_INFO' Character 100 20060519
8 C_MEMID_METADATA Constant Public Type reference (TYPE) CHAR100 'ALV_RUNTIME_METADATA' Character 100 20060519
9 T_ATTRIBUTE_DATA Static Attribute Private Type reference (TYPE) IF_SALV_BS_T_DATA=>T_TYPE_ATTRIBUTE 20061019
10 T_ATTRIBUTE_DATA_LINE Static Attribute Private Type reference (TYPE) IF_SALV_BS_T_DATA=>T_TYPE_ATTRIBUTE 20061019
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Static method Public Method 20060508
2 CLEAR_ALL Static method Public Method 20060508
3 CLEAR_DATA Static method Public Method 20060508
4 CLEAR_ERROR Static method Public Method 20060508
5 CLEAR_METADATA Static method Public Method 20060508
6 FCAT_FROM_ATTRIBUTE Static method Private Method 20061019
7 GET Static method Public Method 20060508
8 GET_DATA Static method Public Method 20060508
9 GET_DATA_ATTRIBUTES Static method Private Method 20061019
10 GET_DATA_REF Static method Public Method 20061018
11 GET_ERROR Static method Public Method 20060508
12 GET_METADATA Static method Public Method 20060508
13 RECTIFY_KEYINFO Static method Private Method 20061019
14 RECTIFY_METADATA Static method Public Method 20061018
15 SET Static method Public Method 20060508
16 SET_DATA Static method Public Method 20060508
17 SET_ERROR Static method Public Method 20060508
18 SET_METADATA Static method Public Method 20060508
Events
Class CL_SALV_BS_RUNTIME_INFO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_TYPE_METADATA Public See coding 20060508 begin of s_type_metadata, is_hierseq type abap_bool, tabname type string, tabname_line type string, s_keyinfo type kkblo_keyinfo, s_layout type lvc_s_layo, t_fcat type lvc_t_fcat, t_filter type lvc_t_filt, t_sort type lvc_t_sort, end of s_type_metadata
2 S_TYPE_RECTIFY_INFO Public See coding 20061019 begin of s_type_rectify_info, s_rectify_keyinfo type s_type_rectify_keyinfo, end of s_type_rectify_info
3 S_TYPE_RECTIFY_KEYINFO Public See coding 20061019 begin of s_type_rectify_keyinfo, keyinfo_in_fcat type abap_bool, end of s_type_rectify_keyinfo
4 S_TYPE_RUNTIME_INFO Public See coding 20060508 begin of s_type_runtime_info, display type abap_bool, metadata type abap_bool, data type abap_bool, structure type tabname, structure_line type tabname, end of s_type_runtime_info
Method Signatures

Method CLEAR Signature

Method CLEAR on class CL_SALV_BS_RUNTIME_INFO has no parameter.
Method CLEAR on class CL_SALV_BS_RUNTIME_INFO has no exception.

Method CLEAR_ALL Signature

Method CLEAR_ALL on class CL_SALV_BS_RUNTIME_INFO has no parameter.
Method CLEAR_ALL on class CL_SALV_BS_RUNTIME_INFO has no exception.

Method CLEAR_DATA Signature

Method CLEAR_DATA on class CL_SALV_BS_RUNTIME_INFO has no parameter.
Method CLEAR_DATA on class CL_SALV_BS_RUNTIME_INFO has no exception.

Method CLEAR_ERROR Signature

Method CLEAR_ERROR on class CL_SALV_BS_RUNTIME_INFO has no parameter.
Method CLEAR_ERROR on class CL_SALV_BS_RUNTIME_INFO has no exception.

Method CLEAR_METADATA Signature

Method CLEAR_METADATA on class CL_SALV_BS_RUNTIME_INFO has no parameter.
Method CLEAR_METADATA on class CL_SALV_BS_RUNTIME_INFO has no exception.

Method FCAT_FROM_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NO_OUT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20061019
2 Importing S_ATTRIBUTE Call by reference Type reference (TYPE) IF_SALV_BS_T_DATA=>S_TYPE_ATTRIBUTE 20061019
3 Importing TABNAME Call by reference Type reference (TYPE) STRING 20061019
4 Importing TECH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20061019
5 Returning VALUE Value transfer Type reference (TYPE) LVC_S_FCAT ALV-Control: Feldkatalog 20061019

Method FCAT_FROM_ATTRIBUTE on class CL_SALV_BS_RUNTIME_INFO has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) S_TYPE_RUNTIME_INFO 20060508
# Exception Resumable Description Created on
1 CX_SALV_BS_SC_RUNTIME_INFO 20060508

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting T_DATA Call by reference Type reference (TYPE) TABLE 20060508
2 Exporting T_DATA_LINE Call by reference Type reference (TYPE) TABLE 20060803
# Exception Resumable Description Created on
1 CX_SALV_BS_SC_RUNTIME_INFO 20060508

Method GET_DATA_ATTRIBUTES Signature

Method GET_DATA_ATTRIBUTES on class CL_SALV_BS_RUNTIME_INFO has no parameter.
Method GET_DATA_ATTRIBUTES on class CL_SALV_BS_RUNTIME_INFO has no exception.

Method GET_DATA_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting R_DATA Call by reference Object reference (TYPE REF TO) DATA 20061018
2 Exporting R_DATA_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_DATADESCR Run Time Type Services 20061018
3 Exporting R_DATA_LINE Call by reference Object reference (TYPE REF TO) DATA 20061018
4 Exporting R_DATA_LINE_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_DATADESCR Run Time Type Services 20061018
# Exception Resumable Description Created on
1 CX_SALV_BS_SC_RUNTIME_INFO 20061018

Method GET_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SALV_BS_S_MSG Returnparameter 20060508
# Exception Resumable Description Created on
1 CX_SALV_BS_SC_RUNTIME_INFO 20060508

Method GET_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) S_TYPE_METADATA 20060508
# Exception Resumable Description Created on
1 CX_SALV_BS_SC_RUNTIME_INFO 20060508

Method RECTIFY_KEYINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing S_RECTIFY_KEYINFO Call by reference Type reference (TYPE) S_TYPE_RECTIFY_KEYINFO 20061019
2 Changing VALUE Call by reference Type reference (TYPE) S_TYPE_METADATA 20061019

Method RECTIFY_KEYINFO on class CL_SALV_BS_RUNTIME_INFO has no exception.

Method RECTIFY_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing S_RECTIFY_INFO Call by reference Type reference (TYPE) S_TYPE_RECTIFY_INFO 20061019
2 Changing VALUE Call by reference Type reference (TYPE) S_TYPE_METADATA 20061018

Method RECTIFY_METADATA on class CL_SALV_BS_RUNTIME_INFO has no exception.

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) ABAP_BOOL 20060508
2 Importing DISPLAY Call by reference Type reference (TYPE) ABAP_BOOL 20060508
3 Importing METADATA Call by reference Type reference (TYPE) ABAP_BOOL 20060508
4 Importing STRUCTURE Call by reference Type reference (TYPE) TABNAME Tabellenname 20060508
5 Importing STRUCTURE_LINE Call by reference Type reference (TYPE) TABNAME Tabellenname 20060828

Method SET on class CL_SALV_BS_RUNTIME_INFO has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) TABLE 20060508
2 Importing DATA_LINE Call by reference Type reference (TYPE) TABLE 20060803

Method SET_DATA on class CL_SALV_BS_RUNTIME_INFO has no exception.

Method SET_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing S_MSG Call by reference Type reference (TYPE) SALV_BS_S_MSG SALV_BS_MSG 20060508

Method SET_ERROR on class CL_SALV_BS_RUNTIME_INFO has no exception.

Method SET_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HIERSEQ Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060803
2 Importing S_KEYINFO Call by reference Type reference (TYPE) KKBLO_KEYINFO 20060803
3 Importing S_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20060508
4 Importing TABNAME Call by reference Type reference (TYPE) STRING 20060803
5 Importing TABNAME_LINE Call by reference Type reference (TYPE) STRING 20060803
6 Importing T_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20060508
7 Importing T_FILTER Call by reference Type reference (TYPE) LVC_T_FILT ALV-Control: Tabelle der Filterbedingungen 20060508
8 Importing T_SORT Call by reference Type reference (TYPE) LVC_T_SORT ALV-Contol: Tabelle der Sortierkriterien 20060508

Method SET_METADATA on class CL_SALV_BS_RUNTIME_INFO has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in 710