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 is menu meta data?
How does the PeopleSoft Enterprise Portal workwith 8.1x and 8.4 applications?
Explain what is project meta data?
What are the rules used by the system to determine whether a user is authorized to update an object?
What is the purpose of the sqlexec function? What are its benefits and draw backs?
What are the options for using sql in people code?
What is html & image meta data?
What is security information?
Explain the field values for tools tables?
What are the built-functions used to control translate values dynamically?
You want to create a prompt table dynamically for a specified field. How would you do that?
You want to connect report through process scheduler. How would you do that?
What is message catalog?
What is an expert entry?
What are benefits and draw backs of sqlexec function?