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


Please Help Members By Posting Answers For Below Questions

What are prompt tables in peoplesoft hrms?

478


How is standard hour and fte auto calculated?

531


Explain the scenario where we have to use Component Interface Statndard methods and Session methods.

3535


How to create field as mandatory?

541


What are establishments?

491






How is geographic location code different from locations?

491


What is your understanding of peoplesoft hrms system data regulation?

474


What is the difference between transaction table and setup tables?

494


What are the different options of determining reporting hierarchy in ps?

455


In which scenarios can a person hold multiple jobs?

556


When you access an hcm component, say, job data, certain values like business unit, company etc are defaulted. What governs this concept?

524


What is the purpose of employees table in ps?

483


What is the purpose of employees table in ps? How is this table populated?

478


Different kinds of organizational relationships in hrms?

474


What are checklists? Give an example from the delivered checklists. How will you create a checklist of your own? Explain by giving an example?

457