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

Different steps in workforce administration in hiring?

583


How do you allow workers to update their own data?

591


What are the options in people soft to setup the hierarchy?

633


How to create field as mandatory?

680


In which situation will an employee need to have more than one employee instances with an organization? Explain with an example?

631






Explain the concept of effective date and its advantages?

654


List out different kinds of organizational relationships in peoplesoft hrms as per the person model?

628


Explain the Usage of regulatory region?

676


How is standard hour and fte auto calculated?

714


What are global assignments?

638


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

637


What are tablesets and how do you work with them?

604


What are security sets and security access types?

590


How do you implement data permission security?

618


In which situation will an employee need to have more than one employee instances with an organization?

620