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

ROIB1M01 SAP ABAP Report - API check results report







ROIB1M01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report will print out the API Tables for comparison with the hard copy print outs of the API published tables for base density and volume correction factors...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 ROIB1M01 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

O3D0 - API Check Results Report


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 ROIB1M01. "Basic submit
SUBMIT ROIB1M01 AND RETURN. "Return to original report after report execution complete
SUBMIT ROIB1M01 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_LIST = ABAP list
Selection Text: P_ALV = ALV list
Selection Text: L_UMRSL = D .
Selection Text: L_TMPINC = Temperature increment
Selection Text: L_OUTPUT = Output density/vcf
Selection Text: L_HYDRO = Hydrometer correction
Selection Text: L_ENDTMP = Ending temperature
Selection Text: L_ENDDEN = Ending gravity/density/coeff.
Selection Text: L_DENINC = Gravity/density increment
Selection Text: L_DECIM = 4 or 5 decimal vcf
Selection Text: L_BEGTMP = Starting temperature
Selection Text: L_BEGDEN = Starting gravity/density/coeff
Title: API check results report
Text Symbol: VOB = from: &FROM to &TO
Text Symbol: T30 = Number of entries:
Text Symbol: T20 = User:
Text Symbol: T10 = Report name:
Text Symbol: S04 = Vol. corr. factor
Text Symbol: S03 = density
Text Symbol: S02 = Oil/gas temp.
Text Symbol: P04 = Output control
Text Symbol: P03 = Temperature range and increment
Text Symbol: P02 = Density/coefficient range and increment
Text Symbol: P01 = Conversion group
Text Symbol: M04 = Volume correction factor
Text Symbol: M03 = Oil/gas density
Text Symbol: M02 = Oil/gas temperature
Text Symbol: L04 = Volume correction factor
Text Symbol: L03 = Oil/gas test density
Text Symbol: L02 = Oil/gas standard/base temperature
Text Symbol: H03 = Density range: &FROM to $TO
Text Symbol: 016 = List output
Text Symbol: 007 = Coefficient range
Text Symbol: 006 = Hydrometer correction applied
Text Symbol: 005 = to
Text Symbol: 004 = Conversion group
Text Symbol: 003 = Density range:
Text Symbol: 002 = Relative density range





Text Symbol: 001 = Gravity range


INCLUDES used within this REPORT ROIB1M01

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:

xxxxMIGO_DIALOG * CALL FUNCTION 'xxxxMIGO_DIALOG' * EXPORTING * i_mblnr = BEW1-MBLNR * i_mjahr = BEW1-MJAHR * i_zeile = BEW1-ZEILE * EXCEPTIONS * illegal_combination = 1 * OTHERS = 2.

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.

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