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
How can a component have more than one search record? Give a situation.
What is mandatory property of app.engine?
What is the purpose of the sqlexec function?
Explain how to taken care performance management in people tools?
What is the purpose of the sqlexec function? What are its benefits and draw backs?
What is tree manager?
Explain what is record meta data?
What is file layout definitions?
What is field meta data?
Which http servers and java servlet engine combinations are supported with peopletools 8.4?
Explain what is message catalog?
Explain the use of set control field in record field properties?
Can you please explain the difference between temporary table and sql view in peoplesoft?
What conditions are required to establish parent child relationship between two records? What are the advantages with that?
When we select a component what events will be fired?