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 parameters that are used for running the sqr from command prompt?
How do you setup person of interest types?
When a user logs into ps by virtue of which security attribute does the system default users country, name format and company etc?
What are the different options of determining reporting hierarchy in ps?
How do you implement data permission security?
explain about hr business transactions?
What is the difference between traction table and setup tables?
What is data permission security for hrms?
What are the possible hr business tractions that can follow post termination action row for an employee in job data?
List out different kinds of organizational relationships in peoplesoft hrms as per the person model?
What’s the difference between person or position?
What are tablesets and setids in peoplesoft hrms?
What are the options in people soft to setup the hierarchy?
When do we use the concept of effective sequence?
How to access an hcm component?