SAP ABAP Interface IF_ISU_PROD_NODE_READ (Master Data Generator in Runtime System: Template Nodes)
Hierarchy
FI-CA (Software Component) FI-CA
   IS-U-MD (Application Component) Master Data
     EMDGEN (Package) Master Data Generator - Generic Part
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ISU_PROD_DEF Master Data Generator in Runtime System: Template Nodes 20000103
Properties
Interface IF_ISU_PROD_NODE_READ  
Short Description Master Data Generator in Runtime System: Template Nodes    
General Data
Package EMDGEN   Master Data Generator - Generic Part 
Created 20000103   SAP 
Last changed 20071120   SAP 
Unicode checks active    
Forward declarations
Interface IF_ISU_PROD_NODE_READ has no forward declaration.
Interfaces
Interface IF_ISU_PROD_NODE_READ has no interface.
Friends
Interface IF_ISU_PROD_NODE_READ has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 HAND_OVER_PARAMS Instance attribute Public Type reference (TYPE) CCMCONT_T CIC: Table for SWCONT 20030724
2 IGNORE_DEVICES Instance attribute Public Type reference (TYPE) EPD_VALID Boolean Variable for Object Status Definition 20020411
3 MULTIPLE_PRODUCT_MODE Instance attribute Public Type reference (TYPE) EPD_VALID Boolean Variable for Object Status Definition 20030724
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NODE_TO_DONE_LIST Instance method Public Method Adds a Node to the List of Processed Nodes 20000718
2 CHECK_OPTIONAL_NODE_ACTIVE Instance method Public Method Indicates Whether Node Must be Processed 20000907
3 GET_ALIASNAME Instance method Public Method Supplies the Alias Name of a Node Category 20000114
4 GET_ATTRIBUTES Instance method Public Method Returns the Parameters 20060327
5 GET_ATTRIBUTE_DEF Instance method Public Method Provides Definition of an Attribute 20000726
6 GET_ATTRIBUTE_LIST Instance method Public Method Supplies the List of all Attributes for the Node 20000103
7 GET_ATTRIBUTE_LIST_EXT Instance method Public Method Supplies Enhanced List of all Attributes for the Node 20000901
8 GET_ATTRIBUTE_VALUE Instance method Public Method Supplies the Value of an Attribute 20000103
9 GET_DESCRIPTION Instance method Public Method Supplies Text for the Node 20000302
10 GET_DONE_LIST Instance method Public Method Supplies the List of Previously Processed Nodes 20000718
11 GET_EDITABLE_PARAMS Instance method Public Method Supplies List of the Parameters Still to Be Edited 20000830
12 GET_FATHER_NODE Instance method Public Method Supplies a Reference to Predecessor Nodes 20001009
13 GET_IDENT_ATTRIBUTE_LIST Instance method Public Method Supplies the List of all Identifying Attributes 20000726
14 GET_KEY_ATTRIBUTE_LIST Instance method Public Method Supplies the List of all Key Attributes 20000726
15 GET_NODE Instance method Public Method Supplies the Internal Node ID 20000114
16 GET_NODE_CONST_ID_LIST Instance method Public Method Supplier a List of Identifying Constants 20010302
17 GET_NODE_MODE Instance method Public Method Provides Processing Mode 20070720
18 GET_NODE_PARAM_LIST Instance method Public Method Supplies a List of Parameters for the Current Node 20010302
19 GET_OPTIONAL_FLAG Instance method Public Method Indicates Whether Node Is Optional 20040315
20 GET_PATTERN_VALUE Instance method Public Method Provides Reference Value from the Container 20011016
21 GET_PRODUCT Instance method Public Method Supplies the Name of the Product for the Current Node 20010314
22 GET_PROD_ID Instance method Public Method Supplies the ID of the Master Data Template 20000302
23 GET_SCRIPT Instance method Public Method Supplies the Program for Processing the Node 20000103
24 GET_SUB_PRODUCTS Instance method Public Method Supplies Subnodes 20000103
25 GET_TOP_NODE_HEAD_VALUES Instance method Public Method Delivers Header Node Data to Current Node 20020712
26 GET_TYPE_ID Instance method Public Method Supplies the Template Category ID 20000103
27 GET_VALUE_LIST Instance method Public Method Supplies the List of Previously Processed Keys 20000718
28 GET_VIRTUAL_ATTRIBUTE_VALUE Instance method Public Method Provides Value of Virtual Attribute from Container 20060822
29 IS_DONE Instance method Public Method Indicates Whether Node Has Already Been Processed 20000726
30 SET_ATTRIBUTE_VALUE Instance method Public Method Sets the Value of a (Key) Attribute 20000717
Events
Interface IF_ISU_PROD_NODE_READ has no event.
Types
Interface IF_ISU_PROD_NODE_READ has no local type.
Method Signatures

Method ADD_NODE_TO_DONE_LIST Signature

Method ADD_NODE_TO_DONE_LIST on Interface IF_ISU_PROD_NODE_READ has no parameter.
Method ADD_NODE_TO_DONE_LIST on Interface IF_ISU_PROD_NODE_READ has no exception.

Method CHECK_OPTIONAL_NODE_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_IS_ACTIV Value transfer Type reference (TYPE) EBA_FLAG Kennzeichen, ob Knoten prozessiert werden muss 20000907

Method CHECK_OPTIONAL_NODE_ACTIVE on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_ALIASNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ALIASNAME Value transfer Type reference (TYPE) EPD_ALIASTYPE Aliasname des Typknotens 20000114

Method GET_ALIASNAME on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ATTRIBUTES Value transfer Type reference (TYPE) EPDPRODA_T Tabelle von EPDPRODA 20060327

Method GET_ATTRIBUTES on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_ATTRIBUTE_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_REFFIELD Call by reference Type reference (TYPE) FIELDNAME Feldname 20000726
2 Exporting EX_REFSTRUCT Call by reference Type reference (TYPE) TABNAME Tabellenname 20000726
3 Importing IM_ATTRIBUTE Call by reference Type reference (TYPE) EPD_ATTRID Attributname 20000726
# Exception Resumable Description Created on
1 NOT_FOUND Attribut nicht gefunden 20000726

Method GET_ATTRIBUTE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ATTRIBUTES Value transfer Type reference (TYPE) EPD_ATTRID_TAB Attributliste 20000103

Method GET_ATTRIBUTE_LIST on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_ATTRIBUTE_LIST_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ATTRIBUTES Value transfer Type reference (TYPE) EPD_ATTR_EXT_TAB Erweiterte Attributliste 20000901

Method GET_ATTRIBUTE_LIST_EXT on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_ATTRIBUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_VALUE Call by reference Type reference (TYPE) ANY Wert 20000103
2 Importing IM_ADDKEY Call by reference Type reference (TYPE) ANY Teilschlüssel des Objektes 20011008
3 Importing IM_ATTRIBUTE Call by reference Type reference (TYPE) EPD_ATTRID Attributname 20000103
# Exception Resumable Description Created on
1 NOT_FOUND Attribut nicht gefunden 20000103
2 OPTIONAL_PARAM_NOT_FOUND Optionaler Parameter nicht gefunden 20010316
3 PARAM_NOT_FOUND Obligatorischer Parameter nicht gefunden 20000717
4 TYPE_MISMATCH Wert konnte nicht in übergebenen Typ konvertiert werden 20000103
5 VIRTUAL_EVAL_FAILED Virtuelles Attribut konnte nicht korrekt ermittelt werden 20000717

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DESCRIPT Value transfer Type reference (TYPE) EPD_DESCRIPT Text 20000302

Method GET_DESCRIPTION on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_DONE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DONE_LIST Value transfer Type reference (TYPE) ISU_EPDNODE_TAB Tabelle der bisher abgearbeiteten Stammdatenvorlageknoten 20000718

Method GET_DONE_LIST on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_EDITABLE_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RE_EDITABLE_PARAMS Call by reference Type reference (TYPE) EPD_ATTRID_TAB Tabelle von Attributnamen 20000830

Method GET_EDITABLE_PARAMS on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_FATHER_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_FATHER_NODE Value transfer Object reference (TYPE REF TO) IF_ISU_PROD_NODE_READ Stammdatengenerator Laufzeitsystem: Vorlageknoten 20001009

Method GET_FATHER_NODE on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_IDENT_ATTRIBUTE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ATTRIBUTES Value transfer Type reference (TYPE) EPD_ATTRID_TAB Attributliste 20000726

Method GET_IDENT_ATTRIBUTE_LIST on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_KEY_ATTRIBUTE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ATTRIBUTES Value transfer Type reference (TYPE) EPD_ATTRID_TAB Attributliste 20000726

Method GET_KEY_ATTRIBUTE_LIST on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NODE Value transfer Type reference (TYPE) EPD_NODE Knoten-ID 20000114

Method GET_NODE on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_NODE_CONST_ID_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_GET_ALL_CONST Call by reference Type reference (TYPE) BU_BOOLEAN SPACE Boolscher Typ: Nicht zur Verwendung auf Oberflächen 20031210
2 Returning RE_NODE_CONST_ID_LIST Value transfer Type reference (TYPE) EPD_CONST_ID_TAB Tabellentyp für Produktidentifizierende Konstanten einer Vor 20010302

Method GET_NODE_CONST_ID_LIST on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_NODE_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MODE Value transfer Type reference (TYPE) CHAR2 Bearbeitungsmodus 20070720

Method GET_NODE_MODE on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_NODE_PARAM_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NODE_PARAM_LIST Value transfer Type reference (TYPE) EPD_PARAM_TAB_TYPE Tabelle für die Parameterwerte einer Stammdatenvorlage 20010302

Method GET_NODE_PARAM_LIST on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_OPTIONAL_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_IS_ACTIV Value transfer Type reference (TYPE) EBA_FLAG Kennzeichen, ob Knoten als optional gekennzeichnet wurde 20040315

Method GET_OPTIONAL_FLAG on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_PATTERN_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PATTERN_VALUE Call by reference Type reference (TYPE) ANY Wert des Musters aus dem Container 20011016
# Exception Resumable Description Created on
1 TYPE_MISMATCH Wert konnte nicht in übergebenen Typ konvertiert werden 20011016
2 VALUE_NOT_FOUND Musterwert nicht im Kopf eingetragen 20011016

Method GET_PRODUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PRODUCT Value transfer Type reference (TYPE) EPD_PRODUCT_TYP Zugewiesene Produkt zum aktuellen Knoten 20010314
# Exception Resumable Description Created on
1 MULTIPLE_PRODUCT_MODE Dem Knoten sind mehrere Produkte zugeordnet worden 20030724
2 NO_PRODUCT_FOUND Dem Knoten ist kein Produkt zugewiesen worden 20010314

Method GET_PROD_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PRODID Value transfer Type reference (TYPE) EPD_PRODID Produkt ID 20000302

Method GET_PROD_ID on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_SCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_SCRIPT_ENVIRON Call by reference Type reference (TYPE) EPD_ENVIRON_FIND Funktionsbaustein f. Umfeldermittler 20000726
2 Exporting EX_SCRIPT_MODIFY Call by reference Type reference (TYPE) EPD_INSTPROG_MODIFY Funktionsbaustein f. Modify 20000110
3 Exporting EX_SCRIPT_OPEN Call by reference Type reference (TYPE) EPD_INSTPROG Funktionsbaustein f. Open 20000110
4 Exporting EX_SCRIPT_SAVE Call by reference Type reference (TYPE) EPD_INSTPROG_SAVE Funktionsbaustein f. Save 20000110

Method GET_SCRIPT on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_SUB_PRODUCTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_SUB_PRODUCTS Value transfer Type reference (TYPE) EDP_PROD_DEF_TAB Tabelle von Unterproduktknoten 20000103

Method GET_SUB_PRODUCTS on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_TOP_NODE_HEAD_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TOP_NODE_HEAD_VALUES Value transfer Type reference (TYPE) EPDPROD IS-U Stammdatengenerator: Stammdatenvorlage 20020712

Method GET_TOP_NODE_HEAD_VALUES on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_TYPE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TYPEID Value transfer Type reference (TYPE) EPD_TYPEID Produkttyp 20000103

Method GET_TYPE_ID on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_VALUE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_VALUE_LIST Value transfer Type reference (TYPE) ISU_PROD_NEWOBJECT_KEYS_TAB Schlüssel eines durch das Produkt neu angelegten ISU-Objekts 20000718

Method GET_VALUE_LIST on Interface IF_ISU_PROD_NODE_READ has no exception.

Method GET_VIRTUAL_ATTRIBUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_VALUE Call by reference Type reference (TYPE) ANY Wert 20060822
2 Importing IM_ADDKEY Call by reference Type reference (TYPE) ANY Teilschlüssel des Objektes 20060822
3 Importing IM_ATTRIBUTE Call by reference Type reference (TYPE) EPD_ATTRID Attributname 20060822
# Exception Resumable Description Created on
1 FUNCTION_FAILED Funktionsbaustein konnte nicht korrekt ermittelt werden 20060822
2 NOT_FOUND Attribut nicht gefunden 20060822
3 OPTIONAL_PARAM_NOT_FOUND Optionaler Parameter nicht gefunden 20060822
4 PARAM_NOT_FOUND Obligatorischer Parameter nicht gefunden 20060822
5 TYPE_MISMATCH Wert konnte nicht in übergebenen Typ konvertiert werden 20060822
6 VIRTUAL_EVAL_FAILED Virtuelles Attribut konnte nicht korrekt ermittelt werden 20060822

Method IS_DONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_IS_DONE Value transfer Type reference (TYPE) EBA_FLAG Kennzeichen: Knoten ist bereits verarbeitet 20000726

Method IS_DONE on Interface IF_ISU_PROD_NODE_READ has no exception.

Method SET_ATTRIBUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTRIBUTE Call by reference Type reference (TYPE) EPD_ATTRID Attributname 20000717
2 Importing IM_VALUE Call by reference Type reference (TYPE) ANY Wert 20000717
# Exception Resumable Description Created on
1 ATTRIB_NOT_KEY Attribut ist kein Schlüsselattribut 20000717
2 NOT_FOUND Attribut nicht gefunden 20000717
History
Last changed by/on SAP  20071120 
SAP Release Created in