SAP ABAP Interface IF_FDT_XL_TYPES (FDT: Generic Types involved in transformations)
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
Interface | IF_FDT_XL_TYPES | |
Short Description | FDT: Generic Types involved in transformations |
General Data
Package | SFDT_EXCEL_CORE | BRFplus: Excel Integration Core |
Created | 20080221 | SAP |
Last changed | 20110908 | SAP |
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) |
Interfaces
Interface IF_FDT_XL_TYPES has no interface.
Friends
Interface IF_FDT_XL_TYPES has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CUSTOM_METADATA_NAMESPACE | Constant | Public | Type reference (TYPE) | STRING | 'http://sap.com/docprocessing/sapMetaData' | 20080616 | ||
2 | CUSTOM_XML_REL_TYPE | Constant | Public | Type reference (TYPE) | STRING | 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml' | 20080616 | ||
3 | MAPPING_NAMESPACE | Constant | Public | Type reference (TYPE) | STRING | 'http://sap.com/docprocessing/sapMapping' | 20080616 | ||
4 | NS_OOXML_SSHEET_MAIN | Constant | Public | Type reference (TYPE) | STRING | 'http://schemas.openxmlformats.org/spreadsheetml/2006/main' | 20080616 | ||
5 | OOXML_RELATIONSHIP_OFFICE_DOC | Constant | Public | Type reference (TYPE) | STRING | 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument' | 20080616 | ||
6 | OOXML_RELATIONSHIP_SHRDSTR | Constant | Public | Type reference (TYPE) | STRING | 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings' | 20080616 | ||
7 | OOXML_RELATIONSHIP_STYLES | Constant | Public | Type reference (TYPE) | STRING | 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles' | 20080616 |
Methods
Interface IF_FDT_XL_TYPES has no method.
Events
Interface IF_FDT_XL_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | POD_CORE_PROPERTIES | Public | See coding | 20080616 | BEGIN OF pod_core_properties,
category TYPE string,
contentstatus TYPE string,
contenttype TYPE string,
created TYPE string,
creator TYPE string,
description TYPE string,
identifier TYPE string,
keywords TYPE string,
language TYPE string,
lastmodifiedby TYPE string,
lastprinted TYPE string,
modified TYPE string,
revision TYPE string,
subject TYPE string,
title TYPE string,
version TYPE string,
END OF pod_core_properties
|
||
2 | S_COLUMN | Public | See coding | 20080221 | BEGIN OF s_column,
position TYPE string, "position asttribute
type TYPE string, "type asttribute
value TYPE string, "value
END OF s_column
|
||
3 | S_CONTENT_TYPE | Public | See coding | 20080221 | BEGIN OF s_content_type,
part_name TYPE string,
content_type TYPE string,
END OF s_content_type
|
||
4 | S_RELATIONSHIP | Public | See coding | 20080221 | BEGIN OF s_relationship,
id TYPE string,
type TYPE string,
target TYPE string,
END OF s_relationship
|
||
5 | S_ROW | Public | See coding | 20080221 | BEGIN OF s_row,
position TYPE string, "position
spans TYPE string, "value
cols TYPE th_column, "column data
END OF s_row
|
||
6 | S_SHAREDSTRING | Public | See coding | 20080221 | BEGIN OF s_sharedstring,
value TYPE string,
END OF s_sharedstring
|
||
7 | S_SHAREDSTRINGS | Public | See coding | 20080221 | BEGIN OF s_sharedstrings,
strings TYPE th_sharedstring,
count TYPE i,
unique_count TYPE i,
END OF s_sharedstrings
|
||
8 | S_SHEET | Public | See coding | 20080221 | BEGIN OF s_sheet,
name TYPE string,
sheetid TYPE string,
id TYPE string,
END OF s_sheet
|
||
9 | S_SHEET_DATA | Public | See coding | 20080221 | BEGIN OF s_sheet_data,
rows TYPE th_row, " row data
END OF s_sheet_data
|
||
10 | S_WORKBOOK | Public | See coding | 20080221 | BEGIN OF s_workbook,
sheets TYPE th_sheet,
END OF s_workbook
|
||
11 | S_WORKSHEET | Public | See coding | 20080221 | BEGIN OF s_worksheet,
sheetdata TYPE s_sheet_data,
END OF s_worksheet
|
||
12 | TH_COLUMN | Public | See coding | 20080221 | th_column TYPE HASHED TABLE OF s_column WITH UNIQUE KEY position
|
||
13 | TH_RELATIONSHIP | Public | See coding | 20080221 | th_relationship TYPE HASHED TABLE OF s_relationship WITH UNIQUE KEY id type
|
||
14 | TH_ROW | Public | See coding | 20080221 | th_row TYPE HASHED TABLE OF s_row WITH UNIQUE KEY position
|
||
15 | TH_SHAREDSTRING | Public | See coding | 20080221 | th_sharedstring TYPE HASHED TABLE OF s_sharedstring WITH UNIQUE KEY value
|
||
16 | TH_SHEET | Public | See coding | 20080221 | th_sheet TYPE HASHED TABLE OF s_sheet WITH UNIQUE KEY name
|
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 711 |