Wednesday, October 13, 2010

Application Engine

Application Components

Now we will see the components in application engine and in my next post we will see the section in detail.

ProgramSectionStepsActions
Application programCallable block of logicLogical groupings of actionsLine of Code
Composed of one or more SectionsComposed 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 COMMITEDCan 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 SectionMust be unique within Step
Executed in specific order

No comments: