Multiple State Record are used to store related variables in to one state record instead of keeping all variables in to one single state record. It is a good practice to have related variables in one state record. Ex. SF_AP_INTFC app engine in Peoplesoft Student Financial Module with Multiple state record 1. SF_AP_OPTNS_AET (Default State Record) 2. SF_EMPVAR_AET 3. SF_ORGVAR_AET 4. SF_VCHRVAR_AET 5. SF_PRCSVARS_AET 6. SF_RFNDDATA_AET
Sridhar
Sep 13th, 2012
State record is mainly used to pass the values b/w section to section, step to step and action to action.
We can use n no. of state records in a program, 1st record is default state record and is referred by direct fields, Remaining records are non default state records and referred by RECORD NAME.FIELD.
MP
Apr 20th, 2015
Multiple state record concept mainly for support Parallel processing and design restartable app engine.
Multiple State record in Application Engine
Questions by piya.s.singh answers by piya.s.singh
Related Answered Questions
Related Open Questions