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

ROIAMMAT SAP ABAP Report - Display Exchange Movements for Material: Selection Screen







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

O3A7 - Exchange Material Movements


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 ROIAMMAT. "Basic submit
SUBMIT ROIAMMAT AND RETURN. "Return to original report after report execution complete
SUBMIT ROIAMMAT 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: XVKWT = D Checkbox
Selection Text: XSELK = D Checkbox
Selection Text: XSEIT = D Checkbox
Selection Text: VGART = D Trans./event type
Selection Text: USNAM = Posted by
Selection Text: SO_LFSNR = D Delivery note
Selection Text: SO_FRBNR = D Bill of lading
Selection Text: OIEXGTYP = D Exchange type
Selection Text: OIEXGSEL = D Exg. selection
Selection Text: OIEXGPTR = D Exchange partner no.
Selection Text: OIEXGNUM = D Exchange number
Selection Text: LIFNR = D Vendor
Selection Text: BUCHD = D Posting date
Title: Display Exchange Movements for Material: Selection Screen
Text Symbol: 099 = ExgNo
Text Symbol: 016 = Curr.
Text Symbol: 015 = Scope of list
Text Symbol: 014 = Sales price
Text Symbol: 013 = Acct assignment
Text Symbol: 012 = Display sales price
Text Symbol: 011 = Suppress page break
Text Symbol: 010 = Material document
Text Symbol: 007 = Mvt.type text/Display batch
Text Symbol: 006 = Settings
Text Symbol: 005 = Description;;
Text Symbol: 004 = Batch Movement type text Posted by
Text Symbol: 003 = SLoc MvT S Material doc. Date Quantity UoM
Text Symbol: 002 = Plant
Text Symbol: 001 = Material


INCLUDES used within this REPORT ROIAMMAT

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:

CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'O0' i_dtype = 'W' i_msgnr = '004' i_var01 = x_char i_var02 = x_char2.

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' "MMW EXPORTING i_mblnr = gs_itab-mblnr i_mjahr = gs_itab-mjahr i_zeile = gs_itab-zeile 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 ROIAMMAT or its description.