How to retrive the data from 3rd scroll, using traversing.
any one can help with the clear syntax
Answer Posted / venkatesh
&LEVEL0 = GetLevel0();
&LEVEL0_ROW = &LEVEL0(1);
&LEVEL1 = &LEVEL0_ROW.GetRowset(SCROLL. STDNT_CAREER); /*it will loop every career*/
For &I = 1 to &LEVEL1.ActiveRowCount
&LEVEL1_ROW = &LEVEL1(&I);
&LEVEL2 = &LEVEL1_ROW.GetRowset(SCROLL. STDNT_ACAD_PROG);
For &J = 1 to &LEVEL2.ActiveRowCount /*it will loop every program under career*/
&LEVEL2_ROW = &LEVEL2(&J);
&RECORD = &LEVEL2_ROW. STDNT_ACAD_PROG;
&FIELD = &RECORD.Descr;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is your understanding of peoplesoft hrms system data regulation?
What are the different options of determining reporting hierarchy in ps?
In which situation will an employee need to have more than one employee instances with an organization? Explain with an example?
Explain the difference between transaction table and setup tables?
What are global assignments?
Different kinds of organizational relationships in hrms?
How do you setup and assigning tree-based data permission?
How do you modify security trees?
What are the options in people soft to setup the hierarchy?
Which method should you use person or position?
What is permission list?
What are the parameters that are used for running the sqr from command prompt?
What are the different components and component interfaces in peoplesoft hrms?
What is data permission security for hrms?
Explain the scenario where we have to use Component Interface Statndard methods and Session methods.