What is the difference between %Select and %SelectInit in
Application Engine Peoplecode.
Answer Posted / hari.sidd
%SELECT() AND %SELECTINIT() BOTH ARE USED TO PUSH VALUES
INTO A STATE RECORD IN AN APP ENG PROG.
BOTH WORKS THE SAME WHEN A ROW IS RETRIEVED,BUT WHEN
THE "SELECT STATEMENT ASSOSIATED IS NOT RETRIEVING A ROW "
THEN
A)
%SELECT():-NO NEW ROW OF DATA IS PUSHED INTO STATE RECORD
THER BY THE STATE RECORD CONTAINS THE OLD DATA SINCE NO NEW
VALUES ARE INTIALIZED.
B)
%SELECTINIT():-NO NEW ROW OF DATA IS PUSHED INTO STATE
RECORD BUT THE FILEDS IN THE STATE RECORD INTIALIZED
TO "NULL".
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are the different ways we can set up the portal security to access component in portal?
Can you hide a primary page in a component? Reason?
Explain what are query tables?
What is the difference between component buffer and data buffer?
What is the use of set control field in record field properties?
Which records can be included into a record group?
What is the purpose of the sqlexec function? What are its benefits and draw backs?
What is xlat - translate values?
You want to connect report through process scheduler. How would you do that?
How is the searchinit event most often used by people soft application?
What is the use of temporary records and state record in application engine?
Does peoplesoft support the web servers that bea weblogic and ibm websphere can plug into? How?
What is an array in people code? What is maximum dimension of an array?
Which peopletool is used to input peoplecode?
What are benefits and draw backs of sqlexec function?