SAP Reports / Programs | Exchanges | Industry Solution Oil | Exchanges(IS-OIL-DS-EXG) SAP IS

ROIAMMA3 SAP ABAP Report - Detailed Exchange Transaction Report: Selection Screen







ROIAMMA3 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 ROIAMMA3 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

O3AL - Execute Detail Exg Transaction Rep.


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


Text pool values


Exchange Transaction Report
Selection Text: USNAM = Posted by
Selection Text: P_LIST = ABAP list
Selection Text: P_ALV = ALV list
Selection Text: OIEXGTYP = D .
Selection Text: OIEXGSEL = D .
Selection Text: EXGTYP = D .
Selection Text: EXGPTR = D .
Selection Text: EXGNUM = D .
Selection Text: BUCHD = D .
Selection Text: BLDAT = D .
Title: Detailed Exchange Transaction Report: Selection Screen
Text Symbol: T30 = Number of entries:
Text Symbol: T20 = User:
Text Symbol: T10 = Report name:
Text Symbol: T01 = Exchange transaction report
Text Symbol: S02 = assignment
Text Symbol: S01 = allocation
Text Symbol: M02 = acc. assignment
Text Symbol: M01 = allocation
Text Symbol: L03 = Material Document Year
Text Symbol: L02 = account assignment
Text Symbol: L01 = allocation
Text Symbol: I05 =
Text Symbol: I04 =
Text Symbol: I03 = column:
Text Symbol: I02 = row:
Text Symbol: I01 =
Text Symbol: E01 = Exchange agreement number:
Text Symbol: 039 = Subtotal:
Text Symbol: 037 = Deliveries:
Text Symbol: 035 = Receipts:
Text Symbol: 033 = Exchange partner :
Text Symbol: 020 = Plnt/SLoc number Description date number
Text Symbol: 019 = Rec/Deliv Material Document Document Volume UoM
Text Symbol: 018 = Exchange agreement number:
Text Symbol: 017 = Exchange transaction report
Text Symbol: 016 = List output





Text Symbol: 015 = Selection options
Text Symbol: 010 = Material document


INCLUDES used within this REPORT ROIAMMA3

INCLUDE : RM07MSEL,
MM07MABC,
RM07MUSR,
RM07MEND,
RM07GRID,
RM07MSQL.


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:

CJPN_INTERN_TO_EXTERN_CONV CALL FUNCTION 'CJPN_INTERN_TO_EXTERN_CONV' EXPORTING INT_NUM = BEW-PS_PSP_PNR IMPORTING EXT_NUM = BEW1-KONTI.

READ_NETWORK_NPLNR_VORNR CALL FUNCTION 'READ_NETWORK_NPLNR_VORNR' EXPORTING APLZL = BEW-APLZL AUFPL = BEW-AUFPL IMPORTING VORNR = N_VORNR EXCEPTIONS NOT_FOUND = 01.

MIGO_DIALOG CALL FUNCTION 'MIGO_DIALOG' "MMW EXPORTING i_mblnr = BEW1-MBLNR i_mjahr = BEW1-MJAHR i_zeile = BEW1-ZEILE EXCEPTIONS illegal_combination = 1 OTHERS = 2.

NUMBER_RANGE_INTERVAL_LIST CALL FUNCTION 'NUMBER_RANGE_INTERVAL_LIST' EXPORTING OBJECT = MATBEL_NR_OBJECT TABLES INTERVAL = INTERVAL EXCEPTIONS NR_RANGE_NR1_NOT_FOUND = 1 NR_RANGE_NR1_NOT_INTERN = 2 NR_RANGE_NR2_MUST_BE_SPACE = 3 NR_RANGE_NR2_NOT_EXTERN = 4 NR_RANGE_NR2_NOT_FOUND = 5 OBJECT_NOT_FOUND = 6 SUBOBJECT_MUST_BE_SPACE = 7 SUBOBJECT_NOT_FOUND = 8 OTHERS = 9 .

MIGO_DIALOG CALL FUNCTION 'MIGO_DIALOG' EXPORTING * i_mblnr = BEW1-MBLNR "989865 i_mblnr = gs_BEW1-MBLNR "989865 * i_mjahr = BEW1-MJAHR "989865 i_mjahr = gs_BEW1-MJAHR "989865 * i_zeile = BEW1-ZEILE "989865 i_zeile = gs_BEW1-ZEILE "989865 EXCEPTIONS illegal_combination = 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 ROIAMMA3 or its description.