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

ROIU_MP_TRANS_XREF_LIST SAP ABAP Report - MP Transporter Xref List Processing







ROIU_MP_TRANS_XREF_LIST 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_MP_TRANS_XREF_LIST 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_MP_TRANS_XREF_LIST. "Basic submit
SUBMIT ROIU_MP_TRANS_XREF_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT ROIU_MP_TRANS_XREF_LIST 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_TRNSPR = Transporter Reference
Selection Text: P_TRNSP = Transporter
Selection Text: P_TO = To
Selection Text: P_MP_NO = Measurement Point
Selection Text: P_FROM = Test Date
Selection Text: P_DN_NO = Delivery Network
Title: MP Transporter Xref List Processing
Text Symbol: WLC = Well Completion
Text Symbol: TTL = MP Transporter Cross Reference Report
Text Symbol: TST = Effective From
Text Symbol: TRT = Transportation Method
Text Symbol: TRR = Transporter Reference
Text Symbol: TRN = Transporter
Text Symbol: TRM = Transporter Name
Text Symbol: TRD = Transporter Dflt
Text Symbol: TO1 = To
Text Symbol: OPT = OPT_LST
Text Symbol: MPD = MP Desc
Text Symbol: FLS = Error In Flush
Text Symbol: CON = The control could not be created
Text Symbol: 003 = list processing
Text Symbol: 002 = DN, MP, or Trnsp/Ref are
Text Symbol: 001 = Parameters


INCLUDES used within this REPORT ROIU_MP_TRANS_XREF_LIST

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:

OIU_TCODE_AUTHORITY CALL FUNCTION 'OIU_TCODE_AUTHORITY' "SOGK027515 GS EXPORTING "SOGK027515 GS I_OBJECT = 'O_OI0_TCD' "SOGK027515 GS I_TCODE = c_disptran. "SOGK027515 GS

OIU_PAGE_HEADING CALL FUNCTION 'OIU_PAGE_HEADING' EXPORTING i_bhdgd = bhdgd.

V_KNA1_SINGLE_READ CALL FUNCTION 'V_KNA1_SINGLE_READ' EXPORTING PI_KUNNR = gt_repodata1-trnsp_no * PI_READ_CAM = * PI_BYPASSING_BUFFER = * PI_REFRESH_BUFFER = IMPORTING PE_KNA1 = gs_kna1 * PE_ADDRESS_VALUE = EXCEPTIONS NO_RECORDS_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-con.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-fls.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-fls.

OIU_TCODE_AUTHORITY CALL FUNCTION 'OIU_TCODE_AUTHORITY' "SOGK027515 GS EXPORTING "SOGK027515 GS I_OBJECT = 'O_OI0_TCD' "SOGK027515 GS I_TCODE = c_creatran. "SOGK027515 GS

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-fls.

OIU_TCODE_AUTHORITY CALL FUNCTION 'OIU_TCODE_AUTHORITY' "SOGK027515 GS EXPORTING "SOGK027515 GS I_OBJECT = 'O_OI0_TCD' "SOGK027515 GS *(D) I_TCODE = c_creatran. "SOGK027515 GS "SOGK028590 GS

CUSTOMER_READ CALL FUNCTION 'CUSTOMER_READ' EXPORTING I_BUKRS = SPACE I_KUNNR = P_TRNSP IMPORTING E_KNA1 = e_kna1 EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING RESTRICTION = w_restrict.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = REPID * IMPORTING * SP = tables selection_table = SEL_SET EXCEPTIONS NOT_FOUND = 1 NO_REPORT = 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_MP_TRANS_XREF_LIST or its description.