ROIOXRNR3E is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Update the service lines involved in RLM Rentals with initial values in new fields
If you would like to execute this report or see the full code listing simply enter ROIOXRNR3E into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Conversion program for ERP E. Enhancements in RLM
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SFW_GET_CLIENT_FOR_XPRA CALL FUNCTION 'SFW_GET_CLIENT_FOR_XPRA' EXPORTING i_objectname = 'ROIOXRNR3E' CHANGING t_t000 = g_it000.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING accept_not_init = 'X' TABLES xmsg = gt_protocol EXCEPTIONS OTHERS = 0.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING accept_not_init = 'X' TABLES xmsg = gt_protocol EXCEPTIONS OTHERS = 0.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIOXRNR3E - Conversion program for ERP E. Enhancements in RLM ROIOXRNR3E - Conversion program for ERP E. Enhancements in RLM ROIOXC1FLDST - Convert container field status configuration ROIOXC1FLDST - Convert container field status configuration ROIKXTPIREL - OIL-TPI: XPRA to move TPI relevant data to SD Document Rel. tables ROIKXTPIREL - OIL-TPI: XPRA to move TPI relevant data to SD Document Rel. tables