Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FINB_STRUCT_TYPE_CONST | Constants for Structured Types and Its Objects | 20041004 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UA_UPLOAD_CONSTANTS | Constants for CE Upload | 20030512 |
Properties
| Class | CL_UA_UPLOAD_INTERPRETER | |
| Short Description | Interpreter for Upload Commands | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UA_IMPORT | Costing Engine Data Import Framework |
| Created | 20030512 | SAP |
| Last change | 20070914 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FINB_STRUCT_TYPE_CONST | Constants for Structured Types and Its Objects | 20041004 | ||
| 2 | IF_UA_UPLOAD_CONSTANTS | Constants for CE Upload | 20030512 |
Friends
Class CL_UA_UPLOAD_INTERPRETER has no friend class.
Attributes
Methods
Events
Class CL_UA_UPLOAD_INTERPRETER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | HT_OBJECT | Private | See coding | 20050905 | ht_object TYPE HASHED TABLE OF t_object WITH UNIQUE KEY obj_ref
|
||
| 2 | S_CACHE | Private | See coding | 20030512 | BEGIN OF s_cache ,
uplid TYPE uab_uplid,
element TYPE REF TO cl_ua_element,
END OF s_cache
|
||
| 3 | S_TYPE | Private | See coding | 20030512 | BEGIN OF s_type,
typename TYPE uab_typename,
metatype TYPE finb_metatype,
type TYPE REF TO cl_ua_type_base,
END OF s_type
|
||
| 4 | T_CACHE | Private | See coding | 20030512 | t_cache TYPE HASHED TABLE OF s_cache
WITH UNIQUE KEY uplid
|
||
| 5 | T_OBJECT | Private | See coding | 20050905 | BEGIN OF t_object,
obj_ref TYPE REF TO cl_ua_object,
END OF t_object
|
||
| 6 | T_TYPE | Private | See coding | 20030512 | t_type TYPE HASHED TABLE OF s_type
WITH UNIQUE KEY typename metatype
|
Method Signatures
Method ADD_COMMAND_LISTENER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMMAND_LISTENER | Call by reference | Object reference (TYPE REF TO) | IF_UA_COMMAND_LISTENER | Command Listener | 20040122 |
Method ADD_COMMAND_LISTENER on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method CACHE_ENTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_UPLID | Call by reference | Type reference (TYPE) | UAB_UPLID | Kennung | 20030512 | |||
| 2 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Element | 20030512 |
Method CACHE_ENTER on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method CACHE_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_UPLID | Call by reference | Type reference (TYPE) | UAB_UPLID | Kennung | 20030512 | |||
| 2 | RO_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Element | 20030512 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Element nicht gefunden | 20030512 |
Method CALCULATE Signature
Method CALCULATE on class CL_UA_UPLOAD_INTERPRETER has no parameter.
Method CALCULATE on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_UA_UPLOAD_INTERPRETER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CALCULATE | Call by reference | Type reference (TYPE) | BOOLE_D | SPACE | Nach Import kalkulieren | 20030820 | ||
| 2 | ID_ORIGIN | Call by reference | Type reference (TYPE) | FINB_ORIGIN | IF_FINB_STRUCT_TYPE_CONST~ORIGIN_IMPORT | Herkunft eines Elements | 20041001 | ||
| 3 | ID_READ_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | SPACE | Schreibschutz setzen | 20030819 | ||
| 4 | ID_STATUS | Call by reference | Type reference (TYPE) | ACC_OBJ_STATUS | Objektstatus | 20050817 | |||
| 5 | ID_UPLOAD_TYPE | Call by reference | Type reference (TYPE) | UAB_UPLOAD_TYPE | Typ des R/3-Uploads | 20030513 | |||
| 6 | IO_METADATA | Call by reference | Object reference (TYPE REF TO) | CL_UA_METADATA | Metadaten | 20030512 | |||
| 7 | IO_RESULT_LEVEL | Call by reference | Object reference (TYPE REF TO) | CL_UA_RESULT_LEVEL | Buchungsebene | 20030512 | |||
| 8 | IO_UPLOAD_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_UA_UPLOAD_CONTEXT | Kontext für den Upload | 20030516 | |||
| 9 | IT_COMMAND | Call by reference | Type reference (TYPE) | UAB_T_COMMAND | Befehlstabelle | 20030512 |
Method CONSTRUCTOR on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method CREATE_NAME_VAL_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NV_PAIR | Call by reference | Type reference (TYPE) | UAB_T_NV_PAIR | Tabelle von Name-Wert-Paaren | 20030611 | |||
| 2 | RT_NV_TAB | Value transfer | Type reference (TYPE) | UAB_TH_FIELDNAME_VALREF | Tabelle von Feldern und Werten bel. Typs | 20030611 |
Method CREATE_NAME_VAL_TAB on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method DERIVE_CCS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CCST | Call by reference | Type reference (TYPE) | UAB_TYPENAME | Schichtungstyp | 20030815 | |||
| 2 | IO_COMPLEX_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_COMPLEX_ELEMENT | Element mit Schichtung | 20030513 | |||
| 3 | RT_CCS | Value transfer | Type reference (TYPE) | UAB_T_COSTCOMSPLIT | Tabellentyp Schichtung | 20040108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ableitung fehlgeschlagen | 20030513 |
Method ENQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_RC | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20030707 |
Method ENQUEUE on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method EXEC_DEL_EDGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMMAND | Call by reference | Type reference (TYPE) | UAB_S_COMMAND | Struktur mit Befehlen zum Aufbau eines CE-Netzes | 20030523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültiges Kommando (UAB-ID fehlt) | 20030523 |
Method EXEC_DEL_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMMAND | Call by reference | Type reference (TYPE) | UAB_S_COMMAND | Struktur mit Befehlen zum Aufbau eines CE-Netzes | 20030523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültiges Kommando (UAB-ID fehlt) | 20030523 |
Method EXEC_DEL_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMMAND | Call by reference | Type reference (TYPE) | UAB_S_COMMAND | Struktur mit Befehlen zum Aufbau eines CE-Netzes | 20030523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030523 |
Method EXEC_DEL_TLINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMMAND | Call by reference | Type reference (TYPE) | UAB_S_COMMAND | Struktur mit Befehlen zum Aufbau eines CE-Netzes | 20030618 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030618 |
Method EXEC_INS_EDGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMMAND | Call by reference | Type reference (TYPE) | UAB_S_COMMAND | Befehl | 20030512 |
Method EXEC_INS_EDGE on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method EXEC_INS_HIERARCHY_EDGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMMAND | Call by reference | Type reference (TYPE) | UAB_S_COMMAND | Befehl | 20040811 |
Method EXEC_INS_HIERARCHY_EDGE on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method EXEC_INS_HIERARCHY_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMMAND | Call by reference | Type reference (TYPE) | UAB_S_COMMAND | Befehl | 20040811 | |||
| 2 | RO_HIER_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_UA_HIERARCHY_OBJECT | Hierarchie-Objekt Instanz | 20050905 |
Method EXEC_INS_HIERARCHY_OBJECT on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method EXEC_INS_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMMAND | Call by reference | Type reference (TYPE) | UAB_S_COMMAND | Befehl | 20030512 |
Method EXEC_INS_NODE on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method EXEC_INS_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_RECEIVER_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_UA_OBJECT | Objektinstanz | 20050905 | |||
| 2 | IS_COMMAND | Call by reference | Type reference (TYPE) | UAB_S_COMMAND | Befehl | 20030512 | |||
| 3 | RO_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_UA_OBJECT | Objektinstanz | 20050905 |
Method EXEC_INS_OBJECT on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method EXEC_INS_TLINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMMAND | Call by reference | Type reference (TYPE) | UAB_S_COMMAND | Befehl | 20030618 |
Method EXEC_INS_TLINE on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method EXEC_INS_UPD_OBJECT_R Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_REC_NODE_UPLID | Call by reference | Type reference (TYPE) | UAB_UPLID | ID des Empfängerknotens | 20050905 | |||
| 2 | IO_RECEIVER_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_UA_OBJECT | Objektinstanz des Empfängers | 20050905 |
Method EXEC_INS_UPD_OBJECT_R on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method EXEC_UPD_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMMAND | Call by reference | Type reference (TYPE) | UAB_S_COMMAND | Struktur mit Befehlen zum Aufbau eines CE-Netzes | 20030523 | |||
| 2 | RO_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20050905 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültiges Kommando (UAB-ID fehlt) | 20030523 |
Method EXEC_WRITE_CC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMMAND | Call by reference | Type reference (TYPE) | UAB_S_COMMAND | Befehl | 20030513 |
Method EXEC_WRITE_CC on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method FILL_CC_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CCST | Call by reference | Type reference (TYPE) | UAB_TYPENAME | Schichtungstyp | 20030815 | |||
| 2 | IS_CC_DATA | Call by reference | Type reference (TYPE) | UAB_S_NV_PAIR | Name-Wert-Paar | 20030717 | |||
| 3 | IT_CC_CURR | Call by reference | Type reference (TYPE) | UAB_T_NV_PAIR | Währungen für Werte | 20030814 | |||
| 4 | IT_CC_KEY | Call by reference | Type reference (TYPE) | UAB_T_NV_PAIR | Schlüssel des Schichtungstyps | 20030717 | |||
| 5 | RR_VALUE | Value transfer | Object reference (TYPE REF TO) | DATA | Schichtungszeile mit Schlüssel und Daten | 20030717 |
Method FILL_CC_VALUE on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method GET_CACHE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CACHE | Value transfer | Type reference (TYPE) | UAB_T_CACHE | Cache | 20030528 |
Method GET_CACHE on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method GET_CURR_FOR_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_VALUE_FIELD | Call by reference | Type reference (TYPE) | UAB_FIELDNAME | Feldname (Merkmal oder Kennzahl) | 20030814 | |||
| 2 | RD_CURR_FIELD | Value transfer | Type reference (TYPE) | UAB_FIELDNAME | Feldname (Merkmal oder Kennzahl) | 20030814 |
Method GET_CURR_FOR_FIELD on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method GET_TOP_EDGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TOP_EDGE | Value transfer | Type reference (TYPE) | UAB_T_EDGE | Wurzelkanten | 20030707 |
Method GET_TOP_EDGES on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_METATYPE | Call by reference | Type reference (TYPE) | FINB_METATYPE | Metatyp einer CS-Struktur (Object, Edge, Node,...) | 20031209 | |||
| 2 | ID_TYPENAME | Call by reference | Type reference (TYPE) | UAB_TYPENAME | Typname | 20030512 | |||
| 3 | RO_TYPE | Value transfer | Object reference (TYPE REF TO) | CL_UA_TYPE_BASE | Typ | 20030512 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Typklasse nicht gefunden | 20030512 |
Method INIT Signature
Method INIT on class CL_UA_UPLOAD_INTERPRETER has no parameter.
Method INIT on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method INTERPRET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COMMAND | Call by reference | Type reference (TYPE) | UAB_T_COMMAND | Table with Commands to Create a CE Structure | 20070516 |
Method INTERPRET on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method SET_READ_ONLY Signature
Method SET_READ_ONLY on class CL_UA_UPLOAD_INTERPRETER has no parameter.
Method SET_READ_ONLY on class CL_UA_UPLOAD_INTERPRETER has no exception.
Method SPLIT_NV_PAIR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CC_CURR | Call by reference | Type reference (TYPE) | UAB_T_NV_PAIR | CC-Währungen | 20030814 | |||
| 2 | ET_CC_DATA | Call by reference | Type reference (TYPE) | UAB_T_NV_PAIR | CC-Daten | 20030717 | |||
| 3 | ET_CC_KEY | Call by reference | Type reference (TYPE) | UAB_T_NV_PAIR | CC-Schlüssel | 20030717 | |||
| 4 | ID_CCST | Call by reference | Type reference (TYPE) | UAB_TYPENAME | Schichtungstyp | 20030815 | |||
| 5 | IT_NV_PAIR | Call by reference | Type reference (TYPE) | UAB_T_NV_PAIR | Tabelle von Name-Wert-Paaren | 20030717 |
Method SPLIT_NV_PAIR on class CL_UA_UPLOAD_INTERPRETER has no exception.
History
| Last changed by/on | SAP | 20070914 |
| SAP Release Created in | 350 |