SAP ABAP Class CL_GRFN_EXCEL_TPL_PROC_BASE (Base template processor)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_CLM (Package) Shared infrastructure for CLM integration
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_EXCEL_TPL_PROC | Excel Template Processor | 20101019 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_MDUG_PROC_BASE | MDUG processor | 20101019 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_MDUG_PROC_PO | MDUG policy processor | 20110630 |
Properties
| Class | CL_GRFN_EXCEL_TPL_PROC_BASE | |
| Short Description | Base template processor | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_CLM | Shared infrastructure for CLM integration |
| Created | 20101019 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRFN_EXCEL_TPL_PROC | Excel Template Processor | 20101019 |
Friends
Class CL_GRFN_EXCEL_TPL_PROC_BASE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | T_XML_MAP | 20110124 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Export XML | 20101019 | |
| 2 | Static method | Private | Method | Set char validation | 20101126 | |
| 3 | Static method | Private | Method | Set number validation | 20101126 | |
| 4 | Static method | Public | Method | Set validation by date element | 20101126 |
Events
Class CL_GRFN_EXCEL_TPL_PROC_BASE has no event.
Types
Class CL_GRFN_EXCEL_TPL_PROC_BASE has no local type.
Method Signatures
Method EXPORT_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_XML | Call by reference | Type reference (TYPE) | STRING | 20101019 | ||||
| 2 | IO_EXCEL | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_EXCEL | Excel utility class | 20101019 | |||
| 3 | IV_XML_MAP_NAME | Call by reference | Type reference (TYPE) | STRING | 20101019 |
Method EXPORT_XML on class CL_GRFN_EXCEL_TPL_PROC_BASE has no exception.
Method SET_CHAR_VALIDATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EXCEL | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_EXCEL | Excel utility class | 20101126 | |||
| 2 | IV_COLUMNINDEX | Call by reference | Type reference (TYPE) | I | 20101126 | ||||
| 3 | IV_COLUMNNUM | Call by reference | Type reference (TYPE) | I | 20101126 | ||||
| 4 | IV_DATAELEMENT | Call by reference | Type reference (TYPE) | FIELD_TYPE | Field type | 20101126 | |||
| 5 | IV_IGNORE_BLANK | Call by reference | Type reference (TYPE) | CL_GRFN_EXCEL=>XL_BOOL | CL_GRFN_EXCEL=>GC_XL_BOOL-TRUE | 20101129 | |||
| 6 | IV_ROWINDEX | Call by reference | Type reference (TYPE) | I | 20101126 | ||||
| 7 | IV_ROWNUM | Call by reference | Type reference (TYPE) | I | 20101126 |
Method SET_CHAR_VALIDATION on class CL_GRFN_EXCEL_TPL_PROC_BASE has no exception.
Method SET_NUMBER_VALIDATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EXCEL | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_EXCEL | Excel utility class | 20101126 | |||
| 2 | IV_COLUMNINDEX | Call by reference | Type reference (TYPE) | I | 20101126 | ||||
| 3 | IV_COLUMNNUM | Call by reference | Type reference (TYPE) | I | 20101126 | ||||
| 4 | IV_DATAELEMENT | Call by reference | Type reference (TYPE) | FIELD_TYPE | Field type | 20101126 | |||
| 5 | IV_IGNORE_BLANK | Call by reference | Type reference (TYPE) | CL_GRFN_EXCEL=>XL_BOOL | CL_GRFN_EXCEL=>GC_XL_BOOL-TRUE | 20101129 | |||
| 6 | IV_ROWINDEX | Call by reference | Type reference (TYPE) | I | 20101126 | ||||
| 7 | IV_ROWNUM | Call by reference | Type reference (TYPE) | I | 20101126 |
Method SET_NUMBER_VALIDATION on class CL_GRFN_EXCEL_TPL_PROC_BASE has no exception.
Method SET_VALIDATION_BY_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EXCEL | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_EXCEL | Excel utility class | 20101126 | |||
| 2 | IV_COLUMNINDEX | Call by reference | Type reference (TYPE) | I | 20101126 | ||||
| 3 | IV_COLUMNNUM | Call by reference | Type reference (TYPE) | I | 20101126 | ||||
| 4 | IV_DATAELEMENT | Call by reference | Type reference (TYPE) | FIELD_TYPE | Field type | 20101126 | |||
| 5 | IV_IGNORE_BLANK | Call by reference | Type reference (TYPE) | CL_GRFN_EXCEL=>XL_BOOL | CL_GRFN_EXCEL=>GC_XL_BOOL-TRUE | 20101129 | |||
| 6 | IV_ROWINDEX | Call by reference | Type reference (TYPE) | I | 20101126 | ||||
| 7 | IV_ROWNUM | Call by reference | Type reference (TYPE) | I | 20101126 |
Method SET_VALIDATION_BY_TYPE on class CL_GRFN_EXCEL_TPL_PROC_BASE has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1000 |