SAP ABAP Class CL_FDT_DOC_MAPPING (BRFplus: Mapping for spreadsheet docs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_EXCEL_CORE (Package) BRFplus: Excel Integration Core

⤷

⤷

Properties
Class | CL_FDT_DOC_MAPPING | |
Short Description | BRFplus: Mapping for spreadsheet docs | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_EXCEL_CORE | BRFplus: Excel Integration Core |
Created | 20080616 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FDT_DOC_MAPPING has no forward declaration.
Interfaces
Class CL_FDT_DOC_MAPPING has no interface implemented.
Friends
Class CL_FDT_DOC_MAPPING has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | T_CELL_MAPPING | 20080616 | |||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | T_RANGE_MAPPING | 20080616 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20080616 | |
2 | ![]() |
Instance method | Public | Method | 20080616 | |
3 | ![]() |
Instance method | Public | Method | 20080616 | |
4 | ![]() |
Instance method | Public | Method | 20080616 |
Events
Class CL_FDT_DOC_MAPPING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_CELL_MAPPING | Public | See coding | 20090102 | begin of s_cell_mapping,
name type string, " Name of cell
data_type type string, " Data type of the cell
ddic_table_name type string, " Target DDIC table
ddic_field_name type string, " Target DDIC field
end of s_cell_mapping
|
||
2 | S_MAPPING | Public | See coding | 20090102 | begin of s_mapping,
cell_mappings like CL_FDT_DOC_MAPPING=>cell_mappings,
range_mappings like CL_FDT_DOC_MAPPING=>range_mappings,
end of s_mapping
|
||
3 | S_RANGE_MAPPING | Public | See coding | 20090102 | begin of s_range_mapping,
name type string, " Name of range
ddic_table_name type string, " Target DDIC table
end of s_range_mapping
|
||
4 | T_CELL_MAPPING | Public | See coding | 20080616 | t_cell_mapping type standard table of s_cell_mapping
|
||
5 | T_RANGE_MAPPING | Public | See coding | 20080616 | t_range_mapping type standard table of s_range_mapping
|
Method Signatures
Method ADD_CELL_MAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CELL_MAPPING | Call by reference | Type reference (TYPE) | S_CELL_MAPPING | 20090102 |
Method ADD_CELL_MAPPING on class CL_FDT_DOC_MAPPING has no exception.
Method ADD_RANGE_MAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_RANGE_MAPPING | Call by reference | Type reference (TYPE) | S_RANGE_MAPPING | 20090102 |
Method ADD_RANGE_MAPPING on class CL_FDT_DOC_MAPPING has no exception.
Method FROM_XML_XSTRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LV_XML | Call by reference | Type reference (TYPE) | XSTRING | 20090102 |
Method FROM_XML_XSTRING on class CL_FDT_DOC_MAPPING has no exception.
Method TO_XML_XSTRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_XML | Value transfer | Type reference (TYPE) | XSTRING | 20090102 |
Method TO_XML_XSTRING on class CL_FDT_DOC_MAPPING has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 712 |