SAP ABAP Class CL_CUX_INSTANCE_TREE (CUX: Instance Tree)
Hierarchy
☛
SAP_AP (Software Component) SAP Application Platform
⤷
AP-CFG-CBA (Application Component) cBASE / Configuration Store
⤷
CUX_GEN (Package) CU: External Communication with Config. (General Part)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CUX_INSTANCE | CUX: Instance Data | 20000717 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CUX_INSTANCE_TREE_CORE | CUX: Instance Tree | 20000718 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_CUX_INSTANCE_TREE_ENGINE | CUX: Instance Tree (Engine Imp.) | 20040728 |
Properties
| Class | CL_CUX_INSTANCE_TREE | |
| Short Description | CUX: Instance Tree | |
| Super Class | CL_CUX_INSTANCE | CUX: Instance Data |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CUX_GEN | CU: External Communication with Config. (General Part) |
| Created | 20000717 | SAP |
| Last change | 20050219 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CUX_INSTANCE_TREE has no forward declaration.
Interfaces
Class CL_CUX_INSTANCE_TREE has no interface implemented.
Friends
Class CL_CUX_INSTANCE_TREE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TT_SUB_TREE | Subtree | 20000717 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | CUXT_STRUCTURE_EXPL_APPL_ID | CUX: Application of Structure Explosion | 20000801 | |||
| 3 | Static Attribute | Protected | Type reference (TYPE) | CLASNAME | Class or interface name | 20000717 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Check if Structure Explosion Required | 20000822 | |
| 2 | Instance method | Private | Method | Set Instance Tree Page (Input BAPI Format) | 20000718 | |
| 3 | Instance method | Private | Method | Generate New Subtree (Input BAPI Format= | 20000717 | |
| 4 | Instance method | Public | Method | Delete Instance Tree | 20010730 | |
| 5 | Instance method | Public | Method | Gets Component List | 20000731 | |
| 6 | Instance method | Private | Method | Reads Part-Of Information (Output BAPI Format) | 20000717 | |
| 7 | Instance method | Public | Method | Gets Single Instance of Instance Tree | 20000802 | |
| 8 | Instance method | Public | Method | Instance Status | 20000802 | |
| 9 | Instance method | Public | Method | Gets Status Total of Instances | 20000802 | |
| 10 | Instance method | Public | Method | Read Instance Tree in External Format | 20000717 | |
| 11 | Instance method | Public | Method | Read Instance Tree in Internal Format | 20000717 | |
| 12 | Instance method | Public | Method | Gets Variant Condition Key in Single Instance | 20000803 | |
| 13 | Instance method | Private | Method | Assignment of BAPI Instances to Subtree | 20000717 | |
| 14 | Instance method | Protected | Method | Set Additional Data | 20000725 | |
| 15 | Instance method | Protected | Method | Set Part-Of Information (Input BAPI) | 20000717 | |
| 16 | Instance method | Protected | Method | Set Part-Of Information (Input CBase) | 20000717 | |
| 17 | Instance method | Public | Method | Provides Subtree with Reference to Application Log | 20030103 | |
| 18 | Instance method | Public | Method | Set Instance Tree to External Format | 20000717 | |
| 19 | Instance method | Public | Method | Set Instance Tree to Internal Format | 20000717 |
Events
Class CL_CUX_INSTANCE_TREE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_PART_OF_DATA | Protected | See coding | Structure Data | 20000717 | BEGIN OF ts_part_of_data,
item_key TYPE cuxt_decmp_item_key,
author TYPE cuxt_cuprt_s-author,
sales_relevant TYPE cuxt_cuprt_s-sales_relevant,
part_of_guid TYPE cuxt_cuprt_s-part_of_guid,
cbase_stref TYPE ts_cbase_instance-stref,
END OF ts_part_of_data
|
|
| 2 | TS_SUB_TREE | Protected | See coding | Subtree Data | 20010226 | BEGIN OF ts_sub_tree,
leaf TYPE REF TO cl_cux_instance_tree,
part_of_data TYPE ts_part_of_data,
END OF ts_sub_tree
|
|
| 3 | TT_SUB_TREE | Protected | See coding | Subtree | 20010226 | tt_sub_tree TYPE STANDARD TABLE OF ts_sub_tree
|
Method Signatures
Method CHECK_STRUCTURE_EXPLOSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_SCENARIO_SALES_ORDER | Call by reference | Type reference (TYPE) | BOOLEAN | Szenario "Kundenauftrag" | 20001205 | |||
| 2 | IS_EXPLOSION_DATA | Call by reference | Type reference (TYPE) | CUXT_STRUCTURE_EXPLOSION_DATA | CUX: Daten für eine Strukturauflösung | 20000822 | |||
| 3 | IT_INSTANCE_EXT | Call by reference | Type reference (TYPE) | CUXT_CUINS_T | CUX: Instanzdaten | 20000822 | |||
| 4 | IT_PART_OF_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_T | CUX: PartOf-Daten | 20000822 | |||
| 5 | IV_CONFIGURATION_ID_EXT | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000822 | |||
| 6 | IV_LOGSYS | Call by reference | Type reference (TYPE) | LOGSYS | Logisches System, in dem die Konfiguration angelegt wurde | 20010226 | |||
| 7 | IV_SELF_ID_EXT | Call by reference | Type reference (TYPE) | CU_INST_ID | Instanznummer in der Konfiguration | 20000822 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030102 |
Method CREATE_NEW_LEAF_EXTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_INSTANCE_GUID | Call by reference | Type reference (TYPE) | CUIB_EXTINST_DATA_T | IB: Standard tabelle der Translation Daten | 20000721 | |||
| 2 | CV_NUMBER_OF_NEW_INSTANCES | Call by reference | Type reference (TYPE) | NRQUAN | Anzahl der zu vergebenden Nummern | 20000721 | |||
| 3 | IS_EXPLOSION_DATA | Call by reference | Type reference (TYPE) | CUXT_STRUCTURE_EXPLOSION_DATA | CUX: Daten für eine Strukturauflösung | 20000718 | |||
| 4 | IS_PART_OF_DATA_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_S | CUX: PartOf-Daten | 20000718 | |||
| 5 | IT_INSTANCE_EXT | Call by reference | Type reference (TYPE) | CUXT_CUINS_T | CUX: Instanzdaten | 20000718 | |||
| 6 | IT_PART_OF_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_T | CUX: PartOf-Daten | 20000718 | |||
| 7 | IT_RESTRICTIONS_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Einschränkungen | 20010402 | |||
| 8 | IT_VALUATION_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Merkmalsbewertung | 20000718 | |||
| 9 | IT_VAR_COND_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVK_T | CUX: Variantenkonditionsschlüssel der Konfiguration | 20000718 | |||
| 10 | IV_CONFIGURATION_ID_EXT | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000718 | |||
| 11 | IV_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Interne Tabellen, aktueller Zeilenindex | 20020506 | |||
| 12 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | CUX_KBLANGUAGE | Sprache einer Konfiguration | 20000718 | |||
| 13 | IV_LOGSYS | Call by reference | Type reference (TYPE) | CUX_LOGSYS | Logisches System, in dem die Konfiguration angelegt wurde | 20000810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030102 |
Method CREATE_NEW_TREE_EXTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_INSTANCE_GUID | Call by reference | Type reference (TYPE) | CUIB_EXTINST_DATA_T | IB: : Standard tabelle der Translation Daten | 20000721 | |||
| 2 | CV_NUMBER_OF_NEW_INSTANCES | Call by reference | Type reference (TYPE) | NRQUAN | Anzahl der zu vergebenden Nummern | 20000721 | |||
| 3 | IS_EXPLOSION_DATA | Call by reference | Type reference (TYPE) | CUXT_STRUCTURE_EXPLOSION_DATA | CUX: Daten für eine Strukturauflösung | 20000718 | |||
| 4 | IT_INSTANCE_EXT | Call by reference | Type reference (TYPE) | CUXT_CUINS_T | CUX: Instanzdaten | 20000717 | |||
| 5 | IT_PART_OF_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_T | CUX: PartOf-Daten | 20000717 | |||
| 6 | IT_RESTRICTIONS_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Einschränkungen | 20010402 | |||
| 7 | IT_VALUATION_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Merkmalsbewertung | 20000717 | |||
| 8 | IT_VAR_COND_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVK_T | CUX: Variantenkonditionsschlüssel der Konfiguration | 20000717 | |||
| 9 | IV_CONFIGURATION_ID_EXT | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000717 | |||
| 10 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | CUX_KBLANGUAGE | Sprache einer Konfiguration | 20000717 | |||
| 11 | IV_LOGSYS | Call by reference | Type reference (TYPE) | CUX_LOGSYS | Logisches System, in dem die Konfiguration angelegt wurde | 20000810 | |||
| 12 | IV_PARENT_ID_EXT | Call by reference | Type reference (TYPE) | CU_INST_ID | Instanznummer in der Konfiguration | 20000717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030102 |
Method DELETE_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TREE_CHANGED | Value transfer | Type reference (TYPE) | BOOLEAN | Konfiguration hat sich geändert | 20010803 |
Method DELETE_TREE on class CL_CUX_INSTANCE_TREE has no exception.
Method GET_COMPONENT_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_COMPONENT_STRUCTURE | Call by reference | Type reference (TYPE) | CUX_EXT_ASSEMBLY_T | Tabelle der Komponenten | 20000731 | |||
| 2 | ES_ITEM_DATA | Call by reference | Type reference (TYPE) | CUX_EXT_ITEM_KEY | Komponenteninformation | 20000731 | |||
| 3 | EV_APPLICATION_ID | Call by reference | Type reference (TYPE) | CUXT_STRUCTURE_EXPL_APPL_ID | CUX: Anwendung der Strukturauflösung | 20000731 | |||
| 4 | EV_EXT_ROOT_INSTANCE | Call by reference | Type reference (TYPE) | CUXT_EXT_INSTANCE_NO | Externe Instanznummer einer Konfiguration | 20000801 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030106 |
Method GET_PART_OF_EXTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_PART_OF_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_S | CUX: PartOf-Daten | 20000717 | |||
| 2 | IS_PART_OF_DATA | Call by reference | Type reference (TYPE) | TS_PART_OF_DATA | Strukturdaten | 20000717 | |||
| 3 | IV_CONFIGURATION_ID_EXT | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000717 | |||
| 4 | IV_INSTANCE_ID_EXT | Call by reference | Type reference (TYPE) | CU_INST_ID | Instanznummer in der Konfiguration | 20000717 | |||
| 5 | IV_PARENT_ID_EXT | Call by reference | Type reference (TYPE) | CU_INST_ID | Instanznummer in der Konfiguration | 20000717 |
Method GET_PART_OF_EXTERNAL on class CL_CUX_INSTANCE_TREE has no exception.
Method GET_SINGLE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_INSTANCE | Call by reference | Type reference (TYPE) | CUXT_CUINS_S | CUX: Instanzdaten | 20000802 | |||
| 2 | ET_VALUES | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Merkmalsbewertung | 20000802 | |||
| 3 | IV_EXT_CONFIG_ID | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000802 | |||
| 4 | IV_INSTANCE | Call by reference | Type reference (TYPE) | CUIB_CUOBJ | CUIB: systemabhängige Konfigurationsreferenz | 20000802 | |||
| 5 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | CUX_KBLANGUAGE | Sprache einer Konfiguration | 20000802 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030102 |
Method GET_STATUS_OF_SINGLE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_STATUS | Call by reference | Type reference (TYPE) | CUXT_CONVERT_STATUS_S | CUX: Statuskonvertierung | 20000802 | |||
| 2 | IV_INSTANCE | Call by reference | Type reference (TYPE) | CUIB_CUOBJ | CUIB: systemabhängige Konfigurationsreferenz | 20000802 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030102 |
Method GET_SUM_OF_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_SUM_OF_STATUS | Call by reference | Type reference (TYPE) | CUXT_CONVERT_STATUS_S | CUX: Statuskonvertierung | 20000802 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030102 |
Method GET_TREE_EXTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_INSTANCE_EXT | Call by reference | Type reference (TYPE) | CUXT_CUINS_T | CUX: Instanzdaten | 20000717 | |||
| 2 | CT_PART_OF_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_T | CUX: PartOf-Daten | 20000717 | |||
| 3 | CT_RESTRICTIONS_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Einschränkungen | 20010402 | |||
| 4 | CT_VALUATION_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Merkmalsbewertung | 20000717 | |||
| 5 | CT_VAR_COND_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVK_T | CUX: Variantenkonditionsschlüssel der Konfiguration | 20000717 | |||
| 6 | IV_CONFIGURATION_ID_EXT | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000717 | |||
| 7 | IV_PARENT_ID_EXT | Call by reference | Type reference (TYPE) | CU_INST_ID | Instanznummer in der Konfiguration | 20000717 | |||
| 8 | IV_WITH_LANGUAGE | Call by reference | Type reference (TYPE) | CUX_KBLANGUAGE | Sprache einer Konfiguration | 20000717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030102 |
Method GET_TREE_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_INSTANCES | Call by reference | Type reference (TYPE) | CUIB_IBCO_INSTANCE_T | Instanzen (CBase-Format) | 20000717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030102 |
Method GET_VARKEY_OF_SINGLE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VARIANT_KEYS | Call by reference | Type reference (TYPE) | CUXT_TAB_VARIANT_CONDITIONS | CUX: Variantenkonditionen | 20000803 | |||
| 2 | IV_INSTANCE | Call by reference | Type reference (TYPE) | CUIB_CUOBJ | CUIB: systemabhängige Konfigurationsreferenz | 20000803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030102 |
Method MATCH_TREE_EXTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_INSTANCE_GUID | Call by reference | Type reference (TYPE) | CUIB_EXTINST_DATA_T | IB: Standard tabelle der Translation Daten | 20000721 | |||
| 2 | CV_NUMBER_OF_NEW_INSTANCES | Call by reference | Type reference (TYPE) | NRQUAN | Anzahl der zu vergebenden Nummern | 20000721 | |||
| 3 | EV_SUBTREE_CHANGED | Call by reference | Type reference (TYPE) | BOOLEAN | Teilbaum hat sich geändert | 20000718 | |||
| 4 | IS_EXPLOSION_DATA | Call by reference | Type reference (TYPE) | CUXT_STRUCTURE_EXPLOSION_DATA | CUX: Daten für eine Strukturauflösung | 20000718 | |||
| 5 | IT_INSTANCE_EXT | Call by reference | Type reference (TYPE) | CUXT_CUINS_T | CUX: Instanzdaten | 20000717 | |||
| 6 | IT_PART_OF_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_T | CUX: PartOf-Daten | 20000717 | |||
| 7 | IT_RESTRICTIONS_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Einschränkungen | 20010402 | |||
| 8 | IT_VALUATION_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Merkmalsbewertung | 20000717 | |||
| 9 | IT_VAR_COND_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVK_T | CUX: Variantenkonditionsschlüssel der Konfiguration | 20000717 | |||
| 10 | IV_CONFIGURATION_ID_EXT | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000717 | |||
| 11 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | CUX_KBLANGUAGE | Sprache einer Konfiguration | 20000717 | |||
| 12 | IV_LOGSYS | Call by reference | Type reference (TYPE) | CUX_LOGSYS | Logisches System, in dem die Konfiguration angelegt wurde | 20000809 | |||
| 13 | IV_NO_CHECK_CHANGE | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' | Keine Änderungsüberprüfung | 20000718 | ||
| 14 | IV_PARENT_ID_EXT | Call by reference | Type reference (TYPE) | CU_INST_ID | Instanznummer in der Konfiguration | 20000717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030102 |
Method SET_CFG_DATA_TO_LOWER_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LOWER_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_CUX_INSTANCE_TREE | CUX: Instanzenbaum | 20000725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030102 |
Method SET_PART_OF_EXTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_PART_OF_DATA | Call by reference | Type reference (TYPE) | TS_PART_OF_DATA | Strukturdaten | 20000717 | |||
| 2 | IS_EXPLOSION_DATA | Value transfer | Type reference (TYPE) | CUXT_STRUCTURE_EXPLOSION_DATA | CUX: Daten für eine Strukturauflösung | 20000718 | |||
| 3 | IS_PART_OF_DATA_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_S | CUX: PartOf-Daten | 20000717 | |||
| 4 | IV_LOGSYS | Call by reference | Type reference (TYPE) | CUX_LOGSYS | Logisches System, in dem die Konfiguration angelegt wurde | 20010226 | |||
| 5 | IV_PARENT_OBJECT | Call by reference | Type reference (TYPE) | CUXT_CUINS_S-OBJ_KEY | Objektschluessel | 20000718 | |||
| 6 | IV_QUANTITY | Call by reference | Type reference (TYPE) | CUXT_CUINS_S-QUANTITY | Instanzmenge | 20000718 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030102 |
Method SET_PART_OF_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_PART_OF_DATA | Call by reference | Type reference (TYPE) | TS_PART_OF_DATA | Strukturdaten | 20000717 | |||
| 2 | IS_PART_OF_DATA_INT | Call by reference | Type reference (TYPE) | CUIB_BUSINESS_OBJECT | Strukturreferenz (CBase-Format) | 20000717 | |||
| 3 | IS_STRUCTURE_CONF_DATA | Call by reference | Type reference (TYPE) | CUIB_IBST_CONF | IB: Komponente (Includestruktur für Konfiguration) | 20010730 | |||
| 4 | IV_DATE | Call by reference | Type reference (TYPE) | DATUV | SY-DATUM | Datum und Zeit, aktuelles (Applikationsserver-)Datum | 20000718 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030102 |
Method SET_REF_APPL_LOG_TO_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_APPL_LOG | Call by reference | Object reference (TYPE REF TO) | CL_CUX_APPL_LOG | CUX: Application LOG | 20030103 |
Method SET_REF_APPL_LOG_TO_TREE on class CL_CUX_INSTANCE_TREE has no exception.
Method SET_TREE_EXTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_INSTANCE_GUID | Call by reference | Type reference (TYPE) | CUIB_EXTINST_DATA_T | IB: Standard tabelle der Translation Daten | 20000721 | |||
| 2 | CV_NUMBER_OF_NEW_INSTANCES | Call by reference | Type reference (TYPE) | NRQUAN | Anzahl der zu vergebenden Nummern | 20000721 | |||
| 3 | EV_SCENARIO_SALES_ORDER | Call by reference | Type reference (TYPE) | BOOLEAN | Szenario "Kundenauftrag" | 20001205 | |||
| 4 | EV_SUBTREE_CHANGED | Call by reference | Type reference (TYPE) | BOOLEAN | Instanzentree hat sich geändert | 20000718 | |||
| 5 | IS_EXPLOSION_DATA | Call by reference | Type reference (TYPE) | CUXT_STRUCTURE_EXPLOSION_DATA | CUX: Daten für eine Strukturauflösung | 20000718 | |||
| 6 | IT_INSTANCE_EXT | Call by reference | Type reference (TYPE) | CUXT_CUINS_T | CUX: Instanzdaten | 20000717 | |||
| 7 | IT_PART_OF_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_T | CUX: PartOf-Daten | 20000717 | |||
| 8 | IT_RESTRICTIONS_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Einschränkungen | 20010402 | |||
| 9 | IT_VALUATION_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Merkmalsbewertung | 20000717 | |||
| 10 | IT_VAR_COND_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVK_T | CUX: Variantenkonditionsschlüssel der Konfiguration | 20000717 | |||
| 11 | IV_CONFIGURATION_ID_EXT | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000717 | |||
| 12 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | CUX_KBLANGUAGE | Sprache einer Konfiguration | 20000717 | |||
| 13 | IV_LOGSYS | Call by reference | Type reference (TYPE) | CUX_LOGSYS | Logisches System, in dem die Konfiguration angelegt wurde | 20000809 | |||
| 14 | IV_NO_CHECK_CHANGE | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' | Keine Änderungsüberprüfung | 20000718 | ||
| 15 | IV_PARENT_ID_EXT | Call by reference | Type reference (TYPE) | CU_INST_ID | Instanznummer in der Konfiguration | 20000717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20030102 |
Method SET_TREE_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_INSTANCES | Call by reference | Type reference (TYPE) | CUIB_IBCO_INSTANCE_T | Instanzentabelle | 20000717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerbehandlung CBase (CUX) | 20041207 |
History
| Last changed by/on | SAP | 20050219 |
| SAP Release Created in | 46C |