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
Below is a list of transaction codes which are relevant to this SAP report
O3AL - Execute Detail Exg Transaction Rep.
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.
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
INCLUDE : RM07MSEL,
MM07MABC,
RM07MUSR,
RM07MEND,
RM07GRID,
RM07MSQL.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIAMMA3 - Detailed Exchange Transaction Report: Selection Screen ROIAMMA3 - Detailed Exchange Transaction Report: Selection Screen ROIAMM01 - Conditions: Initial Screen for Views With Usage/Application ROIAMM01 - Conditions: Initial Screen for Views With Usage/Application ROIAMARCPSTAT - documentation and ABAP source code ROIAMARCPSTAT - documentation and ABAP source code