SAP Reports / Programs | Production and Revenue Accounting | Industry Solution Oil | Production and Revenue Accounting(IS-OIL-PRA) SAP IS

ROIUPC_ORIG_NOM_DETAIL SAP ABAP Report - Create Original Nominations File







ROIUPC_ORIG_NOM_DETAIL 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 ROIUPC_ORIG_NOM_DETAIL 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 ROIUPC_ORIG_NOM_DETAIL. "Basic submit
SUBMIT ROIUPC_ORIG_NOM_DETAIL AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUPC_ORIG_NOM_DETAIL 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_DATE = D Production Month
Title: Create Original Nominations File
Text Symbol: 000 = Output File
Text Symbol: 001 = Interface has already been run for production month.
Text Symbol: 002 = Parameter
Text Symbol: MES = *****Error opening output report file*****


INCLUDES used within this REPORT ROIUPC_ORIG_NOM_DETAIL

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:

IDOC_OUTPUT_ORIG_NOM_DETAIL CALL FUNCTION 'IDOC_OUTPUT_ORIG_NOM_DETAIL' TABLES T_ORIG = w_file_tb EXCEPTIONS NO_LOGICAL_SYSTEM_FOUND = 1 NO_PARTNER_DATA_FOUND = 2 OTHERS = 3 .

OIU_QCI_GAS_VOL_ENERGY CALL FUNCTION 'OIU_QCI_GAS_VOL_ENERGY' EXPORTING I_CONV_GRP = W_CONV_GRP I_UOM_GRP = W_UOM_GRP I_OB_VOL = W_PROCESS_FILE_TB-AVAIL_VL I_OB_VOL_U = W_AVH_TB-STD_EST_VL_U I_OB_TEMPERATURE = w_temp I_OB_TEMP_U = w_temp_u I_OB_PS_BASE = w_ob_ps_base I_OB_PS_BASE_U = w_ob_ps_base_u * I_TS_TEMPERATURE = * I_TS_TEMP_U = ' ' * I_TS_PS_BASE = * I_TS_PS_BASE_U = ' ' I_TS_HEAT_VAL = w_avh_tb-std_heat_val I_TS_HEAT_VAL_U = w_avh_tb-std_heat_val_u * I_TSHV_TEMPERATURE = * I_TSHV_TEMP_U = ' ' I_TSHV_HVCLS_FROM = 'SD' * I_TSHV_HVCLS_TO = ' ' * I_CO2_RATIO = 0 * I_H2_RATIO = 0 IMPORTING * E_SVOLUME = * E_SVOLUME_U = E_ENERGY = w_process_file_tb-energy E_ENERGY_U = w_process_File_tb-energy_u * E_SHEAT_VAL = * E_SHEAT_VAL_U = .

OIU_UOM_GRP CALL FUNCTION 'OIU_UOM_GRP' EXPORTING I_DN_NO = W_AVH_TB-DN_NO I_PROD_DT = gb_prod_dt "#EC DOM_EQUAL I_MAJPD_CD = '2' IMPORTING E_UOM_GRP = W_UOM_GRP E_CONV_GRP = W_CONV_GRP.

OIU_UOM CALL FUNCTION 'OIU_UOM' EXPORTING I_DN_NO = w_avh_tb-dn_no I_DATE = gb_prod_dt "#EC DOM_EQUAL I_MAJPD_CD = '2' I_DIMID = 'ENERGY' IMPORTING E_MSEHI = w_process_file_tb-energy_u.

V_KNA1_SINGLE_READ CALL FUNCTION 'V_KNA1_SINGLE_READ' EXPORTING PI_KUNNR = p_no * PI_READ_CAM = * PI_BYPASSING_BUFFER = * PI_REFRESH_BUFFER = IMPORTING PE_KNA1 = l_kna1 * PE_ADDRESS_VALUE = * EXCEPTIONS * NO_RECORDS_FOUND = 1 * INTERNAL_ERROR = 2 * OTHERS = 3 .

READ_KNA1 * CALL FUNCTION 'READ_KNA1' * EXPORTING * XKUNNR = p_no * IMPORTING * XKNA1 = l_kna1 .

OIUCM_READ_BA CALL FUNCTION 'OIUCM_READ_BA' EXPORTING ADDRESS_KEY = P_NO IMPORTING E_OIUH_CM_BA = w_ba EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .



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