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 security information?
Explain tree manager?
Tell me how to store related field data into database?
What is application package?
How to authorize the user to run a process or report?
How to taken care performance management in people tools?
What types of audits are supported by people soft?
What are the different ways to setup row level security?
What are query tables?
What is menu meta data?
What is maximum dimension of an array?
How should Web Application Servers be usedwith PeopleTools 8.1x and PeopleTools 8.4?
Explain the application package?
What is the purpose of the sqlexec function?
What is sql definitions?