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)
⤷ 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 | GT_SUBTREE | Instance attribute | Protected | Type reference (TYPE) | TT_SUB_TREE | Subtree | 20000717 | ||
2 | GV_STRUCTURE_EXPL_APPL_ID | Instance attribute | Protected | Type reference (TYPE) | CUXT_STRUCTURE_EXPL_APPL_ID | CUX: Application of Structure Explosion | 20000801 | ||
3 | SV_INSTANCE_CLASS | Static Attribute | Protected | Type reference (TYPE) | CLASNAME | Class or interface name | 20000717 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CHECK_STRUCTURE_EXPLOSION | Instance method | Protected | Method | Check if Structure Explosion Required | 20000822 |
2 | CREATE_NEW_LEAF_EXTERNAL | Instance method | Private | Method | Set Instance Tree Page (Input BAPI Format) | 20000718 |
3 | CREATE_NEW_TREE_EXTERNAL | Instance method | Private | Method | Generate New Subtree (Input BAPI Format= | 20000717 |
4 | DELETE_TREE | Instance method | Public | Method | Delete Instance Tree | 20010730 |
5 | GET_COMPONENT_STRUCTURE | Instance method | Public | Method | Gets Component List | 20000731 |
6 | GET_PART_OF_EXTERNAL | Instance method | Private | Method | Reads Part-Of Information (Output BAPI Format) | 20000717 |
7 | GET_SINGLE_INSTANCE | Instance method | Public | Method | Gets Single Instance of Instance Tree | 20000802 |
8 | GET_STATUS_OF_SINGLE_INSTANCE | Instance method | Public | Method | Instance Status | 20000802 |
9 | GET_SUM_OF_STATUS | Instance method | Public | Method | Gets Status Total of Instances | 20000802 |
10 | GET_TREE_EXTERNAL | Instance method | Public | Method | Read Instance Tree in External Format | 20000717 |
11 | GET_TREE_INTERNAL | Instance method | Public | Method | Read Instance Tree in Internal Format | 20000717 |
12 | GET_VARKEY_OF_SINGLE_INSTANCE | Instance method | Public | Method | Gets Variant Condition Key in Single Instance | 20000803 |
13 | MATCH_TREE_EXTERNAL | Instance method | Private | Method | Assignment of BAPI Instances to Subtree | 20000717 |
14 | SET_CFG_DATA_TO_LOWER_INSTANCE | Instance method | Protected | Method | Set Additional Data | 20000725 |
15 | SET_PART_OF_EXTERNAL | Instance method | Protected | Method | Set Part-Of Information (Input BAPI) | 20000717 |
16 | SET_PART_OF_INTERNAL | Instance method | Protected | Method | Set Part-Of Information (Input CBase) | 20000717 |
17 | SET_REF_APPL_LOG_TO_TREE | Instance method | Public | Method | Provides Subtree with Reference to Application Log | 20030103 |
18 | SET_TREE_EXTERNAL | Instance method | Public | Method | Set Instance Tree to External Format | 20000717 |
19 | SET_TREE_INTERNAL | 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 | Exporting | EV_SCENARIO_SALES_ORDER | Call by reference | Type reference (TYPE) | BOOLEAN | Szenario "Kundenauftrag" | 20001205 | ||
2 | Importing | IS_EXPLOSION_DATA | Call by reference | Type reference (TYPE) | CUXT_STRUCTURE_EXPLOSION_DATA | CUX: Daten für eine Strukturauflösung | 20000822 | ||
3 | Importing | IT_INSTANCE_EXT | Call by reference | Type reference (TYPE) | CUXT_CUINS_T | CUX: Instanzdaten | 20000822 | ||
4 | Importing | IT_PART_OF_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_T | CUX: PartOf-Daten | 20000822 | ||
5 | Importing | IV_CONFIGURATION_ID_EXT | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000822 | ||
6 | Importing | IV_LOGSYS | Call by reference | Type reference (TYPE) | LOGSYS | Logisches System, in dem die Konfiguration angelegt wurde | 20010226 | ||
7 | Importing | IV_SELF_ID_EXT | Call by reference | Type reference (TYPE) | CU_INST_ID | Instanznummer in der Konfiguration | 20000822 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_CUX_CBASE_HANDLING | 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 | Changing | CT_INSTANCE_GUID | Call by reference | Type reference (TYPE) | CUIB_EXTINST_DATA_T | IB: Standard tabelle der Translation Daten | 20000721 | ||
2 | Changing | CV_NUMBER_OF_NEW_INSTANCES | Call by reference | Type reference (TYPE) | NRQUAN | Anzahl der zu vergebenden Nummern | 20000721 | ||
3 | Importing | IS_EXPLOSION_DATA | Call by reference | Type reference (TYPE) | CUXT_STRUCTURE_EXPLOSION_DATA | CUX: Daten für eine Strukturauflösung | 20000718 | ||
4 | Importing | IS_PART_OF_DATA_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_S | CUX: PartOf-Daten | 20000718 | ||
5 | Importing | IT_INSTANCE_EXT | Call by reference | Type reference (TYPE) | CUXT_CUINS_T | CUX: Instanzdaten | 20000718 | ||
6 | Importing | IT_PART_OF_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_T | CUX: PartOf-Daten | 20000718 | ||
7 | Importing | IT_RESTRICTIONS_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Einschränkungen | 20010402 | ||
8 | Importing | IT_VALUATION_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Merkmalsbewertung | 20000718 | ||
9 | Importing | IT_VAR_COND_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVK_T | CUX: Variantenkonditionsschlüssel der Konfiguration | 20000718 | ||
10 | Importing | IV_CONFIGURATION_ID_EXT | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000718 | ||
11 | Importing | IV_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Interne Tabellen, aktueller Zeilenindex | 20020506 | ||
12 | Importing | IV_LANGUAGE | Call by reference | Type reference (TYPE) | CUX_KBLANGUAGE | Sprache einer Konfiguration | 20000718 | ||
13 | Importing | 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 | CX_CUX_CBASE_HANDLING | 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 | Changing | CT_INSTANCE_GUID | Call by reference | Type reference (TYPE) | CUIB_EXTINST_DATA_T | IB: : Standard tabelle der Translation Daten | 20000721 | ||
2 | Changing | CV_NUMBER_OF_NEW_INSTANCES | Call by reference | Type reference (TYPE) | NRQUAN | Anzahl der zu vergebenden Nummern | 20000721 | ||
3 | Importing | IS_EXPLOSION_DATA | Call by reference | Type reference (TYPE) | CUXT_STRUCTURE_EXPLOSION_DATA | CUX: Daten für eine Strukturauflösung | 20000718 | ||
4 | Importing | IT_INSTANCE_EXT | Call by reference | Type reference (TYPE) | CUXT_CUINS_T | CUX: Instanzdaten | 20000717 | ||
5 | Importing | IT_PART_OF_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_T | CUX: PartOf-Daten | 20000717 | ||
6 | Importing | IT_RESTRICTIONS_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Einschränkungen | 20010402 | ||
7 | Importing | IT_VALUATION_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Merkmalsbewertung | 20000717 | ||
8 | Importing | IT_VAR_COND_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVK_T | CUX: Variantenkonditionsschlüssel der Konfiguration | 20000717 | ||
9 | Importing | IV_CONFIGURATION_ID_EXT | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000717 | ||
10 | Importing | IV_LANGUAGE | Call by reference | Type reference (TYPE) | CUX_KBLANGUAGE | Sprache einer Konfiguration | 20000717 | ||
11 | Importing | IV_LOGSYS | Call by reference | Type reference (TYPE) | CUX_LOGSYS | Logisches System, in dem die Konfiguration angelegt wurde | 20000810 | ||
12 | Importing | IV_PARENT_ID_EXT | Call by reference | Type reference (TYPE) | CU_INST_ID | Instanznummer in der Konfiguration | 20000717 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_CUX_CBASE_HANDLING | Fehlerbehandlung CBase (CUX) | 20030102 |
Method DELETE_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | 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 | Changing | CT_COMPONENT_STRUCTURE | Call by reference | Type reference (TYPE) | CUX_EXT_ASSEMBLY_T | Tabelle der Komponenten | 20000731 | ||
2 | Exporting | ES_ITEM_DATA | Call by reference | Type reference (TYPE) | CUX_EXT_ITEM_KEY | Komponenteninformation | 20000731 | ||
3 | Exporting | EV_APPLICATION_ID | Call by reference | Type reference (TYPE) | CUXT_STRUCTURE_EXPL_APPL_ID | CUX: Anwendung der Strukturauflösung | 20000731 | ||
4 | Exporting | 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 | CX_CUX_CBASE_HANDLING | 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 | Exporting | ES_PART_OF_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_S | CUX: PartOf-Daten | 20000717 | ||
2 | Importing | IS_PART_OF_DATA | Call by reference | Type reference (TYPE) | TS_PART_OF_DATA | Strukturdaten | 20000717 | ||
3 | Importing | IV_CONFIGURATION_ID_EXT | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000717 | ||
4 | Importing | IV_INSTANCE_ID_EXT | Call by reference | Type reference (TYPE) | CU_INST_ID | Instanznummer in der Konfiguration | 20000717 | ||
5 | Importing | 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 | Exporting | ES_INSTANCE | Call by reference | Type reference (TYPE) | CUXT_CUINS_S | CUX: Instanzdaten | 20000802 | ||
2 | Exporting | ET_VALUES | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Merkmalsbewertung | 20000802 | ||
3 | Importing | IV_EXT_CONFIG_ID | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000802 | ||
4 | Importing | IV_INSTANCE | Call by reference | Type reference (TYPE) | CUIB_CUOBJ | CUIB: systemabhängige Konfigurationsreferenz | 20000802 | ||
5 | Importing | IV_LANGUAGE | Call by reference | Type reference (TYPE) | CUX_KBLANGUAGE | Sprache einer Konfiguration | 20000802 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_CUX_CBASE_HANDLING | 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 | Exporting | ES_STATUS | Call by reference | Type reference (TYPE) | CUXT_CONVERT_STATUS_S | CUX: Statuskonvertierung | 20000802 | ||
2 | Importing | IV_INSTANCE | Call by reference | Type reference (TYPE) | CUIB_CUOBJ | CUIB: systemabhängige Konfigurationsreferenz | 20000802 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_CUX_CBASE_HANDLING | 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 | Changing | CS_SUM_OF_STATUS | Call by reference | Type reference (TYPE) | CUXT_CONVERT_STATUS_S | CUX: Statuskonvertierung | 20000802 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_CUX_CBASE_HANDLING | Fehlerbehandlung CBase (CUX) | 20030102 |
Method GET_TREE_EXTERNAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_INSTANCE_EXT | Call by reference | Type reference (TYPE) | CUXT_CUINS_T | CUX: Instanzdaten | 20000717 | ||
2 | Changing | CT_PART_OF_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_T | CUX: PartOf-Daten | 20000717 | ||
3 | Changing | CT_RESTRICTIONS_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Einschränkungen | 20010402 | ||
4 | Changing | CT_VALUATION_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Merkmalsbewertung | 20000717 | ||
5 | Changing | CT_VAR_COND_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVK_T | CUX: Variantenkonditionsschlüssel der Konfiguration | 20000717 | ||
6 | Importing | IV_CONFIGURATION_ID_EXT | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000717 | ||
7 | Importing | IV_PARENT_ID_EXT | Call by reference | Type reference (TYPE) | CU_INST_ID | Instanznummer in der Konfiguration | 20000717 | ||
8 | Importing | IV_WITH_LANGUAGE | Call by reference | Type reference (TYPE) | CUX_KBLANGUAGE | Sprache einer Konfiguration | 20000717 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_CUX_CBASE_HANDLING | Fehlerbehandlung CBase (CUX) | 20030102 |
Method GET_TREE_INTERNAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_INSTANCES | Call by reference | Type reference (TYPE) | CUIB_IBCO_INSTANCE_T | Instanzen (CBase-Format) | 20000717 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_CUX_CBASE_HANDLING | 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 | Exporting | ET_VARIANT_KEYS | Call by reference | Type reference (TYPE) | CUXT_TAB_VARIANT_CONDITIONS | CUX: Variantenkonditionen | 20000803 | ||
2 | Importing | IV_INSTANCE | Call by reference | Type reference (TYPE) | CUIB_CUOBJ | CUIB: systemabhängige Konfigurationsreferenz | 20000803 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_CUX_CBASE_HANDLING | Fehlerbehandlung CBase (CUX) | 20030102 |
Method MATCH_TREE_EXTERNAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_INSTANCE_GUID | Call by reference | Type reference (TYPE) | CUIB_EXTINST_DATA_T | IB: Standard tabelle der Translation Daten | 20000721 | ||
2 | Changing | CV_NUMBER_OF_NEW_INSTANCES | Call by reference | Type reference (TYPE) | NRQUAN | Anzahl der zu vergebenden Nummern | 20000721 | ||
3 | Exporting | EV_SUBTREE_CHANGED | Call by reference | Type reference (TYPE) | BOOLEAN | Teilbaum hat sich geändert | 20000718 | ||
4 | Importing | IS_EXPLOSION_DATA | Call by reference | Type reference (TYPE) | CUXT_STRUCTURE_EXPLOSION_DATA | CUX: Daten für eine Strukturauflösung | 20000718 | ||
5 | Importing | IT_INSTANCE_EXT | Call by reference | Type reference (TYPE) | CUXT_CUINS_T | CUX: Instanzdaten | 20000717 | ||
6 | Importing | IT_PART_OF_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_T | CUX: PartOf-Daten | 20000717 | ||
7 | Importing | IT_RESTRICTIONS_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Einschränkungen | 20010402 | ||
8 | Importing | IT_VALUATION_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Merkmalsbewertung | 20000717 | ||
9 | Importing | IT_VAR_COND_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVK_T | CUX: Variantenkonditionsschlüssel der Konfiguration | 20000717 | ||
10 | Importing | IV_CONFIGURATION_ID_EXT | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000717 | ||
11 | Importing | IV_LANGUAGE | Call by reference | Type reference (TYPE) | CUX_KBLANGUAGE | Sprache einer Konfiguration | 20000717 | ||
12 | Importing | IV_LOGSYS | Call by reference | Type reference (TYPE) | CUX_LOGSYS | Logisches System, in dem die Konfiguration angelegt wurde | 20000809 | ||
13 | Importing | IV_NO_CHECK_CHANGE | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' | Keine Änderungsüberprüfung | 20000718 | |
14 | Importing | IV_PARENT_ID_EXT | Call by reference | Type reference (TYPE) | CU_INST_ID | Instanznummer in der Konfiguration | 20000717 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_CUX_CBASE_HANDLING | 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 | Importing | IV_LOWER_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_CUX_INSTANCE_TREE | CUX: Instanzenbaum | 20000725 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_CUX_CBASE_HANDLING | 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 | Exporting | ES_PART_OF_DATA | Call by reference | Type reference (TYPE) | TS_PART_OF_DATA | Strukturdaten | 20000717 | ||
2 | Importing | IS_EXPLOSION_DATA | Value transfer | Type reference (TYPE) | CUXT_STRUCTURE_EXPLOSION_DATA | CUX: Daten für eine Strukturauflösung | 20000718 | ||
3 | Importing | IS_PART_OF_DATA_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_S | CUX: PartOf-Daten | 20000717 | ||
4 | Importing | IV_LOGSYS | Call by reference | Type reference (TYPE) | CUX_LOGSYS | Logisches System, in dem die Konfiguration angelegt wurde | 20010226 | ||
5 | Importing | IV_PARENT_OBJECT | Call by reference | Type reference (TYPE) | CUXT_CUINS_S-OBJ_KEY | Objektschluessel | 20000718 | ||
6 | Importing | IV_QUANTITY | Call by reference | Type reference (TYPE) | CUXT_CUINS_S-QUANTITY | Instanzmenge | 20000718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_CUX_CBASE_HANDLING | 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 | Exporting | ES_PART_OF_DATA | Call by reference | Type reference (TYPE) | TS_PART_OF_DATA | Strukturdaten | 20000717 | ||
2 | Importing | IS_PART_OF_DATA_INT | Call by reference | Type reference (TYPE) | CUIB_BUSINESS_OBJECT | Strukturreferenz (CBase-Format) | 20000717 | ||
3 | Importing | IS_STRUCTURE_CONF_DATA | Call by reference | Type reference (TYPE) | CUIB_IBST_CONF | IB: Komponente (Includestruktur für Konfiguration) | 20010730 | ||
4 | Importing | IV_DATE | Call by reference | Type reference (TYPE) | DATUV | SY-DATUM | Datum und Zeit, aktuelles (Applikationsserver-)Datum | 20000718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_CUX_CBASE_HANDLING | 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 | Importing | 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 | Changing | CT_INSTANCE_GUID | Call by reference | Type reference (TYPE) | CUIB_EXTINST_DATA_T | IB: Standard tabelle der Translation Daten | 20000721 | ||
2 | Changing | CV_NUMBER_OF_NEW_INSTANCES | Call by reference | Type reference (TYPE) | NRQUAN | Anzahl der zu vergebenden Nummern | 20000721 | ||
3 | Exporting | EV_SCENARIO_SALES_ORDER | Call by reference | Type reference (TYPE) | BOOLEAN | Szenario "Kundenauftrag" | 20001205 | ||
4 | Exporting | EV_SUBTREE_CHANGED | Call by reference | Type reference (TYPE) | BOOLEAN | Instanzentree hat sich geändert | 20000718 | ||
5 | Importing | IS_EXPLOSION_DATA | Call by reference | Type reference (TYPE) | CUXT_STRUCTURE_EXPLOSION_DATA | CUX: Daten für eine Strukturauflösung | 20000718 | ||
6 | Importing | IT_INSTANCE_EXT | Call by reference | Type reference (TYPE) | CUXT_CUINS_T | CUX: Instanzdaten | 20000717 | ||
7 | Importing | IT_PART_OF_EXT | Call by reference | Type reference (TYPE) | CUXT_CUPRT_T | CUX: PartOf-Daten | 20000717 | ||
8 | Importing | IT_RESTRICTIONS_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Einschränkungen | 20010402 | ||
9 | Importing | IT_VALUATION_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVAL_T | CUX: Merkmalsbewertung | 20000717 | ||
10 | Importing | IT_VAR_COND_EXT | Call by reference | Type reference (TYPE) | CUXT_CUVK_T | CUX: Variantenkonditionsschlüssel der Konfiguration | 20000717 | ||
11 | Importing | IV_CONFIGURATION_ID_EXT | Call by reference | Type reference (TYPE) | CUX_CFG_ID | Externe Konfigurationsid (temporaer) | 20000717 | ||
12 | Importing | IV_LANGUAGE | Call by reference | Type reference (TYPE) | CUX_KBLANGUAGE | Sprache einer Konfiguration | 20000717 | ||
13 | Importing | IV_LOGSYS | Call by reference | Type reference (TYPE) | CUX_LOGSYS | Logisches System, in dem die Konfiguration angelegt wurde | 20000809 | ||
14 | Importing | IV_NO_CHECK_CHANGE | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' | Keine Änderungsüberprüfung | 20000718 | |
15 | Importing | IV_PARENT_ID_EXT | Call by reference | Type reference (TYPE) | CU_INST_ID | Instanznummer in der Konfiguration | 20000717 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_CUX_CBASE_HANDLING | Fehlerbehandlung CBase (CUX) | 20030102 |
Method SET_TREE_INTERNAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_INSTANCES | Call by reference | Type reference (TYPE) | CUIB_IBCO_INSTANCE_T | Instanzentabelle | 20000717 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_CBASE_ERROR | Fehlerbehandlung CBase (CUX) | 20041207 |
History
Last changed by/on | SAP | 20050219 |
SAP Release Created in | 46C |