Application Components
Now we will see the components in application engine and in my next post we will see the section in detail.
Program | Section | Steps | Actions |
Application program | Callable block of logic | Logical groupings of actions | Line of Code |
Composed of one or more Sections | Composed of one or more Steps First Section is always MAIN Can be specified by: - Market - Effective Date - Effective Status - Platform generic or specific | Composed of one or more actions Smallest unit of work COMMITED | Can execute: - Do When - Do While - Do Select - PeopleCode - Call Section - SQL - Log Message - Do Until - XSLT |
Starts with MAIN 12 character limit for application program name | Executed only when “called” (except MAIN Section) | Executed from top to bottom within the Section | Must be unique within Step Executed in specific order |
No comments:
Post a Comment