How to automate the tree manager creation
Step : 1
Please create the desiredtree managerheaderportionin PeopleSoftdevelopmentenvironment.
A sample tree managerisshownbelow
Step : 2
Afterthat create a fewtree nodesasshow below
Step : 3
Exportthe data usingthe belowoption
Home  Tree Manager  Tree Utilities  Export Tree
Step : 4
Transferthe file toyour machine andincorporate the necessarynodes
A sample of the outputfile isattached
pri01.txt
999TREE_NODE ------ Donotremove thisline
6AA100000 G1
6AG340100 A100000 G2
6A2715035 G340100 G4
6A3961033 2715035 G6
6A3311610 3961033 G8
Everynode will be startingwith 6A andshouldbe copiedtoall the data lines.
In thisexample A100000 isthe root node .
If you wantto create a node underA100000 thenmake a data entryin the below fashion
6AG340100 A100000 G2
The general formatis
6AChildNode Root node numberof space
For example :1 withbelowdatasetupthe tree managercreatedisshownbelow
999TREE_NODE
6AA100000 G1
6AG340100 A100000 G2
6A2715035 A100000 G2
6A3961033 A100000 G2
6A3311610 A100000 G2
Aftersettingupthe data importdata usingbelow option
Home  Tree Manager  Tree Utilities  Import Tree
For example :2 withbelowdatasetupthe tree managercreatedisshownbelow
999TREE_NODE
6AA100000 G1
6AG340100 A100000 G3
6A2715035 G340100 G5
6A3961033 2715035 G7
6A3311610 3961033 G9
For example :3 withbelowdatasetupthe tree managercreatedisshownbelow
999TREE_NODE
6AA100000 G1
6AG340100 A100000 G3
6A2715035 G340100 G5
6A3961033 G340100 G5
6A3311610 2715035 G7
6A3380073 3961033 G7
6A5594500 3380073 G9
Treee manager
Significance of the fourth column in the Import File
The fourthcolumnin the importfile isusedfororderingpurpose whichisusedtoplace the nodeswithin
the same level in anorderedmanner.
In the above snapshotwe can figure itout from the first3 columns:
- TEST isthe root node.
- 23705214, 5210414, 1100110 are the childof the followingroot(TEST) node.
- 1002001 is the childof the 1100110.
The fourthcolumnis usedtoarrange/orderthe differentchildwithinaparticularrootnode.
For e.g.:-
- Under TestDEPTID 23705214 will be the first child.
- The Secondchildwill be 5210414 whichwill be after23705214 therefore thisinformationis
mentionedincolumn4of the followingrow.
- Similarly the thirdchildwill be 1100110 whichwill be afterthe 5210414 therefore inthiscase
alsothe followinginformationismentionedincolumn4of the followingrow.
Tree obtained after importing the above file
Sample Example:
Let usmanipulate the above fileasshownbelow andthe importthe followingfile.
Import file supplied to the program
Tree obtained after importing the above file

More Related Content

DOC
Cv Thomas Faradta
PPTX
Design Thinking
PPTX
Expresión oral y corporal. contaminación auditiva. ter
PPTX
American studies - Holiday
PDF
Global 2-2016-en
PPT
Gestioaulav5 100311051032-phpapp02
PDF
La cooperación española en los Estados fallidos (2007-2010): Somalia, Sudán y...
PPTX
Games, Gamification and the Need for Engaging Learners
Cv Thomas Faradta
Design Thinking
Expresión oral y corporal. contaminación auditiva. ter
American studies - Holiday
Global 2-2016-en
Gestioaulav5 100311051032-phpapp02
La cooperación española en los Estados fallidos (2007-2010): Somalia, Sudán y...
Games, Gamification and the Need for Engaging Learners

Viewers also liked (6)

PDF
Improving Health It Interoperability
PPTX
Mala alimentacion y enfermedades
PDF
Demonstration injection de code
PPT
Psychoanalysis & development
PDF
Social psychology individual assignment 1
PPTX
Aparato reproductor masculino
Improving Health It Interoperability
Mala alimentacion y enfermedades
Demonstration injection de code
Psychoanalysis & development
Social psychology individual assignment 1
Aparato reproductor masculino
Ad

Similar to Treee manager (20)

PPT
Tree
PPT
data structures and algorithms dsa engg.ppt
PPTX
Data structure tree - beginner
PPTX
Tree structure and its definitions with an example
PPTX
Tree Data Structure & methods & operations
PPTX
Data structure tree - intermediate
PPT
PPTX
trees in data structure
PPTX
Why Tree is considered a non-linear data structure?
PPTX
Lecture 9 (DS) - Tree, Tree Traversal.pptx
PPT
Tree and Binary Search tree
PPTX
Data structure tree- advance
PPTX
Data Structure in Tree form. .pptx
PPTX
lecture 17,18. .pptx
PPTX
lecture 17,18. .pptx
PPTX
tree Data Structures in python Traversals.pptx
PPT
BINARY TREE REPRESENTATION.ppt
PPT
btree.ppt ggggggggggggggggggggggggggggggg
PPTX
Binary tree
PPTX
2-3 tree ujjwal matoliya .pptx
Tree
data structures and algorithms dsa engg.ppt
Data structure tree - beginner
Tree structure and its definitions with an example
Tree Data Structure & methods & operations
Data structure tree - intermediate
trees in data structure
Why Tree is considered a non-linear data structure?
Lecture 9 (DS) - Tree, Tree Traversal.pptx
Tree and Binary Search tree
Data structure tree- advance
Data Structure in Tree form. .pptx
lecture 17,18. .pptx
lecture 17,18. .pptx
tree Data Structures in python Traversals.pptx
BINARY TREE REPRESENTATION.ppt
btree.ppt ggggggggggggggggggggggggggggggg
Binary tree
2-3 tree ujjwal matoliya .pptx
Ad

Treee manager

  • 1. How to automate the tree manager creation Step : 1 Please create the desiredtree managerheaderportionin PeopleSoftdevelopmentenvironment. A sample tree managerisshownbelow Step : 2 Afterthat create a fewtree nodesasshow below
  • 2. Step : 3 Exportthe data usingthe belowoption Home  Tree Manager  Tree Utilities  Export Tree
  • 3. Step : 4 Transferthe file toyour machine andincorporate the necessarynodes A sample of the outputfile isattached pri01.txt 999TREE_NODE ------ Donotremove thisline 6AA100000 G1 6AG340100 A100000 G2 6A2715035 G340100 G4 6A3961033 2715035 G6 6A3311610 3961033 G8 Everynode will be startingwith 6A andshouldbe copiedtoall the data lines. In thisexample A100000 isthe root node . If you wantto create a node underA100000 thenmake a data entryin the below fashion 6AG340100 A100000 G2
  • 4. The general formatis 6AChildNode Root node numberof space For example :1 withbelowdatasetupthe tree managercreatedisshownbelow 999TREE_NODE 6AA100000 G1 6AG340100 A100000 G2 6A2715035 A100000 G2 6A3961033 A100000 G2 6A3311610 A100000 G2 Aftersettingupthe data importdata usingbelow option
  • 5. Home  Tree Manager  Tree Utilities  Import Tree
  • 6. For example :2 withbelowdatasetupthe tree managercreatedisshownbelow 999TREE_NODE 6AA100000 G1 6AG340100 A100000 G3 6A2715035 G340100 G5 6A3961033 2715035 G7 6A3311610 3961033 G9
  • 7. For example :3 withbelowdatasetupthe tree managercreatedisshownbelow 999TREE_NODE 6AA100000 G1 6AG340100 A100000 G3 6A2715035 G340100 G5 6A3961033 G340100 G5 6A3311610 2715035 G7 6A3380073 3961033 G7 6A5594500 3380073 G9
  • 9. Significance of the fourth column in the Import File The fourthcolumnin the importfile isusedfororderingpurpose whichisusedtoplace the nodeswithin the same level in anorderedmanner. In the above snapshotwe can figure itout from the first3 columns: - TEST isthe root node. - 23705214, 5210414, 1100110 are the childof the followingroot(TEST) node. - 1002001 is the childof the 1100110. The fourthcolumnis usedtoarrange/orderthe differentchildwithinaparticularrootnode. For e.g.:- - Under TestDEPTID 23705214 will be the first child. - The Secondchildwill be 5210414 whichwill be after23705214 therefore thisinformationis mentionedincolumn4of the followingrow. - Similarly the thirdchildwill be 1100110 whichwill be afterthe 5210414 therefore inthiscase alsothe followinginformationismentionedincolumn4of the followingrow. Tree obtained after importing the above file
  • 10. Sample Example: Let usmanipulate the above fileasshownbelow andthe importthe followingfile. Import file supplied to the program Tree obtained after importing the above file