SAP Function RH_NOTE_TRANSPORT - HRMS: Note - Manual Transport

Parameter Reference Type Length Default Optional Text
INFOTYPE WPLOG u 1086 Infotype for which note should be edited
TRANSPORT_DIRECT C C 0 'X' X X = Transport not via specific plan version
TR_TASK E070-TRKORR C 20 SPACE X Number of Customizing task

Parameter Reference Type Length Text
NEW_ORDER E070-TRKORR C 20 Number of (new) Customizing Order
NEW_TASK E070-TRKORR C 20 Number of (new) Customizing Task

Exception Text
COMMIT_FAILED Database-Commit failed
COPY_FAILED Error when saving note
CORR_APPEND_FAILED Note could not be included in request
ILLEGAL_INFOTYPE Note is not allowed for this infotype
ILLEGAL_TASK Task not entered or selected
INTERNAL_ERROR System error

Functionality
This module writes a note on a Customizing request of the WorkbenchOrganizer.
You must specify the relevant infotype data record for this to happen.Specification of the request number is optional. If you do not specifyit, the module queries the request number from the user.
You should select the parameter TRANSPORT_DIRECT (enter 'X') to avoidnotes being copied to the transport plan version.

Example
CALL FUNCTION "RH_NOTE_TRANSPORT"
EXPORTING
INFOTYPE = INFTY_WITH_NOTE_TO_TRANSPORT
TRANSPORT_DIRECT = 'X'
IMPORTING
NEW_TASK = NUMBER_OF_TRANSP_TASK
EXCEPTIONS
INTERNAL_ERROR = 1
ILLEGAL_INFOTYPE = 2
ILLEGAL_TASK = 3
COPY_FAILED = 4
COMMIT_FAILED = 5
CORR_APPEND_FAILED = 6
OTHERS = 7.

Notes
You can also use the report RHNOTE00 (or alternatively RSTXTRAN) totransport the texts.
Objects must have the same plan version and object ID in the source andtarget systems.

Further information
For more information, refer to the documentation of thefunction group.