SAP Reports / Programs | Hydrocarbon Product Management | Industry Solution Oil | Hydrocarbon Product Management(IS-OIL-DS-HPM) SAP IS

ROIB1M02 SAP ABAP Report - Installation Test for API C-Code Routines







ROIB1M02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report performs a simple installation test call of the classic API c-code routines: tab5a, tab5b, tab5d tab23a, tab23b, tab23d, tab53a, tab53b, tab53d tab6a, tab6b, tab6d tab24a, tab24b, tab24d, tab54a, tab54b, tab54d tab6c, tab24c, tab54c using the SAP configured conversion groups 234A, 234B, 234C, 234D 56A, 56B, 56C, 56D, 534A, 534B, 534C, 534D...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter ROIB1M02 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O3D1 - Inst. Test for API C-code Rout.


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 ROIB1M02. "Basic submit
SUBMIT ROIB1M02 AND RETURN. "Return to original report after report execution complete
SUBMIT ROIB1M02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_SCATT = Execute in CATT mode
Selection Text: P_SONLI = Execute online
Title: Installation Test for API C-Code Routines
Text Symbol: 001 = ConvGrp Interface Conversion
Text Symbol: 002 = The purpose of this test is to check the correct installation of the
Text Symbol: 003 = interface of the SAP system to the API C-code routines. The test
Text Symbol: 004 = is split into two parts and is executed for each standard table.
Text Symbol: 005 = Interface test (part 1) :
Text Symbol: 006 = This test checks that the interface receives no exception conditions
Text Symbol: 007 = from the API c-code routines when valid parameters are passed to it.
Text Symbol: 008 = Installation Test:
Text Symbol: 009 = When the test fails (symbol
Text Symbol: 010 = ) then customization of tables OIB01 and OIB04
Text Symbol: 011 = Conversion test (part 2):
Text Symbol: 012 = should be checked.
Text Symbol: 013 = Now the second routine checks the result of the conversion against the
Text Symbol: 014 = corresponding expected results. This check is executed once for each
Text Symbol: 015 = standard table.


INCLUDES used within this REPORT ROIB1M02

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:

OIB_QCI_CALL_EXTERNAL_FUNCTION CALL FUNCTION 'OIB_QCI_CALL_EXTERNAL_FUNCTION' EXPORTING imp_wa = e_qci IMPORTING exp_wa = i_qci EXCEPTIONS conv_exit = 01 exp_parameter = 02 imp_parameter = 03 not_calculated = 04 nt_ddic = 05 out_range = 06 calculation_failure = 07.



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 ROIB1M02 or its description.