SAP ABAP Class CL_FCC_NODE (Node Element)
Hierarchy
FCCO (Software Component) Financial Closing Cockpit 200
   CA-GTF-FCC (Application Component) Financial Closing cockpit Add-on
     FCC_CLOSING (Package) Financial Closing Cockpit - SAPGUI and backend
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FCC_BASIC_NODE Basic Node 20110611
Properties
Class CL_FCC_NODE  
Short Description Node Element    
Super Class CL_FCC_BASIC_NODE Basic Node 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FCC_CLOSING   Financial Closing Cockpit - SAPGUI and backend 
Created 20110611   SAP 
Last change 20141108    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_FCC_BASIC_NODE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_FCC_NODE has no interface implemented.
Friends
Class CL_FCC_NODE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ITEMS Instance attribute Public Type reference (TYPE) FCC_ITEMS TFC_ITEM itab 20110611
2 MT_AUTH_CHECK Instance attribute Public Type reference (TYPE) FCC_IAUTH_CHECK Authorization Check Result 20110808
3 MT_VARIABLE Instance attribute Public Type reference (TYPE) FCC_T_VAR_MULT Custom Variable Values 20121207
4 M_AUTH_ASSIGN Instance attribute Public Type reference (TYPE) FCC_AUTH_RESULT Authorization Check Result 20120104
5 NODES Instance attribute Public Type reference (TYPE) FCC_NODES Node Table 20110611
6 ORG Instance attribute Public Type reference (TYPE) FCC_TEMPL_ORG Organizational Structure: Fast Close 20110611
7 VALUES Instance attribute Public Type reference (TYPE) FCC_IVAL ITab for TFC_VAL 20110611
Methods
# Method Level Visibility Method type Description Created on
1 ABORT_JOB Instance method Public Method Cancel Job 20110611
2 ADD_END_NODES Instance method Public Method Add Last Nodes 20110611
3 APPEND_LEVEL_VALUES Instance method Private Method Append custom variable values of current node 20121217
4 APPEND_VAR_VALUES Instance method Public Method Append custom variable values 20121217
5 CHANGE_DOCUMENT_READ Instance method Public Method Read Change Documents 20110611
6 CHECK_ADD_VALUE Instance method Public Method Include new value in Valuestab, if selection is changed 20110611
7 CLEAR_TASKGROUP Instance method Public Method Clear Task Group Flag 20110727
8 CLEAR_VALUES Instance method Public Method As Clear_values1 only Recursive 20110611
9 COLLECT_JOB Instance method Public Method Find All Job Instances in Tree for PJOB 20110611
10 COLLECT_NODE Instance method Public Method Insert New Nodes if Necessary 20110611
11 COMPRESS Instance method Public Method Summarize Nodes 20110611
12 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110611
13 COPY_NOTIZ Instance method Public Method COPY_OFFICE_DOCUMENT 20110611
14 COPY_OFFICE_DOCUMENT Instance method Public Method COPY_OFFICE_DOCUMENT 20110611
15 CREATE_CHILD_NODE Instance method Public Method 20110611
16 CREATE_DEPS Instance method Public Method Create Dependencies 20110611
17 CREATE_TASK_LIST Instance method Public Method Create Task List for SchedMan 20110611
18 DELETE Instance method Public Method Delete Nodes + Subnodes 20110611
19 DISPLAY_ITEMS Instance method Public Method Display Val Tab 20110611
20 DISPLAY_VALUES Instance method Public Method Display Val Tab 20110611
21 EDIT_JOB Instance method Public Method Add Job to Selected Nodes 20110611
22 EXECUTE Instance method Public Method Start Task + Subtask for Node Directly Without Schedman 20110611
23 EXPAND Instance method Public Method Expand Summarized Nodes 20110611
24 EXTRACT_FROM_START_LEVEL Instance method Public Method Determine Subnodes from Level 20110611
25 GET_AS_LIST Instance method Public Method Return Objects as List 20110611
26 GET_EXPANDED_NODES Instance method Public Method GET_EXPANDED_NODES 20110611
27 GET_FIRST_CHILD Instance method Public Method First Node at Same Level 20110611
28 GET_FIRST_SIBLING Instance method Public Method First Node at Same Level 20110611
29 GET_ITEM_BY_ID Instance method Public Method Select TFC_NUM Item Using ID 20110611
30 GET_MAX_ORG_COUNTER Instance method Public Method Determine Largest org_id 20110611
31 GET_NODE Instance method Public Method Determine Node from Value 20110611
32 GET_NODE_BY_ID Instance method Public Method Select node Using ID 20111117
33 GET_ORG_LEVEL Instance method Private Method 20110611
34 GET_ORG_NODE Instance method Public Method Create Path for Org Node 20110611
35 GET_ORG_TYPE_TEXT Instance method Public Method Text for Org Type 20110611
36 GET_PATH Instance method Public Method Generate Path 20110611
37 GET_ROOT_NODE Instance method Public Method Get_Root_NODE 20110611
38 GET_SELECTED_NODES_ITEMS Instance method Public Method Determine Selected Nodes 20110611
39 GET_SELECTION_VARIABLES Instance method Public Method Return Names of Selection Variables 20110611
40 GET_TITLE Instance method Public Method Get Folder ID and Name 20110726
41 GET_USED_NAMES Instance method Public Method 20110611
42 GROUP_BY Instance method Public Method Group by Chart of Accounts 20110611
43 IS_EQUAL Instance method Private Method Compare to Nodes 20110611
44 IS_USR_CONTAINED Instance method Public Method 20110611
45 MOVE_CHILDREN Instance method Private Method Change Parent Properties of All Child Nodes 20110611
46 MOVE_ITEMS Instance method Private Method Move Items 20110611
47 MOVE_VALUES Instance method Private Method Move Values from this to another node 20110611
48 REASSIGN Instance method Public Method Reassign the rootnode of the task group 20110725
49 REMOVE_CHILD Instance method Private Method Remove nodes 20110611
50 REPARENT Instance method Public Method Move me to another CNode object 20110611
51 SAVE_AS Instance method Public Method DB_UPDATE 20110611
52 SELECT_ORG_TAB Instance method Public Method Select T001 or TKEB or ... 20110611
53 SET_ORG Instance method Public Method 20111010
54 SET_ORG_OLD Instance method Public Method 20111010
55 SET_TVARVC Instance method Public Method Set Variant Variables 20110611
56 SORT_BY_POSITION Instance method Public Method Sorts Subnodes by Item 20110611
57 SORT_ITEMS_BY_POS Instance method Public Method Sorts Items by Position 20110611
58 STORE_USER_DATA Instance method Public Method Collect User-Dependent Data for Save 20110611
59 UNSELECTED_ORG_TAB Instance method Public Method Select T001 or TKEB or ... 20110611
60 UPDATE_NODE_TEXT Instance method Private Method Redo Node Text 20110611
61 VALUE_CLEAR Instance method Public Method Return Objects as List 20110611
Events
Class CL_FCC_NODE has no event.
Types
Class CL_FCC_NODE has no local type.
Method Signatures

Method ABORT_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ITEMS_RECURSIVE Call by reference Type reference (TYPE) CHAR1 'X' Einstelliges Kennzeichen 20110611
2 Importing ID_TEST_MODE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20110611

Method ABORT_JOB on class CL_FCC_NODE has no exception.

Method ADD_END_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FOLDER Call by reference Type reference (TYPE) FCC_IFOLDER ITAB zu TFC_FOLDER 20110611
2 Importing IT_FOLDER_TEXTS Call by reference Type reference (TYPE) FCC_IFOLDERT ITab Texttabelle zu TFC_FOLDERT 20110611

Method ADD_END_NODES on class CL_FCC_NODE has no exception.

Method APPEND_LEVEL_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_VAR_VALUES Call by reference Type reference (TYPE) FCC_T_VAR_INST Table Type of FCC_VAR_INST 20121217
2 Importing IT_VARIABLE Call by reference Type reference (TYPE) FCC_T_VAR_MULT Table Type: Customer Variable Values 20121217

Method APPEND_LEVEL_VALUES on class CL_FCC_NODE has no exception.

Method APPEND_VAR_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_VAR_VALUES Call by reference Type reference (TYPE) FCC_T_VAR_INST Table Type: Customer Variable Values 20121217

Method APPEND_VAR_VALUES on class CL_FCC_NODE has no exception.

Method CHANGE_DOCUMENT_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TTCDRED Call by reference Type reference (TYPE) FCC_T_CDRED2 Tabelletyp zu CDRED 20110611
2 Importing ID_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20110611

Method CHANGE_DOCUMENT_READ on class CL_FCC_NODE has no exception.

Method CHECK_ADD_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_VAL Call by reference Type reference (TYPE) FCC_TEMPL_VAL Ausprägungen der Orgeinheiten pro Knoten 20110611
2 Exporting P_WAS_CHANGED Call by reference Type reference (TYPE) I 20110611

Method CHECK_ADD_VALUE on class CL_FCC_NODE has no exception.

Method CLEAR_TASKGROUP Signature

Method CLEAR_TASKGROUP on class CL_FCC_NODE has no parameter.
Method CLEAR_TASKGROUP on class CL_FCC_NODE has no exception.

Method CLEAR_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CLEAR_MASK Call by reference Type reference (TYPE) CHAR16 20110611

Method CLEAR_VALUES on class CL_FCC_NODE has no exception.

Method COLLECT_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PFIELD Call by reference Type reference (TYPE) ANY Feldname in Struc TFC_*_ITEM 20110611
2 Changing PITEMS Call by reference Type reference (TYPE) FCC_ITEMS Itemtabelle 20110611
3 Importing PRECURSIVE Call by reference Type reference (TYPE) I 20110611
4 Importing PVALUE Call by reference Type reference (TYPE) ANY Wert von Feldname 20110611

Method COLLECT_JOB on class CL_FCC_NODE has no exception.

Method COLLECT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PADDED Call by reference Type reference (TYPE) I 20110611
2 Importing PNODE Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611

Method COLLECT_NODE on class CL_FCC_NODE has no exception.

Method COMPRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PPOSSIBLENODES Call by reference Type reference (TYPE) FCC_NODES Knotentabelle 20110611
2 Exporting PSURVIVER Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611

Method COMPRESS on class CL_FCC_NODE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CFC Call by reference Object reference (TYPE REF TO) CL_FCC_CFC Klasse zur Verwaltung des FastClose 20110611
2 Importing P_DO_COPY Call by reference Type reference (TYPE) BOOLEAN Copy Operation Check 20131111
3 Importing P_MODE Call by reference Type reference (TYPE) FCC_EDIT_MODE CL_FCC_BASIC_NODE=>MC_OTHER_MODE Edit Mode of Node/Item 20111017
4 Importing P_ORG Call by reference Type reference (TYPE) FCC_TEMPL_ORG Organsitationsstruktur Fast Close 20110611
5 Importing P_PARENT Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611
6 Importing P_ROOT Call by reference Type reference (TYPE) SCMA_NODE Node ID 20130425
7 Importing P_SRC Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611
8 Importing P_VAR Call by reference Type reference (TYPE) FCC_T_VAR_MULT Table Type: Customer Variable Values 20121210

Method CONSTRUCTOR on class CL_FCC_NODE has no exception.

Method COPY_NOTIZ Signature

Method COPY_NOTIZ on class CL_FCC_NODE has no parameter.
Method COPY_NOTIZ on class CL_FCC_NODE has no exception.

Method COPY_OFFICE_DOCUMENT Signature

Method COPY_OFFICE_DOCUMENT on class CL_FCC_NODE has no parameter.
Method COPY_OFFICE_DOCUMENT on class CL_FCC_NODE has no exception.

Method CREATE_CHILD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SORT_CRITERIA Call by reference Type reference (TYPE) FCC_SORT_CRITERIA 20110611
2 Importing IT_VARIABLE Call by reference Type reference (TYPE) FCC_T_VAR_MULT Table Type: Customer Variable Values 20121214
3 Importing NODE_ID Call by reference Type reference (TYPE) SCMA_NODE Node ID 20111103
4 Returning RD_NEW_NODE Value transfer Object reference (TYPE REF TO) CL_FCC_NODE Strukturdatetyp f. FastClose 20110611

Method CREATE_CHILD_NODE on class CL_FCC_NODE has no exception.

Method CREATE_DEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PDEP Call by reference Type reference (TYPE) FCC_DEPXT ITAB zu TFC_DEP 20110611
2 Importing ROOT Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611

Method CREATE_DEPS on class CL_FCC_NODE has no exception.

Method CREATE_TASK_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CD_GROUP_COUNTER Call by reference Type reference (TYPE) FCC_NUM Aktuelle Gruppennummernstand 20110611
2 Exporting ET_TASKLIST Call by reference Type reference (TYPE) SCMA_TASKLIST_T Schedule Manager: Aufgabenplan 20110611
3 Exporting ET_TASKLIST_TEXT Call by reference Type reference (TYPE) SCMA_TASKLIST_TEXT_T Texte zum Aufgabenplan 20110611
4 Exporting ET_TFC_SCMA_MAP Call by reference Type reference (TYPE) FCC_T_SCMA_MAP 20110611
5 Importing ID_GROUP_NO Call by reference Type reference (TYPE) FCC_NUM laufende Nummer der Aufgabenrgruppe 20110611
6 Importing ID_TASK_NO Call by reference Type reference (TYPE) FCC_NUM Laufende Nummer der Aufgabe 20110611

Method CREATE_TASK_LIST on class CL_FCC_NODE has no exception.

Method DELETE Signature

Method DELETE on class CL_FCC_NODE has no parameter.
Method DELETE on class CL_FCC_NODE has no exception.

Method DISPLAY_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PCITEMS Call by reference Type reference (TYPE) FCC_ITEMS 20110611

Method DISPLAY_ITEMS on class CL_FCC_NODE has no exception.

Method DISPLAY_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PVALUES Value transfer Type reference (TYPE) FCC_IVAL ALV-Tree-Control 20110611

Method DISPLAY_VALUES on class CL_FCC_NODE has no exception.

Method EDIT_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX Node Element 20110831
2 Importing ID_MODE Call by reference Type reference (TYPE) FCC_HANDLE_TASK '1' = Create, '2' = Edit 20110611
3 Importing IS_TASK_PARA Call by reference Type reference (TYPE) FCC_TASK_PARA Parameters for Fcc Tasks 20121126
4 Importing IS_TASK_SELECT Call by reference Type reference (TYPE) FCC_TASK_SELECT Benutzerangeg. Daten zu Job 20110611
5 Importing ITEM_ID Call by reference Type reference (TYPE) SCMA_NODE Node ID 20111103
6 Importing IT_RT_PARAMS Call by reference Type reference (TYPE) FCC_T_PARAM Tabelle der Parameterwerte einer Remoteaufgabe 20110611

Method EDIT_JOB on class CL_FCC_NODE has no exception.

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ITEMS_SCHED Call by reference Type reference (TYPE) FCC_ITEMS 20110611
2 Importing ID_MODE Call by reference Type reference (TYPE) CHAR1 'N' Scheduling Mode 20121019
3 Importing ID_TEST Call by reference Type reference (TYPE) CHAR1 20110611

Method EXECUTE on class CL_FCC_NODE has no exception.

Method EXPAND Signature

Method EXPAND on class CL_FCC_NODE has no parameter.
Method EXPAND on class CL_FCC_NODE has no exception.

Method EXTRACT_FROM_START_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NODES Call by reference Type reference (TYPE) FCC_NODES 20110611
2 Importing ID_LEVEL Call by reference Type reference (TYPE) FCC_NUM 20110611

Method EXTRACT_FROM_START_LEVEL on class CL_FCC_NODE has no exception.

Method GET_AS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEPS Call by reference Type reference (TYPE) FCC_DEPENDENCIES 20110611
2 Exporting ET_ITEMS Call by reference Type reference (TYPE) FCC_ITEMS 20110611
3 Exporting ET_NODES Call by reference Type reference (TYPE) FCC_NODES 20110611
4 Importing ID_SELMASK Call by reference Type reference (TYPE) CHAR16 20110611

Method GET_AS_LIST on class CL_FCC_NODE has no exception.

Method GET_EXPANDED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PNODES Call by reference Type reference (TYPE) FCC_NODES Knotentabelle 20110611

Method GET_EXPANDED_NODES on class CL_FCC_NODE has no exception.

Method GET_FIRST_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PPOSSIBLENODES Call by reference Type reference (TYPE) FCC_NODES Knotentabelle 20110611
2 Exporting PSIBLING Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611

Method GET_FIRST_CHILD on class CL_FCC_NODE has no exception.

Method GET_FIRST_SIBLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PPOSSIBLENODES Call by reference Type reference (TYPE) FCC_NODES Knotentabelle 20110611
2 Exporting PSIBLING Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611

Method GET_FIRST_SIBLING on class CL_FCC_NODE has no exception.

Method GET_ITEM_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PCITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX Knotenelement 20110611
2 Importing PID Call by reference Type reference (TYPE) SCMA_NODE Zähler 20110611

Method GET_ITEM_BY_ID on class CL_FCC_NODE has no exception.

Method GET_MAX_ORG_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PCOUNTER Call by reference Type reference (TYPE) SCMA_NODE Integer f. Fast Close (Nodeverwaltung) 20110611

Method GET_MAX_ORG_COUNTER on class CL_FCC_NODE has no exception.

Method GET_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PAUSPRAEG Call by reference Type reference (TYPE) FCC_LOWHIGH f. Ranges: LOW- und HIGH Werte 20110611
2 Returning PNODE Value transfer Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611
3 Importing PTYPE Call by reference Type reference (TYPE) FCC_ORGTYPE Zähler 20110611

Method GET_NODE on class CL_FCC_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 PID Call by reference Type reference (TYPE) SCMA_NODE Counter 20111117
2 Exporting PNODE Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Node Element 20111117

Method GET_NODE_BY_ID on class CL_FCC_NODE has no exception.

Method GET_ORG_LEVEL Signature

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

Method GET_ORG_LEVEL on class CL_FCC_NODE has no exception.

Method GET_ORG_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FOLDER_TEXT Call by reference Type reference (TYPE) FCC_IFOLDER_TEXT Itab zu TFC_Folder_Text 20110611
2 Changing CT_NODES Call by reference Type reference (TYPE) FCC_NODES Knotentabelle 20110611
3 Exporting ER_ORG_NODE Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611

Method GET_ORG_NODE on class CL_FCC_NODE has no exception.

Method GET_ORG_TYPE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ORG_TYPE_TEXT Value transfer Type reference (TYPE) FCC_ORGTYPE_TEXT Text zu TFC_ORGTYPE 20110611

Method GET_ORG_TYPE_TEXT on class CL_FCC_NODE has no exception.

Method GET_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FOLDER_TEXT Call by reference Type reference (TYPE) FCC_IFOLDER_TEXT einzelne Strings 20110611
2 Changing CT_NODES Call by reference Type reference (TYPE) FCC_NODES 20110611
3 Changing PPATH Call by reference Type reference (TYPE) FCC_TREE_PATH_LONG Pfad 20110611

Method GET_PATH on class CL_FCC_NODE has no exception.

Method GET_ROOT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing RNODE Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611

Method GET_ROOT_NODE on class CL_FCC_NODE has no exception.

Method GET_SELECTED_NODES_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PITEMS Call by reference Type reference (TYPE) FCC_ITEMS Itemtabelle 20110611
2 Exporting PNODES Call by reference Type reference (TYPE) FCC_NODES Knotentabelle 20110611

Method GET_SELECTED_NODES_ITEMS on class CL_FCC_NODE has no exception.

Method GET_SELECTION_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_SELVAR_PARAMETER Call by reference Type reference (TYPE) RVARI_VNAM Name f. Parameter 20110611
2 Exporting ED_SELVAR_SELOPT Call by reference Type reference (TYPE) RVARI_VNAM Name f. Selopt 20110611
3 Exporting ET_VARI_MAP Call by reference Type reference (TYPE) FCC_T_VARI_MAP Interne Tabelle zu TFC_VARI_MAP 20110611
4 Importing ID_RECURSIVE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20110611

Method GET_SELECTION_VARIABLES on class CL_FCC_NODE has no exception.

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TEXT Value transfer Type reference (TYPE) FCC_ITEM_TEXT_LONG Fast Close: Text for a Task 20110726

Method GET_TITLE on class CL_FCC_NODE has no exception.

Method GET_USED_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_USED_NAMES Call by reference Type reference (TYPE) FCC_IFOLDER_TEXT Itab zu TFC_Folder_Text 20110611
2 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX Knotenelement 20110611

Method GET_USED_NAMES on class CL_FCC_NODE has no exception.

Method GROUP_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PCHANGED Call by reference Type reference (TYPE) I 20110611
2 Importing PGRPFIELD Call by reference Type reference (TYPE) FIELDNAME Feldname 20110611

Method GROUP_BY on class CL_FCC_NODE has no exception.

Method IS_EQUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PEQUAL Call by reference Type reference (TYPE) I 20110611
2 Importing PNODE Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611

Method IS_EQUAL on class CL_FCC_NODE has no exception.

Method IS_USR_CONTAINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_USR Call by reference Type reference (TYPE) SYUNAME 20110611
2 Returning RD_IS_CONTAINED Value transfer Type reference (TYPE) XFLAG =X wenn user f Aufg. verantw od ausf. 20110611

Method IS_USR_CONTAINED on class CL_FCC_NODE has no exception.

Method MOVE_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_PARENT Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611

Method MOVE_CHILDREN on class CL_FCC_NODE has no exception.

Method MOVE_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PNEW_PARENT Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611

Method MOVE_ITEMS on class CL_FCC_NODE has no exception.

Method MOVE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEST_NODE Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611

Method MOVE_VALUES on class CL_FCC_NODE has no exception.

Method REASSIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEW_ROOTNODE Call by reference Type reference (TYPE) SCMA_NODE Node ID 20110725

Method REASSIGN on class CL_FCC_NODE has no exception.

Method REMOVE_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PNODE Call by reference Object reference (TYPE REF TO) CL_FCC_NODE Knotenelement 20110611

Method REMOVE_CHILD on class CL_FCC_NODE has no exception.

Method REPARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_CHANGED Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20110611
2 Importing IR_NEW_PARENT Call by reference Object reference (TYPE REF TO) CL_FCC_NODE New Parent 20110611

Method REPARENT on class CL_FCC_NODE has no exception.

Method SAVE_AS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_INSTANCE Call by reference Type reference (TYPE) FCC_NUM Zähler 20110611
2 Importing PPROFILE Call by reference Type reference (TYPE) FCC_PROFILE FastClose: Abschlußplan 20110611

Method SAVE_AS on class CL_FCC_NODE has no exception.

Method SELECT_ORG_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_USE_IT_VALUES Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20110611
2 Importing IT_VALUES Call by reference Type reference (TYPE) FCC_IVAL ITab zu TFC_VAL 20110611
3 Exporting PTAB Call by reference Type reference (TYPE) STANDARD TABLE 20110611

Method SELECT_ORG_TAB on class CL_FCC_NODE has no exception.

Method SET_ORG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FACTORY_CALENDAR Call by reference Type reference (TYPE) WFCID Fabrikkalender 20111010
2 Importing ID_ORGTYPE Call by reference Type reference (TYPE) FCC_ORGTYPE 20111010
3 Importing ID_RES_USR_ID Call by reference Type reference (TYPE) FCC_TASK_RES_OBJID Verantwortlicher einer Aufgabe 20111010
4 Importing ID_RES_USR_TYPE Call by reference Type reference (TYPE) FCC_TASK_RES_OTYPE Task Responsible Person ID in Organizational Management 20111010
5 Importing IT_VARIABLES Call by reference Type reference (TYPE) FCC_T_VAR_MULT Table Type: Customer Variable Values 20121210
6 Returning RD_CHANGED Value transfer Type reference (TYPE) CHAR1 20111010

Method SET_ORG on class CL_FCC_NODE has no exception.

Method SET_ORG_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FACTORY_CALENDAR Call by reference Type reference (TYPE) WFCID Factory Calendar 20111010
2 Importing ID_ORGTYPE Call by reference Type reference (TYPE) FCC_ORGTYPE 20111010
3 Importing ID_RES_USR Call by reference Type reference (TYPE) FCC_TASK_RES Person Responsible for Task 20111010
4 Returning RD_CHANGED Value transfer Type reference (TYPE) CHAR1 20111010

Method SET_ORG_OLD on class CL_FCC_NODE has no exception.

Method SET_TVARVC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_RECURSIVE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20110611

Method SET_TVARVC on class CL_FCC_NODE has no exception.

Method SORT_BY_POSITION Signature

Method SORT_BY_POSITION on class CL_FCC_NODE has no parameter.
Method SORT_BY_POSITION on class CL_FCC_NODE has no exception.

Method SORT_ITEMS_BY_POS Signature

Method SORT_ITEMS_BY_POS on class CL_FCC_NODE has no parameter.
Method SORT_ITEMS_BY_POS on class CL_FCC_NODE has no exception.

Method STORE_USER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PROFILE Call by reference Type reference (TYPE) FCC_PROFILE FastClose: Abschlußplan 20110611
2 Importing P_UNAME Call by reference Type reference (TYPE) SYUNAME R/3-System, Anmeldename des Benutzers 20110611
3 Changing P_USR Call by reference Type reference (TYPE) FCC_IUSR ITAB zu DB-Tab TFC_USR 20110611

Method STORE_USER_DATA on class CL_FCC_NODE has no exception.

Method UNSELECTED_ORG_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PTAB Call by reference Type reference (TYPE) STANDARD TABLE 20110611

Method UNSELECTED_ORG_TAB on class CL_FCC_NODE has no exception.

Method UPDATE_NODE_TEXT Signature

Method UPDATE_NODE_TEXT on class CL_FCC_NODE has no parameter.
Method UPDATE_NODE_TEXT on class CL_FCC_NODE has no exception.

Method VALUE_CLEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_SELMASK Call by reference Type reference (TYPE) CHAR16 20110611

Method VALUE_CLEAR on class CL_FCC_NODE has no exception.
History
Last changed by/on SAP  20141108 
SAP Release Created in 607