SAP Reports / Programs

ROIU_VA_RPT_VAVD SAP ABAP Report - Volume Allocations vs Volumetric Data







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


Text pool values


Title: Volume Allocations vs Volumetric Data
Text Symbol: 027 = Code
Text Symbol: 028 = Energy
Text Symbol: 029 = TMPVL not found in INDX
Text Symbol: 030 = Quantity
Text Symbol: 031 = Fuel System MP ID.
Text Symbol: 032 = List contains no data.
Text Symbol: 033 = Allocation Basis :
Text Symbol: 034 = Well
Text Symbol: H01 = Production and Revenue Accounting
Text Symbol: H02 = Page
Text Symbol: H04 = Inventory Liquids
Text Symbol: H16 = Reproduced G/L Gas
Text Symbol: H17 = Form Prod.
Text Symbol: H36 = Field Condensate Shrinkage
Text Symbol: H43 = Field Gain Loss
Text Symbol: H48 = Plant Gain Loss
Text Symbol: H51 = G/L Own WC
Text Symbol: H85 = Total Injection
Text Symbol: H91 = Calc. Production
Text Symbol: H94 = Summed NGL
Text Symbol: H95 = Theoretical Residue
Text Symbol: H99 = Total sales
Text Symbol: HL3 = Load Oil Inventory
Text Symbol: HL4 = Load Oil Recovered
Text Symbol: 026 = CU FT
Text Symbol: 001 = Delivery Network :
Text Symbol: 002 = Well/Cmpl :
Text Symbol: 003 = W/C Days Operated
Text Symbol: 004 = Delivery Sub-Network
Text Symbol: 005 = Class Code :
Text Symbol: 006 = Production Period :
Text Symbol: 007 = Name :
Text Symbol: 008 = Daily/Monthly :
Text Symbol: 009 = Processing
Text Symbol: 010 = Volume Type
Text Symbol: 011 = Material
Text Symbol: 012 = Description





Text Symbol: 013 = Measurement Pt. No.
Text Symbol: 014 = Ticket
Text Symbol: 015 = Volume Date
Text Symbol: 016 = Vol
Text Symbol: 017 = Source
Text Symbol: 018 = Well Completion
Text Symbol: 019 = Prd.Cd.
Text Symbol: 020 = Name
Text Symbol: 021 = Allocated
Text Symbol: 022 = Trnsp No.
Text Symbol: 023 = Trnsp Reference
Text Symbol: 024 = Cls
Text Symbol: 025 = S


INCLUDES used within this REPORT ROIU_VA_RPT_VAVD

INCLUDE: ROIU_VA_RPT_COMMON,
ROIU_VA_VOLUME_TYPE,
ROIU_VA_CONSTANTS,
ROIU_VA_MP_TYPE_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:

OIU_REPORT_HEADER * CALL FUNCTION 'OIU_REPORT_HEADER' * EXPORTING * e_title = sy-title " report title from attributes * EXCEPTIONS * OTHERS = 1.

OIU_QCI_CONVERT_UOM * CALL FUNCTION 'OIU_QCI_CONVERT_UOM' * EXPORTING * I_CONV_GRP = T_REQUEST-CONVG_ID * I_QUANTITY_FROM = T_TMPVL-STD_VOL * I_UNIT_FROM = T_TMPVL-STD_VOL_U * I_UNIT_TO = T_REQUEST-VOLUME_UOM * IMPORTING * E_QUANTITY_TO = extract_tb-std_vol * EXCEPTIONS * PARAMETER_ERROR = 1 * CONVERSION_ERROR = 2 * OTHERS = 3 * .

OIU_QCI_CONVERT_UOM * CALL FUNCTION 'OIU_QCI_CONVERT_UOM' * EXPORTING * I_CONV_GRP = I_REQUEST-CONVG_ID * I_QUANTITY_FROM = T_TMPVL-STD_VOL * I_UNIT_FROM = T_TMPVL-STD_VOL_U * I_UNIT_TO = * IMPORTING * E_QUANTITY_TO = * EXCEPTIONS * PARAMETER_ERROR = 1 * CONVERSION_ERROR = 2 * OTHERS = 3 * .

OIU_MAT_PRCD_READ CALL FUNCTION 'OIU_MAT_PRCD_READ' EXPORTING matnr = oiu_pr_twcdvh_tb-prd_matnr majpd_cd = oiu_pr_twcdvh_tb-majpd_cd IMPORTING e_oiu_cm_mat_prcd = oiu_cm_mat_prcd_ds EXCEPTIONS none_found = 1 OTHERS = 2.

MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' "GLJ EXPORTING matnr = matnr "GLJ spras = 'E' "GLJ IMPORTING wmakt = makt "GLJ EXCEPTIONS wrong_call = 1 "GLJ not_found = 2 "GLJ OTHERS = 3. "GLJ

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = lv_width2 "lv_width2 = width of ALV list EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.



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