BAdI Base Item Type
You can execute any system action with a base item of this base item type. The system calls an implementation of a business add-in (BAdI). You can use one of the following actions:
Initial Action |
Repeat Action |
|---|---|
Execute |
Execute |
During the initial execution with the initial action Execute
the relevant BAdI implementation is executed.
During repeat execution the BAdI implementation with the Repeat Action
indicator is called.
With the filter values entered in For Execution
the BAdI BADI_ISHMED_GL_ACT_BADI
is executed in the enhancement spot ES_ISH_BASEITEM_BADI
. During execution the called BAdI implementation receives the data in the user fields 1 to 5.
The previously supported filter values N2_DO_TCODE
and N2_DO_ASSIGN
have been replaced by the base item types Transaction
and Treatment Pathway
. It is no longer possible to execute base items with these filter values.
The execution of the BAdI deviates from the general procedure, as no BAdIs are called before and after the action.
If the base item is assigned to a step of the treatment pathway, which is in turn connected to another step, the repeat action
is executed. If the base item of the connected step has not yet been executed, the system cancels the execution of the base item.