SAP ABAP Interface IF_FP_NODE (Form Node: Node Interface)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-FP (Application Component) Forms Processing
     SAFPAPI (Package) SAP Form Processing (API)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FP_GRAPHIC Form Node: Graphic Interface 20030425
2 Interface composition (i COMPRISING i_ref)  IF_FP_TEXT Form Node: Text Interface 20030519
3 Interface composition (i COMPRISING i_ref)  IF_FP_STRUCTURE Form Node: Structure Interface 20030725
4 Interface composition (i COMPRISING i_ref)  IF_FP_SINGLE_RECORD Form Node: Single Record Interface 20040921
5 Interface composition (i COMPRISING i_ref)  IF_FP_PROGRAMLINES Form Node: Program Line Interface 20030507
6 Interface composition (i COMPRISING i_ref)  IF_FP_LOOP_DATA Form Node: Loop Interface (Data) 20030902
7 Interface composition (i COMPRISING i_ref)  IF_FP_LOOP_CONTROL_GROUP Form Node: Loop Interface (Control Level Group) 20041102
8 Interface composition (i COMPRISING i_ref)  IF_FP_LOOP_CONTROL_DATA Form Node: Loop Interface (Control Level Data) 20041102
9 Interface composition (i COMPRISING i_ref)  IF_FP_LOOP Form Node: Loop Interface 20030425
10 Interface composition (i COMPRISING i_ref)  IF_FP_FOLDER Form Node: Folder Interface 20030430
... Click here to see Used By full list (18 items)
Properties
Interface IF_FP_NODE  
Short Description Form Node: Node Interface    
General Data
Package SAFPAPI   SAP Form Processing (API) 
Created 20030422   SAP 
Last changed 20041228   SAP 
Unicode checks active    
Forward declarations
Interface IF_FP_NODE has no forward declaration.
Interfaces
Interface IF_FP_NODE has no interface.
Friends
Interface IF_FP_NODE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_STATE_ACTIVE Constant Public Type reference (TYPE) FPNODESTATE 'A' Active status 20030730
2 C_STATE_INACTIVE Constant Public Type reference (TYPE) FPNODESTATE 'I' Status Inactive 20030730
3 C_TYPE_ADDRESS Constant Public Type reference (TYPE) I 9 Address 20030616
4 C_TYPE_ALTERNATIVE Constant Public Type reference (TYPE) I 14 Alternative 20030616
5 C_TYPE_ALTERNATIVE_FALSE Constant Public Type reference (TYPE) I 16 Alternative (FALSE) 20030616
6 C_TYPE_ALTERNATIVE_TRUE Constant Public Type reference (TYPE) I 15 Alternative (TRUE) 20030616
7 C_TYPE_COMMAND Constant Public Type reference (TYPE) I 18 Command 20030616
8 C_TYPE_CONTEXT Constant Public Type reference (TYPE) I 1 Context 20030616
9 C_TYPE_DATA Constant Public Type reference (TYPE) I 2 Data 20030616
10 C_TYPE_FOLDER Constant Public Type reference (TYPE) I 4 Folder 20030616
11 C_TYPE_GRAPHIC_CONTENT Constant Public Type reference (TYPE) I 11 Graphic Content 20030829
12 C_TYPE_GRAPHIC_URL Constant Public Type reference (TYPE) I 10 Graphic Reference 20030829
13 C_TYPE_LOOP Constant Public Type reference (TYPE) I 12 Loop 20030616
14 C_TYPE_LOOP_CONTROL_DATA Constant Public Type reference (TYPE) I 20 Loop (Control Level Data) 20041102
15 C_TYPE_LOOP_CONTROL_GROUP Constant Public Type reference (TYPE) I 21 Loop (Control Level Group) 20041102
16 C_TYPE_LOOP_DATA Constant Public Type reference (TYPE) I 13 Loop (Data) 20030902
17 C_TYPE_PROGRAMLINES Constant Public Type reference (TYPE) I 17 Program Lines 20030616
18 C_TYPE_SINGLE_RECORD Constant Public Type reference (TYPE) I 19 Single record 20040921
19 C_TYPE_STRUCTURE Constant Public Type reference (TYPE) I 3 Structure 20030725
20 C_TYPE_TEXT_BTF Constant Public Type reference (TYPE) I 8 BTF Text 20030616
21 C_TYPE_TEXT_DYNAMIC Constant Public Type reference (TYPE) I 7 Dynamic Text 20030616
22 C_TYPE_TEXT_INCLUDE Constant Public Type reference (TYPE) I 6 Include Text 20030616
23 C_TYPE_TEXT_MODULE Constant Public Type reference (TYPE) I 5 Text Module 20030616
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_CHILD Instance method Public Method Add Lower-Level Node 20030430
2 CHECK Instance method Public Method Check 20030425
3 COPY Instance method Public Method Copy 20030527
4 GET_CHILD Instance method Public Method Get Lower-Level Node 20030425
5 GET_CHILD_BY_NAME Instance method Public Method Get Lower-Level Node By Name 20030730
6 GET_CONDITION Instance method Public Method Get Condition 20030430
7 GET_CONTEXT Instance method Public Method Get Context 20030430
8 GET_DESCRIPTION Instance method Public Method Get Description 20030425
9 GET_GENERATED Instance method Public Method Get "Node was Generated" 20030729
10 GET_ID Instance method Public Method Get ID 20030722
11 GET_NAME Instance method Public Method Get name 20030425
12 GET_NODE_BY_ID Instance method Public Method Get Node According to ID 20030722
13 GET_PARENT Instance method Public Method Get Higher-Level Node 20030425
14 GET_PREDECESSOR Instance method Public Method Set Predecessor Node 20030430
15 GET_STATE Instance method Public Method Get Status 20030728
16 GET_SUCCESSOR Instance method Public Method Get Subsequent Node 20030425
17 GET_TYPE Instance method Public Method Get Node Type 20030611
18 INSERT_CHILD Instance method Public Method Insert Lower-Level Node 20030430
19 REMOVE_CHILD Instance method Public Method Delete Lower-Level Node 20030430
20 REMOVE_NODE Instance method Public Method Delete Node(s) 20030430
21 SET_DESCRIPTION Instance method Public Method Set Description 20030425
22 SET_NAME Instance method Public Method Set Name 20030425
23 SET_STATE Instance method Public Method Set Status 20030728
Events
Interface IF_FP_NODE has no event.
Types
Interface IF_FP_NODE has no local type.
Method Signatures

Method APPEND_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHILD Call by reference Object reference (TYPE REF TO) IF_FP_NODE Kindknoten 20030430
# Exception Resumable Description Created on
1 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030502

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CHECKLIST Call by reference Type reference (TYPE) TFPCHECKLIST Prüfergebnisse 20030721

Method CHECK on Interface IF_FP_NODE has no exception.

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NODE Value transfer Object reference (TYPE REF TO) IF_FP_NODE Kopie des Knotens 20030527
# Exception Resumable Description Created on
1 CX_FP_API_INTERNAL Ausnahme API (intern) 20030527
2 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030527

Method GET_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHILD Value transfer Object reference (TYPE REF TO) IF_FP_NODE Kindknoten 20030430

Method GET_CHILD on Interface IF_FP_NODE has no exception.

Method GET_CHILD_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) FPNODENAME Name 20030730
2 Returning R_CHILD Value transfer Object reference (TYPE REF TO) IF_FP_NODE Kindknoten 20030730

Method GET_CHILD_BY_NAME on Interface IF_FP_NODE has no exception.

Method GET_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CONDITION Value transfer Object reference (TYPE REF TO) IF_FP_CONDITION Bedingung 20030430
# Exception Resumable Description Created on
1 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030513

Method GET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CONTEXT Value transfer Object reference (TYPE REF TO) IF_FP_CONTEXT Kontext 20030430

Method GET_CONTEXT on Interface IF_FP_NODE has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DESCRIPTION Value transfer Type reference (TYPE) FPTEXT Beschreibung 20030430
# Exception Resumable Description Created on
1 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030509

Method GET_GENERATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_GENERATED Value transfer Type reference (TYPE) FPGENERATED Knoten wurde generiert 20030729

Method GET_GENERATED on Interface IF_FP_NODE has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ID Value transfer Type reference (TYPE) GUID_32 Id 20030722

Method GET_ID on Interface IF_FP_NODE has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) FPNODENAME Name 20030430

Method GET_NAME on Interface IF_FP_NODE has no exception.

Method GET_NODE_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) GUID_32 Id 20030722
2 Returning R_NODE Value transfer Object reference (TYPE REF TO) IF_FP_NODE Knoten 20030722

Method GET_NODE_BY_ID on Interface IF_FP_NODE has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PARENT Value transfer Object reference (TYPE REF TO) IF_FP_NODE Vaterknoten 20030430

Method GET_PARENT on Interface IF_FP_NODE has no exception.

Method GET_PREDECESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PREDECESSOR Value transfer Object reference (TYPE REF TO) IF_FP_NODE Vorgängerknoten 20030430

Method GET_PREDECESSOR on Interface IF_FP_NODE has no exception.

Method GET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STATE Value transfer Type reference (TYPE) FPNODESTATE Status 20030728

Method GET_STATE on Interface IF_FP_NODE has no exception.

Method GET_SUCCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SUCCESSOR Value transfer Object reference (TYPE REF TO) IF_FP_NODE Nachfolgerknoten 20030430

Method GET_SUCCESSOR on Interface IF_FP_NODE has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPE Value transfer Type reference (TYPE) I Knotentyp 20030611

Method GET_TYPE on Interface IF_FP_NODE has no exception.

Method INSERT_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BEFORE Call by reference Object reference (TYPE REF TO) IF_FP_NODE Knoten, vor dem eingefügt wird 20030502
2 Importing I_CHILD Call by reference Object reference (TYPE REF TO) IF_FP_NODE Kindknoten 20030430
# Exception Resumable Description Created on
1 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030502

Method REMOVE_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHILD Call by reference Object reference (TYPE REF TO) IF_FP_NODE Kindknoten 20030430
# Exception Resumable Description Created on
1 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030502

Method REMOVE_NODE Signature

Method REMOVE_NODE on Interface IF_FP_NODE has no parameter.
# Exception Resumable Description Created on
1 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030513

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Call by reference Type reference (TYPE) FPTEXT Beschreibung 20030430
# Exception Resumable Description Created on
1 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030509

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) FPNODENAME Name 20030430
# Exception Resumable Description Created on
1 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030513

Method SET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATE Call by reference Type reference (TYPE) FPNODESTATE Status 20030728
# Exception Resumable Description Created on
1 CX_FP_API_USAGE Ausnahme API (Verwendung) 20030728
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FP_GRAPHIC Form Node: Graphic Interface 20030425
2 Interface composition (i COMPRISING i_ref)  IF_FP_TEXT Form Node: Text Interface 20030519
3 Interface composition (i COMPRISING i_ref)  IF_FP_STRUCTURE Form Node: Structure Interface 20030725
4 Interface composition (i COMPRISING i_ref)  IF_FP_SINGLE_RECORD Form Node: Single Record Interface 20040921
5 Interface composition (i COMPRISING i_ref)  IF_FP_PROGRAMLINES Form Node: Program Line Interface 20030507
6 Interface composition (i COMPRISING i_ref)  IF_FP_LOOP_DATA Form Node: Loop Interface (Data) 20030902
7 Interface composition (i COMPRISING i_ref)  IF_FP_LOOP_CONTROL_GROUP Form Node: Loop Interface (Control Level Group) 20041102
8 Interface composition (i COMPRISING i_ref)  IF_FP_LOOP_CONTROL_DATA Form Node: Loop Interface (Control Level Data) 20041102
9 Interface composition (i COMPRISING i_ref)  IF_FP_LOOP Form Node: Loop Interface 20030425
10 Interface composition (i COMPRISING i_ref)  IF_FP_FOLDER Form Node: Folder Interface 20030430
11 Interface composition (i COMPRISING i_ref)  IF_FP_DATA Form Node: Data Interface 20030507
12 Interface composition (i COMPRISING i_ref)  IF_FP_CONTEXT Form Components: Context Interface 20030424
13 Interface composition (i COMPRISING i_ref)  IF_FP_COMMAND Form Node: Command Interface 20030507
14 Interface composition (i COMPRISING i_ref)  IF_FP_ALTERNATIVE_TRUE Form Node: Alternative Interface (TRUE) 20030507
15 Interface composition (i COMPRISING i_ref)  IF_FP_ALTERNATIVE_FALSE Form Node: Alternative Interface (FALSE) 20030507
16 Interface composition (i COMPRISING i_ref)  IF_FP_ALTERNATIVE Form Node: Alternative Interface 20030507
17 Interface composition (i COMPRISING i_ref)  IF_FP_ADDRESS Form Node: Address Interface 20030506
18 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FP_NODE Form Node: Node 20030424
History
Last changed by/on SAP  20041228 
SAP Release Created in 640