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
Different steps in workforce administration in hiring?
How do you allow workers to update their own data?
What are the options in people soft to setup the hierarchy?
How to create field as mandatory?
In which situation will an employee need to have more than one employee instances with an organization? Explain with an example?
Explain the concept of effective date and its advantages?
List out different kinds of organizational relationships in peoplesoft hrms as per the person model?
Explain the Usage of regulatory region?
How is standard hour and fte auto calculated?
What are global assignments?
What are checklists? Give an example from the delivered checklists. How will you create a checklist of your own? Explain by giving an example?
What are tablesets and how do you work with them?
What are security sets and security access types?
How do you implement data permission security?
In which situation will an employee need to have more than one employee instances with an organization?