Multiple State record in Application Engine

Why multiple State records are used in Application Engine? Provide scenario where multiple state records are used?

Questions by piya.s.singh   answers by piya.s.singh

Showing Answers 1 - 9 of 9 Answers

mlonkar

  • May 7th, 2009
 

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.

  Was this answer useful?  Yes

MP

  • Apr 20th, 2015
 

Multiple state record concept mainly for support Parallel processing and design restartable app engine.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions