InterviewSolution
| 1. |
What Are The Agent Determination Techniques? |
Answer»
Containers: 1 Workflow Container: 2 Task Container:
Event Container: Method Container: Rule Container: For resolving rules Business Objects Key Fields: Attributes: Database: Automatically gets populated by system code Virtual: You determine the content and use SWC_SET_CONTAINER to populate Methods: Can be created USING FM, Transaction, Report, Dialog Module, Other Synchronous: FINISH execution before handling the control back to the task. Asynchronous: Return the control back immediately. Cannot have export parameters. They depend on events to return results back to the calling program. Dialog: Something to user Background: Cannot have messages or exceptions. Containers: 1 Workflow Container: 2 Task Container: Event Container: Method Container: Rule Container: For resolving rules Business Objects Key Fields: Attributes: Database: Automatically gets populated by system code Virtual: You determine the content and use SWC_SET_CONTAINER to populate Methods: Can be created using FM, Transaction, Report, Dialog Module, Other Synchronous: Finish execution before handling the control back to the task. Asynchronous: Return the control back immediately. Cannot have export parameters. They depend on events to return results back to the calling program. Dialog: Something to user Background: Cannot have messages or exceptions. |
|