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 the possible hr business tractions that can follow post termination action row for an employee in job data?
explain about hr business transactions?
How to access an hcm component?
What is the difference between traction table and setup tables?
What are the different options of determining reporting hierarchy in ps?
What are frequency ids?
How peoplesoft hrms stores data?
How to retrieve the data from 3rd scroll, using traversing?
How do you setup and assigning tree-based data permission?
What are security sets and security access types?
How do you allow workers to update their own data?
What is regulatory region?
How to run the sqr in command prompt. What are the parameters that are used for running the sqr from command prompt?
When do we use the concept of effective sequence?
How is last hire date different than the hire date?