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 do you setup search/match?

480


How is last hire date different than the hire date?

505


How do you implement data permission security?

495


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

490


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

482






Explain the concept of effective date and its advantages?

503


What is the difference between search box search and search/match?

465


What are the possible hr business tractions that can follow post termination action row for an employee in job data?

497


What is permission list?

487


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

503


What is regulatory region?

518


Different kinds of organizational relationships in hrms?

479


Different steps in workforce administration in hiring?

474


How to access an hcm component?

508


What are global assignments?

508