SAP ABAP Class CL_UA_UPLOAD_PARSER_ABSTRACT (Abstract Upper Class for Upload Parser)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-BA (Application Component) Business Analytics
⤷
UA_IMPORT (Package) Costing Engine Data Import Framework

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UA_UPLOAD_CONSTANTS | Constants for CE Upload | 20030618 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_UA_UPLOAD_PARSER_EXPLLIST | Conversion of Itemization into Command List | 20030617 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_UA_UPLOAD_PARSER_FLATLIST | Convert Table into Command List | 20030617 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_UA_UPLOAD_PARSER_HIERLIST | Convert Hierarchical List into Command List | 20031107 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_UA_UPLOAD_PARSER_IPPE | Convert XML into Command List | 20061003 |
5 | Inheritance (c INHERITING FROM c_ref) | CL_UA_UPLOAD_PARSER_SURCHARGE | Conversion of Itemization into Command List | 20050106 |
6 | Inheritance (c INHERITING FROM c_ref) | CL_UA_UPLOAD_PARSER_TEMPLATE | Conversion of Itemization into Command List | 20040827 |
7 | Inheritance (c INHERITING FROM c_ref) | CL_UA_UPLOAD_PARSER_XML | Convert XML into Command List | 20030711 |
Properties
Class | CL_UA_UPLOAD_PARSER_ABSTRACT | |
Short Description | Abstract Upper Class for Upload Parser | |
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 | 20030617 | SAP |
Last change | 20050705 | SAP |
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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_UA_UPLOAD_CONSTANTS | Constants for CE Upload | 20030618 |
Friends
Class CL_UA_UPLOAD_PARSER_ABSTRACT has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Implement BADI Jump | 20030721 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20030618 |
3 | ![]() |
Instance method | Protected | Method | Delivers Key Fields for a Type | 20030618 |
4 | ![]() |
Instance method | Protected | Method | Gets Table with Contents of Key Fields for Type | 20030618 |
5 | ![]() |
Instance method | Protected | Method | Initialization | 20030618 |
6 | ![]() |
Instance method | Protected | Method | Gets Descriptive Text for Item Category | 20030730 |
7 | ![]() |
Instance method | Protected | Method | Puts Values of a UG Value Table into a String | 20030730 |
8 | ![]() |
Instance method | Protected | Method | Gets Descriptive Text for Upload Type | 20030801 |
9 | ![]() |
Instance method | Protected | Method | Gets Descriptive Text for Upload Action | 20030730 |
Events
Class CL_UA_UPLOAD_PARSER_ABSTRACT has no event.
Types
Class CL_UA_UPLOAD_PARSER_ABSTRACT has no local type.
Method Signatures
Method CALL_BADI Signature
Method CALL_BADI on class CL_UA_UPLOAD_PARSER_ABSTRACT has no parameter.
Method CALL_BADI on class CL_UA_UPLOAD_PARSER_ABSTRACT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_TABLE_NAME_REMOTE | Call by reference | Type reference (TYPE) | UA_STRUCNAMEREMOTE | Struktur im Remote-System | 20030618 | ||
2 | ![]() |
ID_UPLOAD_TYPE | Call by reference | Type reference (TYPE) | UAB_UPLOAD_TYPE | Typ des R/3-Uploads | 20030618 | ||
3 | ![]() |
IO_ENVIRONMENT | Call by reference | Object reference (TYPE REF TO) | IF_UA_CE_ENVIRONMENT | Laufzeitumgebung | 20030618 | ||
4 | ![]() |
IO_PARENT_NODE | Call by reference | Object reference (TYPE REF TO) | CL_UA_NODE | Elternknoten, unten den importiert wird | 20050613 | ||
5 | ![]() |
IO_UPLOAD_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_UA_UPLOAD_CONTEXT | Kontext für den Upload | 20030618 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20030801 |
Method GET_KEYFIELDS 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 | Typ | 20030618 | ||
3 | ![]() |
RT_KEYFIELD | Value transfer | Type reference (TYPE) | FINB_MD_T_FIELDNAME | Schlüsselfelder | 20030618 |
Method GET_KEYFIELDS on class CL_UA_UPLOAD_PARSER_ABSTRACT has no exception.
Method GET_KEYTABLE 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_SEM_TYPENAME | Call by reference | Type reference (TYPE) | UAB_TYPENAME | Costing Solutions Strukturname | 20030618 | ||
3 | ![]() |
IT_NV_PAIR | Call by reference | Type reference (TYPE) | UAB_T_NV_PAIR | Tabelle von Name-Wert-Paaren | 20030618 | ||
4 | ![]() |
RT_KEYTABLE | Value transfer | Type reference (TYPE) | UAB_T_UG_VALUE | Tabelle mit Werten | 20030618 |
Method GET_KEYTABLE on class CL_UA_UPLOAD_PARSER_ABSTRACT has no exception.
Method INIT Signature
Method INIT on class CL_UA_UPLOAD_PARSER_ABSTRACT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20030801 |
Method TO_STRING_OBJECTTYPEREMOTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_OBJECTTYPEREMOTE | Call by reference | Type reference (TYPE) | UA_OBJECTTYPEREMOTE | Objekttyp im Remote-System | 20030730 | ||
2 | ![]() |
RD_STRING | Value transfer | Type reference (TYPE) | STRING | Beschreibender Text | 20030730 |
Method TO_STRING_OBJECTTYPEREMOTE on class CL_UA_UPLOAD_PARSER_ABSTRACT has no exception.
Method TO_STRING_UG_VALUE_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_UG_VALUE | Call by reference | Type reference (TYPE) | UAB_T_UG_VALUE | Tabelle mit Werten | 20030730 | ||
2 | ![]() |
RD_STRING | Value transfer | Type reference (TYPE) | STRING | 20030730 |
Method TO_STRING_UG_VALUE_TAB on class CL_UA_UPLOAD_PARSER_ABSTRACT has no exception.
Method TO_STRING_UPLOAD_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_UPLOAD_TYPE | Call by reference | Type reference (TYPE) | UAB_UPLOAD_TYPE | Typ des R/3-Uploads | 20030801 | ||
2 | ![]() |
RD_STRING | Value transfer | Type reference (TYPE) | STRING | Beschreibender Text | 20030801 |
Method TO_STRING_UPLOAD_TYPE on class CL_UA_UPLOAD_PARSER_ABSTRACT has no exception.
Method TO_STRING_UPL_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_UPL_ACTION | Call by reference | Type reference (TYPE) | UAB_UPL_ACTION | Upload-Aktion | 20030730 | ||
2 | ![]() |
RD_STRING | Value transfer | Type reference (TYPE) | STRING | Beschreibender Text | 20030730 |
Method TO_STRING_UPL_ACTION on class CL_UA_UPLOAD_PARSER_ABSTRACT has no exception.
History
Last changed by/on | SAP | 20050705 |
SAP Release Created in | 400 |