Module Pool Execution Flow
Module pools are executed in a very different manner than executable programs. Executing a module pool does not start a process in the runtime environment that sends events to the ABAP program in a specified sequence. Neither can module pools be started by entering their name or using SUBMIT. Transaction code To start a module pool you need to create at least one screen and define a transaction code, which is linked to one of the module pool screens. This screen then becomes the initial screen of a transaction with the ability to call other screens of the module pool.
If you like this post, you may as well like these too:
- Dialog Programming / Module Pool Dialog Programming / Module Pool A Module Pool also called as Dialog Program is a ABAP Program of type “M” that requires at least one transaction code in order to...
- Production Execution Production Planning is the process of aligning forecasts with manufacturing capability to create production and procurement schedules for finished products and component materials. It also tracks and records the detail...
- SAP Production Order Execution The SAP production order is the main central data object in shop floor control and manufacturing execution process. The production order contains every data relevant to the production objectives, material...
- MM / PP Process Flow ...



















Leave a Reply