SAP Reports / Programs | Transportation and Distribution | Industry Solution Oil | Transportation and Distribution(IS-OIL-DS-TD) SAP IS

ROIGLOG SAP ABAP INCLUDE - Include ROIGLOG







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ROIGLOG. "Basic submit
SUBMIT ROIGLOG AND RETURN. "Return to original report after report execution complete
SUBMIT ROIGLOG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include ROIGLOG


INCLUDES used within this REPORT ROIGLOG

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name ROIGLOG or its description.