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

How to access an hcm component?

492


Explain the difference between transaction table and setup tables?

466


What is peoplesoft enterprise hrms?

494


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

473


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

465






What are tablesets and how do you work with them?

440


What are global assignments?

491


What is a control table in peoplesoft hrms?

474


What are effective dates and what are the benefits of it?

471


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

515


What are the different kinds of organizational relationships in hrms? Explain each with relevant examples?

459


How do you implement data permission security?

475


What are establishments?

488


What is permission list?

472


How do you administer country codes?

498