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 are tablesets and setids in peoplesoft hrms?
Different kinds of organizational relationships in hrms?
What are the parameters that are used for running the sqr from command prompt?
How to create field as mandatory?
If an organization does not fit to be position driven then what are the other options in people soft to setup the hierarchy?
What is the difference between search box search and search/match?
How do you setup person of interest types?
What is job family?
How do you setup search/match?
Explain the Usage of regulatory region?
What are security sets and security access types?
How to retrieve the data from 3rd scroll, using traversing?
How do you administer country codes?
Different steps in workforce administration in hiring?
In which scenarios can a person hold multiple jobs?