Ansicht
Dokumentation

/IBX/PP_GRP - Define Processing Groups

/IBX/PP_GRP - Define Processing Groups

rdisp/max_wprun_time - Maximum work process run time   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

In this activity, you create a processing group.

A processing group is a reusable abstraction of a class-based functionality. The process steps of a process are based on the processing groups defined here.

If a processing group class is not defined, you need to use the activity Define Process Steps with Differentiation or Override and Define Process Steps Based on Run Type, so that an object for the process step can be generated.

If a processing group class is not defined in any of the three activities, the process terminates.

The group category determines how the call takes place during processing:

  • Bundle subprocesses are scheduled directly as subprocess steps in processing. The implementing class is called in the main process. If possible, parallel processing must be carried out independently by the function. The call takes place with the complete worklist.
  • Single record subprocesses are also scheduled directly as subprocesses in processing, but in contrast to the bundle subprocesses, they are called with only one record. The call takes place in parallel.
  • Other processing groups are not scheduled directly as subprocess steps and can only be called by other processing groups. The interface can be freely selected.
  • Package subprocesses are also scheduled directly as subprocesses in processing, but they are called with one package of records. Package processing is also called in parallel.






TXBHW - Original Tax Base Amount in Local Currency   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1795 Date: 20240328 Time: 152723     sap01-206 ( 49 ms )