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
How do you modify security trees?
Different steps in workforce administration in hiring?
What are the different kinds of organizational relationships in hrms? Explain each with relevant examples?
What is job family? How is it different from job codes in ps?
When you access an hcm component, say, job data, certain values like business unit, company etc are defaulted. What governs this concept?
What are checklists?
How do you setup search/match?
Explain about person model?
What is a control table in peoplesoft hrms?
What is permission list?
What are frequency ids?
When a user logs into ps by virtue of which security attribute does the system default users country, name format and company etc?
In which scenarios can a person hold multiple jobs?
How do you allow workers to update their own data?
How to access an hcm component?