Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 the parameters that are used for running the sqr from command prompt?

888


How do you setup person of interest types?

978


When a user logs into ps by virtue of which security attribute does the system default users country, name format and company etc?

860


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

859


How do you implement data permission security?

909


explain about hr business transactions?

939


What is the difference between traction table and setup tables?

909


What is data permission security for hrms?

912


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

933


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

903


What’s the difference between person or position?

859


What are tablesets and setids in peoplesoft hrms?

823


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

891


When do we use the concept of effective sequence?

895


How to access an hcm component?

924