Further BAdI definitions
BAdI name | Description |
|---|---|
/AEB/WU_MMDS_01 | Synchronization material data |
/AEB/WU_DOC_CUS_01 | Data change any object |
/AEB/WU_DOC_INV_01 | Data change invoice |
/AEB/WU_DOC_SD_01 | Data change order |
/AEB/WU_DOC_DLV_01 | Data change delivery |
/AEB/01_QTSK_CTRL_01 | Limiting the processes to be used by QCTSK |
/AEB/01_SHM_01 | Activation of shared memory for texts |
BAdI /AEB/01_QTSK_CTRL_01
The parameter of the BAdI is a runtime context object. It offers the following methods:
- GET_RUNTIME_CONTEXT (Provides the runtime context from which the task was created)
- GET_USED_SERVER_GROUP_NAME (Provides the used server group)
- GET_SERVER_GROUP_MAX_WPS_COUNT (Provides the maximum number of processes of the server group)
- GET_MAX_WPS_TO_USE_COUNT (Provides the maximum number of processes to be used)
- GET_INITIAL_FREE_WPS_COUNT (Provides the number of free processes at initialization)
- SET_MAX_WPS_TO_USE_COUNT (Sets the maximum number of processes to be used)
The runtime context is used to define the number of processes to be used per use case. At the moment, the following possible runtime context exist:
- /aeb/cl_wu_pb_spbt_contexts=>c_wu_export (/AEB/WU_EXPORT program)
Updated 19 days ago