BADI_FEEDBACK_AFTER_EXPORT
This user exit can be used to trigger additional activities after a request has been exported.
Location for activation
Development system
Template function Module
/RTC/TM_TMPL_ BADI_AFTER_REL
Interface
Import Parameters
Internal Table LT_TRKORR
(contains only 1 record)
Field | Description |
---|---|
TRKORR | Transport Request |
TRFUNCTION | Type of the Transport Request (e.g. ‘K’=Workbench, ‘W’=Customizing, ‘T’=Transport of Copies) |
OWNER | Owner of the Transport Request |
Export Parameters
Parameter | Type | Shorttext |
---|---|---|
LV_RETCODE | SY-SUBRC | 0: No job log entry |
LV_MSGTEXT | /rtc/tm_param-value | Message that will be tracked in job log |
Example
No one yet …
Step 1 | Copy the function module /RTC/TM_TMPL_ BADI_AFTER_REL to a new function module |