ROIGLOG is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter ROIGLOG 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: Include ROIGLOG
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = C_NUMBER_RANGE_INTERVAL OBJECT = C_NUMBER_RANGE_OBJECT IMPORTING NUMBER = O_LOG_NUMBER EXCEPTIONS INTERVAL_NOT_FOUND = 1 OTHERS = 99.
SD_SCD_MESSAGE_PROTOCOL_CONFIG CALL FUNCTION 'SD_SCD_MESSAGE_PROTOCOL_CONFIG' EXPORTING I_PROTOCOL_REFRESH = TRUE I_PROTOCOL_DETAIL_LEVEL = C_NUMBER_OF_LEVELS I_SEVERITY_TRANSFER = TRUE I_PROTOCOL_ACTIVE = TRUE EXCEPTIONS OTHERS = 0.
SD_SCD_MESSAGE_LEVEL_SET CALL FUNCTION 'SD_SCD_MESSAGE_LEVEL_SET' EXPORTING I_PROTOCOL_LEVEL = I_PROTOCOL_LEVEL OPT_MARKER_SET = TRUE.
SD_SCD_MESSAGE_HANDLE CALL FUNCTION 'SD_SCD_MESSAGE_HANDLE' EXPORTING I_PROTOCOL_LEVEL = I_PROTOCOL_LEVEL I_SEVERITY = I_MSG_TYPE I_MSGNR = I_MSG_NUMBER I_VAR1 = I_VAR1 I_VAR2 = I_VAR2 I_VAR3 = I_VAR3 I_VAR4 = I_VAR4 I_AG = I_MSG_CLASS OPT_PROTOCOL_INSERT = TRUE.
OIGX_MESSAGES_CNV_APPL_LOG CALL FUNCTION 'OIGX_MESSAGES_CNV_APPL_LOG' EXPORTING I_OBJECT = C_APPL_LOG-OBJECT I_SUBOBJECT = C_APPL_LOG-SUBOBJ I_LOG_NUMBER = I_LOG_NUMBER EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 ERROR_IN_PROTOCOL_HANDLING = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIGLOG - Include ROIGLOG ROIGFQS1 - TD-F Repair report for SCD's created from TD shipments ROIGFQS1 - TD-F Repair report for SCD's created from TD shipments ROIGFQS0 - TD Check shipment costing relevant tables ROIGFQS0 - TD Check shipment costing relevant tables ROIGDISPCH - Display Vehicle Changes (TD shipment)