SAP ABAP Class CL_SALV_COLUMN (Individual Column Object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_OM_METADATA (Package) ALV: Meta Data
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_METADATA_BASE ALV: Basis Class Meta Data 20040219
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_C_ALIGNMENT ALV: Alignment 20040126
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_COLUMN_LIST Column Description for List-Type Tables 20040422
2 Inheritance (c INHERITING FROM c_ref)  CL_SALV_COLUMN_TREE Column Description of Tree Structure 20040422
Properties
Class CL_SALV_COLUMN  
Short Description Individual Column Object    
Super Class CL_SALV_METADATA_BASE ALV: Basis Class Meta Data 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_OM_METADATA   ALV: Meta Data 
Created 20040123   SAP 
Last change 20140121   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 CL_SALV_SPECIFIC_GROUPS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_SALV_C_ALIGNMENT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_SALV_C_BOOL_SAP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_SALV_C_CELL_TYPE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SALV_C_ALIGNMENT ALV: Alignment 20040126
Friends
# Friend Modeled only Created on Description
1 CL_SALV_ADAPTER 20040308 ALV: Basis Class Adapter
2 CL_SALV_CONTROLLER 20040221 ALV: Abstract Controller
3 CL_SALV_DATA_DESCR 20040126 ALV: Using Data to Build the Column Object
4 CL_SALV_DDIC_APPLY 20040127 ALV: Use DDIC Information
5 CL_SALV_SERVICE_LAYOUT_DB 20040308 ALV: Database Layout
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALIGNMENT Instance attribute Protected Type reference (TYPE) SALV_DE_ALIGNMENT Alignment 20040123
2 CENTERED Instance attribute Public Attribute reference (LIKE) 20040308
3 COLDDICTXT Instance attribute Protected Type reference (TYPE) LVC_DDICT Headers Definition 20121211
4 COLUMNNAME Instance attribute Protected Type reference (TYPE) LVC_FNAME Column Name 20040123
5 CURRENCY Instance attribute Protected Type reference (TYPE) LVC_CURR Currency unit 20040129
6 CURRENCY_COLUMN Instance attribute Protected Type reference (TYPE) LVC_CFNAME Column Name for Currency Unit Referenced 20040129
7 DDIC_DATATYPE Instance attribute Protected Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20040129
8 DDIC_DECIMALS Instance attribute Protected Type reference (TYPE) DECIMALS Number of Decimal Places 20040129
9 DDIC_DOMAIN Instance attribute Protected Type reference (TYPE) DOMNAME Domain Name 20040129
10 DDIC_F4_AVAILABLE Instance attribute Protected Type reference (TYPE) SAP_BOOL F4 help available 20040129
11 DDIC_F4_SEARCH_HELP Instance attribute Protected Type reference (TYPE) SAP_BOOL A search help is connected to the field 20040129
12 DDIC_F4_VALUE_RANGE Instance attribute Protected Type reference (TYPE) SAP_BOOL Fixed Values Exist 20040129
13 DDIC_INTLEN Instance attribute Protected Type reference (TYPE) INTLEN Internal Length in Bytes 20040129
14 DDIC_INTTYPE Instance attribute Protected Type reference (TYPE) INTTYPE ABAP data type (C,D,N,...) 20040129
15 DDIC_LENG Instance attribute Protected Type reference (TYPE) DDLENG Length (No. of Characters) 20040129
16 DDIC_OUTPUTLEN Instance attribute Protected Type reference (TYPE) OUTPUTLEN Output Length in Characters 20040129
17 DDIC_REFERENCE Instance attribute Protected Type reference (TYPE) SALV_S_DDIC_REFERENCE Reference to ABAP Dictionary Field 20040123
18 DDIC_ROLLNAME Instance attribute Protected Type reference (TYPE) ROLLNAME Data Element (Semantic Domain) 20040129
19 DECFLOAT_STYLE Instance attribute Protected Type reference (TYPE) OUTPUTSTYLE Style for Columns with Type DECFLOAT 20081026
20 DECIMALS Instance attribute Protected Type reference (TYPE) LVC_DECMLS Number of Decimal Places for Output 20040506
21 DECIMALS_COLUMN Instance attribute Protected Type reference (TYPE) LVC_DFNAME Column Name with DECIMALS Specification 20040129
22 EDIT_MASK Instance attribute Protected Type reference (TYPE) LVC_EDTMSK EditMask for Output 20040123
23 F1_ROLLNAME Instance attribute Protected Type reference (TYPE) LVC_ROLL Data Element for F1 Help 20040127
24 LEADING_SPACES Instance attribute Protected Type reference (TYPE) SAP_BOOL Include leading spaces 20120419
25 LEADING_ZERO Instance attribute Protected Type reference (TYPE) SAP_BOOL Output leading zeros 20040201
26 LEFT Instance attribute Public Attribute reference (LIKE) 20040308
27 LONG_TEXT Instance attribute Protected Type reference (TYPE) SCRTEXT_L Long Field Label 20040126
28 LOWERCASE Instance attribute Protected Type reference (TYPE) SAP_BOOL Lower Case Letters Allowed 20040126
29 MEDIUM_TEXT Instance attribute Protected Type reference (TYPE) SCRTEXT_M Medium Field Label 20040126
30 OPTIMIZED Instance attribute Protected Type reference (TYPE) SAP_BOOL FALSE Column optimized 20040126
31 OUTPUT_LENGTH Instance attribute Protected Type reference (TYPE) LVC_OUTLEN Column Width in Characters 20040123
32 QUANTITY Instance attribute Protected Type reference (TYPE) LVC_QUAN Unit of Measurement 20040129
33 QUANTITY_COLUMN Instance attribute Protected Type reference (TYPE) LVC_QFNAME Column Name for Unit of Measure Referenced 20040129
34 RIGHT Instance attribute Public Attribute reference (LIKE) 20040308
35 ROUND Instance attribute Protected Type reference (TYPE) LVC_ROUND ROUND Value 20040129
36 ROUND_COLUMN Instance attribute Protected Type reference (TYPE) LVC_RNDFN Column Name with ROUND Specification 20040129
37 ROW Instance attribute Protected Type reference (TYPE) LVC_ROWPOS Output Line in List Mode for Multi-Line Output 20040123
38 R_COLUMNS Instance attribute Protected Object reference (TYPE REF TO) CL_SALV_COLUMNS ALV Columns 20040127
39 R_TABLE_STRUCTURE Instance attribute Protected Object reference (TYPE REF TO) DATA 20040330
40 SHORT_TEXT Instance attribute Protected Type reference (TYPE) SCRTEXT_S Short Field Label 20040126
41 SIGN Instance attribute Protected Type reference (TYPE) SAP_BOOL TRUE Sign 20040126
42 SPECIFIC_GROUP Instance attribute Protected Type reference (TYPE) CL_SALV_SPECIFIC_GROUPS=>Y_ID Group key 20100430
43 TECHNICAL Instance attribute Protected Type reference (TYPE) SAP_BOOL FALSE Technical Column 20040123
44 TOOLTIP Instance attribute Protected Type reference (TYPE) LVC_TIP ALV control: Tool tip for column header 20040126
45 VISIBLE Instance attribute Protected Type reference (TYPE) SAP_BOOL TRUE Column Visibility 20040123
46 ZERO Instance attribute Protected Type reference (TYPE) SAP_BOOL TRUE Output Zeroes 20040129
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20040123
2 GET_ALIGNMENT Instance method Public Method Get Alignment of Column 20040123
3 GET_COLUMNNAME Instance method Public Method Get Column Name 20040126
4 GET_CURRENCY Instance method Public Method Get Currency 20040129
5 GET_CURRENCY_COLUMN Instance method Public Method Get Currency Column 20040129
6 GET_DDIC_DATATYPE Instance method Public Method Get DDIC Data Type 20040205
7 GET_DDIC_DECIMALS Instance method Public Method Get DDIC Decimal Places 20040205
8 GET_DDIC_DOMAIN Instance method Public Method Get DDIC Domain 20040205
9 GET_DDIC_INTLEN Instance method Public Method Get DDIC Internal Length (BYTE) 20040205
10 GET_DDIC_INTTYPE Instance method Public Method Get DDIC Internal Type 20040205
11 GET_DDIC_OUTPUTLEN Instance method Public Method Get DDIC Output Length (CHAR) 20040205
12 GET_DDIC_REFERENCE Instance method Public Method Get DDIC Reference 20040123
13 GET_DDIC_ROLLNAME Instance method Public Method Get DDIC Data Element 20040205
14 GET_DECFLOAT_STYLE Instance method Public Method Get Style for Columns of Type DECFLOAT 20081026
15 GET_DECIMALS Instance method Public Method Get Number of Decimal Places for Output 20040506
16 GET_DECIMALS_COLUMN Instance method Public Method Gett Decimal Column 20040129
17 GET_EDIT_MASK Instance method Public Method Get Conversion Exit 20040123
18 GET_F1_ROLLNAME Instance method Public Method Get F1 Data Element 20040127
19 GET_LONG_TEXT Instance method Public Method Get Long Column Title 20040126
20 GET_MEDIUM_TEXT Instance method Public Method Get Medium Column Title 20040126
21 GET_OUTPUT_LENGTH Instance method Public Method Get Output Length (CHAR) 20040123
22 GET_QUANTITY Instance method Public Method Get Quantity Unit 20040129
23 GET_QUANTITY_COLUMN Instance method Public Method Get Quantity Column 20040129
24 GET_ROUND Instance method Public Method Get Rounding 20040129
25 GET_ROUND_COLUMN Instance method Public Method Get Rounding Column 20040129
26 GET_ROW Instance method Public Method Get Line (in List Mode for Multi-Line Display) 20040123
27 GET_SHORT_TEXT Instance method Public Method Get Short Column Title 20040126
28 GET_TOOLTIP Instance method Public Method Get Tooltip 20040218
29 HAS_LEADING_SPACES Instance method Public Method Check whether leading spaces are displayed 20120419
30 HAS_LEADING_ZERO Instance method Public Method Check Whether Leading Zeroes Displayed in Output 20040201
31 HAS_SIGN Instance method Public Method Check Whether Sign Displayed in Output 20040205
32 IS_LOWERCASE Instance method Public Method Check Whether Lowercase Letters Converted 20040205
33 IS_OPTIMIZED Instance method Public Method Check Whether Column Optimized 20040123
34 IS_TECHNICAL Instance method Public Method Check Whether Column Technical 20040123
35 IS_VISIBLE Instance method Public Method Check Whether Column Visible 20040123
36 IS_ZERO Instance method Public Method Check Whether Empty Cells Displayed 20040129
37 RAISE_COLUMN_NOT_IN_DATA_TABLE Instance method Protected Method 20040330
38 RAISE_METHOD_ONLY_VALID_FOR Instance method Protected Method 20040609
39 SET_ALIGNMENT Instance method Public Method Set Alignment of Column 20040123
40 SET_CURRENCY Instance method Public Method Set Currency for Whole Column 20040129
41 SET_CURRENCY_COLUMN Instance method Public Method Set Currency Column 20040129
42 SET_DDIC_REFERENCE Instance method Public Method Set DDIC Reference 20040123
43 SET_DECFLOAT_STYLE Instance method Public Method Set Style for Columns of Type DECFLOAT 20081026
44 SET_DECIMALS Instance method Public Method Set Number of Decimal Places for Whole Column 20040506
45 SET_DECIMALS_COLUMN Instance method Public Method Set Decimal Column for Number of Decimal Places 20040129
46 SET_EDIT_MASK Instance method Public Method Set Conversion Routine 20040123
47 SET_F1_ROLLNAME Instance method Public Method Set F1 Data Element 20040127
48 SET_FIXED_HEADER_TEXT Instance method Public Method 20130214
49 SET_LEADING_SPACES Instance method Public Method Display leading spaces in the output 20120419
50 SET_LEADING_ZERO Instance method Public Method Set Leading Zeroes for Output 20040201
51 SET_LONG_TEXT Instance method Public Method Set Long Column Title 20040126
52 SET_LOWERCASE Instance method Public Method Specify Whether Lowercase Letters Converted 20040205
53 SET_MEDIUM_TEXT Instance method Public Method Set Medium Column Title 20040126
54 SET_OPTIMIZED Instance method Public Method Optimize Column 20040123
55 SET_OUTPUT_LENGTH Instance method Public Method Set Output Length (CHAR) 20040123
56 SET_QUANTITY Instance method Public Method Set Unit of Measurement for Whole Column 20040129
57 SET_QUANTITY_COLUMN Instance method Public Method Set Column for Units of Measurement 20040129
58 SET_ROUND Instance method Public Method Set Rounding for Whole Column 20040129
59 SET_ROUND_COLUMN Instance method Public Method Set Rounding Column 20040129
60 SET_ROW Instance method Public Method Set Row for Multirow Display 20040123
61 SET_SHORT_TEXT Instance method Public Method Set Short Column Title 20040126
62 SET_SIGN Instance method Public Method Specify Whether Sign Displayed in Output 20040205
63 SET_TECHNICAL Instance method Public Method Set Column as Technical Column 20040123
64 SET_TOOLTIP Instance method Public Method Set Tooltip for Column Title 20040218
65 SET_VISIBLE Instance method Public Method Set Column to Visible 20040123
66 SET_ZERO Instance method Public Method Specify Empty Cell Display 20040129
Events
Class CL_SALV_COLUMN has no event.
Types
Class CL_SALV_COLUMN has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20040123
2 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS ALV Spalten 20040127
3 Importing R_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_SALV_CONTROLLER_METADATA ALV: abstrakter Controller 20040219
4 Importing R_TABLE_STRUCTURE Call by reference Object reference (TYPE REF TO) DATA 20040330

Method CONSTRUCTOR on class CL_SALV_COLUMN has no exception.

Method GET_ALIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SALV_DE_ALIGNMENT ALV-Control: Ausrichtung 20040123

Method GET_ALIGNMENT on class CL_SALV_COLUMN has no exception.

Method GET_COLUMNNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20040126

Method GET_COLUMNNAME on class CL_SALV_COLUMN has no exception.

Method GET_CURRENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_CURR ALV-Control: Währungseinheit 20040129

Method GET_CURRENCY on class CL_SALV_COLUMN has no exception.

Method GET_CURRENCY_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_CFNAME ALV-Control: Feldname für referenzierte Währungseinheit 20040129

Method GET_CURRENCY_COLUMN on class CL_SALV_COLUMN has no exception.

Method GET_DDIC_DATATYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) DATATYPE_D Datentyp im ABAP Dictionary 20040205

Method GET_DDIC_DATATYPE on class CL_SALV_COLUMN has no exception.

Method GET_DDIC_DECIMALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) I 20040205

Method GET_DDIC_DECIMALS on class CL_SALV_COLUMN has no exception.

Method GET_DDIC_DOMAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) DOMNAME Bezeichnung einer Domäne 20040205

Method GET_DDIC_DOMAIN on class CL_SALV_COLUMN has no exception.

Method GET_DDIC_INTLEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) DECIMALS Anzahl Dezimalstellen 20040205

Method GET_DDIC_INTLEN on class CL_SALV_COLUMN has no exception.

Method GET_DDIC_INTTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) INTTYPE ABAP-Datentyp (C,D,N,...) 20040205

Method GET_DDIC_INTTYPE on class CL_SALV_COLUMN has no exception.

Method GET_DDIC_OUTPUTLEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) OUTPUTLEN Ausgabelänge 20040205

Method GET_DDIC_OUTPUTLEN on class CL_SALV_COLUMN has no exception.

Method GET_DDIC_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SALV_S_DDIC_REFERENCE Referenz auf ein DDIC Feld 20040123

Method GET_DDIC_REFERENCE on class CL_SALV_COLUMN has no exception.

Method GET_DDIC_ROLLNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ROLLNAME Datenelement (semantische Domäne) 20040205

Method GET_DDIC_ROLLNAME on class CL_SALV_COLUMN has no exception.

Method GET_DECFLOAT_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_ROWPOS ALV-Control: Ausgabezeile (INTERNE VERWENDUNG) 20081026

Method GET_DECFLOAT_STYLE on class CL_SALV_COLUMN has no exception.

Method GET_DECIMALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_DECMLS ALV-Control: Anzahl Dezimalstellen für Ausgabe 20040506

Method GET_DECIMALS on class CL_SALV_COLUMN has no exception.

Method GET_DECIMALS_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_DFNAME ALV-Control: Feldname mit DECIMALS-Angabe 20040129

Method GET_DECIMALS_COLUMN on class CL_SALV_COLUMN has no exception.

Method GET_EDIT_MASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_EDTMSK ALV-Control: EditMask für Ausgabe 20040123

Method GET_EDIT_MASK on class CL_SALV_COLUMN has no exception.

Method GET_F1_ROLLNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_ROLL ALV-Control: Datenelement für F1-Hilfe 20040127

Method GET_F1_ROLLNAME on class CL_SALV_COLUMN has no exception.

Method GET_LONG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SCRTEXT_L Feldbezeichner lang 20040126

Method GET_LONG_TEXT on class CL_SALV_COLUMN has no exception.

Method GET_MEDIUM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SCRTEXT_M Feldbezeichner mittel 20040126

Method GET_MEDIUM_TEXT on class CL_SALV_COLUMN has no exception.

Method GET_OUTPUT_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_OUTLEN ALV-Control: Spaltenbreite in Character 20040123

Method GET_OUTPUT_LENGTH on class CL_SALV_COLUMN has no exception.

Method GET_QUANTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_QUAN ALV-Control: Mengeneinheit 20040129

Method GET_QUANTITY on class CL_SALV_COLUMN has no exception.

Method GET_QUANTITY_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_QFNAME ALV-Control: Feldname für referenzierte Mengeneinheit 20040129

Method GET_QUANTITY_COLUMN on class CL_SALV_COLUMN has no exception.

Method GET_ROUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_ROUND ALV-Control: ROUND-Wert 20040129

Method GET_ROUND on class CL_SALV_COLUMN has no exception.

Method GET_ROUND_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_RNDFN ALV-Control: Feldname mit ROUND-Angabe 20040129

Method GET_ROUND_COLUMN on class CL_SALV_COLUMN has no exception.

Method GET_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_COLPOS ALV-Control: Ausgabespalte 20040123

Method GET_ROW on class CL_SALV_COLUMN has no exception.

Method GET_SHORT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SCRTEXT_S Feldbezeichner kurz 20040126

Method GET_SHORT_TEXT on class CL_SALV_COLUMN has no exception.

Method GET_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_TIP 20040218

Method GET_TOOLTIP on class CL_SALV_COLUMN has no exception.

Method HAS_LEADING_SPACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20120419

Method HAS_LEADING_SPACES on class CL_SALV_COLUMN has no exception.

Method HAS_LEADING_ZERO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040201

Method HAS_LEADING_ZERO on class CL_SALV_COLUMN has no exception.

Method HAS_SIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040205

Method HAS_SIGN on class CL_SALV_COLUMN has no exception.

Method IS_LOWERCASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040205

Method IS_LOWERCASE on class CL_SALV_COLUMN has no exception.

Method IS_OPTIMIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040123

Method IS_OPTIMIZED on class CL_SALV_COLUMN has no exception.

Method IS_TECHNICAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040123

Method IS_TECHNICAL on class CL_SALV_COLUMN has no exception.

Method IS_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040123

Method IS_VISIBLE on class CL_SALV_COLUMN has no exception.

Method IS_ZERO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040129

Method IS_ZERO on class CL_SALV_COLUMN has no exception.

Method RAISE_COLUMN_NOT_IN_DATA_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) ANY 20040330
2 Importing METHOD Call by reference Type reference (TYPE) ANY 20040330
# Exception Resumable Description Created on
1 CX_SALV_DATA_ERROR 20040330

Method RAISE_METHOD_ONLY_VALID_FOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METHOD Call by reference Type reference (TYPE) ANY 20040609
2 Importing T_VALID Call by reference Type reference (TYPE) SALV_T_MODEL_OBJECT Inhalt 20040609

Method RAISE_METHOD_ONLY_VALID_FOR on class CL_SALV_COLUMN has no exception.

Method SET_ALIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SALV_DE_ALIGNMENT IF_SALV_C_ALIGNMENT=>LEFT ALV-Control: Ausrichtung 20040123

Method SET_ALIGNMENT on class CL_SALV_COLUMN has no exception.

Method SET_CURRENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) LVC_CURR ALV-Control: Währungseinheit 20040129

Method SET_CURRENCY on class CL_SALV_COLUMN has no exception.

Method SET_CURRENCY_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) LVC_CFNAME ALV-Control: Feldname für referenzierte Währungseinheit 20040129
# Exception Resumable Description Created on
1 CX_SALV_DATA_ERROR ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330
2 CX_SALV_NOT_FOUND ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330

Method SET_DDIC_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SALV_S_DDIC_REFERENCE Referenz auf ein DDIC Feld 20040123

Method SET_DDIC_REFERENCE on class CL_SALV_COLUMN has no exception.

Method SET_DECFLOAT_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) OUTPUTSTYLE Style für WRITE Befehl 20081026

Method SET_DECFLOAT_STYLE on class CL_SALV_COLUMN has no exception.

Method SET_DECIMALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) LVC_DECMLS ALV-Control: Anzahl Dezimalstellen für Ausgabe 20040506

Method SET_DECIMALS on class CL_SALV_COLUMN has no exception.

Method SET_DECIMALS_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) LVC_DFNAME ALV-Control: Feldname mit DECIMALS-Angabe 20040129
# Exception Resumable Description Created on
1 CX_SALV_DATA_ERROR ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330
2 CX_SALV_NOT_FOUND ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330

Method SET_EDIT_MASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) LVC_EDTMSK ALV-Control: EditMask für Ausgabe 20040123

Method SET_EDIT_MASK on class CL_SALV_COLUMN has no exception.

Method SET_F1_ROLLNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) LVC_ROLL ALV-Control: Datenelement für F1-Hilfe 20040127

Method SET_F1_ROLLNAME on class CL_SALV_COLUMN has no exception.

Method SET_FIXED_HEADER_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Value transfer Type reference (TYPE) LVC_DDICT 20130214

Method SET_FIXED_HEADER_TEXT on class CL_SALV_COLUMN has no exception.

Method SET_LEADING_SPACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL IF_SALV_C_BOOL_SAP=>FALSE boolsche Variable (X=true, space=false) 20120419

Method SET_LEADING_SPACES on class CL_SALV_COLUMN has no exception.

Method SET_LEADING_ZERO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL IF_SALV_C_BOOL_SAP=>TRUE boolsche Variable (X=true, space=false) 20040201

Method SET_LEADING_ZERO on class CL_SALV_COLUMN has no exception.

Method SET_LONG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SCRTEXT_L Feldbezeichner lang 20040126

Method SET_LONG_TEXT on class CL_SALV_COLUMN has no exception.

Method SET_LOWERCASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL IF_SALV_C_BOOL_SAP=>TRUE boolsche Variable (X=true, space=false) 20040205

Method SET_LOWERCASE on class CL_SALV_COLUMN has no exception.

Method SET_MEDIUM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SCRTEXT_M Feldbezeichner mittel 20040126

Method SET_MEDIUM_TEXT on class CL_SALV_COLUMN has no exception.

Method SET_OPTIMIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL IF_SALV_C_BOOL_SAP=>TRUE boolsche Variable (X=true, space=false) 20040123

Method SET_OPTIMIZED on class CL_SALV_COLUMN has no exception.

Method SET_OUTPUT_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) LVC_OUTLEN ALV-Control: Spaltenbreite in Character 20040123

Method SET_OUTPUT_LENGTH on class CL_SALV_COLUMN has no exception.

Method SET_QUANTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) LVC_QUAN ALV-Control: Mengeneinheit 20040129

Method SET_QUANTITY on class CL_SALV_COLUMN has no exception.

Method SET_QUANTITY_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) LVC_QFNAME ALV-Control: Feldname für referenzierte Mengeneinheit 20040129
# Exception Resumable Description Created on
1 CX_SALV_DATA_ERROR ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330
2 CX_SALV_NOT_FOUND ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330

Method SET_ROUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) LVC_ROUND ALV-Control: ROUND-Wert 20040129

Method SET_ROUND on class CL_SALV_COLUMN has no exception.

Method SET_ROUND_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) LVC_RNDFN ALV-Control: Feldname mit ROUND-Angabe 20040129
# Exception Resumable Description Created on
1 CX_SALV_DATA_ERROR ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330
2 CX_SALV_NOT_FOUND ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330

Method SET_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) LVC_ROWPOS ALV-Control: Ausgabezeile (INTERNE VERWENDUNG) 20040123

Method SET_ROW on class CL_SALV_COLUMN has no exception.

Method SET_SHORT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SCRTEXT_S Feldbezeichner kurz 20040126

Method SET_SHORT_TEXT on class CL_SALV_COLUMN has no exception.

Method SET_SIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL IF_SALV_C_BOOL_SAP=>TRUE boolsche Variable (X=true, space=false) 20040205

Method SET_SIGN on class CL_SALV_COLUMN has no exception.

Method SET_TECHNICAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL IF_SALV_C_BOOL_SAP=>TRUE boolsche Variable (X=true, space=false) 20040123

Method SET_TECHNICAL on class CL_SALV_COLUMN has no exception.

Method SET_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) LVC_TIP 20040218

Method SET_TOOLTIP on class CL_SALV_COLUMN has no exception.

Method SET_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL IF_SALV_C_BOOL_SAP=>TRUE boolsche Variable (X=true, space=false) 20040123

Method SET_VISIBLE on class CL_SALV_COLUMN has no exception.

Method SET_ZERO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL IF_SALV_C_BOOL_SAP=>TRUE boolsche Variable (X=true, space=false) 20040129

Method SET_ZERO on class CL_SALV_COLUMN has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700