ROIANILS 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 ROIANILS into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_BUKRS = D Company code
Selection Text: P_EXGPTR = D Exchange partner no.
Selection Text: P_NETCYC = D Netting cycle
Selection Text: P_RSTART = Restart calling transaction
Title: List netting cycle header (selection)
001 ExgPartner CC Nett. Partner name
002 cycle
003 ind.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WY_LFA1_SINGLE_READ CALL FUNCTION 'WY_LFA1_SINGLE_READ' EXPORTING PI_LIFNR = ITOIA4H-EXGPTR * PI_BYPASSING_BUFFER = * PI_REFRESH_BUFFER = IMPORTING PO_LFA1 = LFA1 EXCEPTIONS NO_RECORDS_FOUND = 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.
ROIANILS - List netting cycle header (selection) ROIANILS - List netting cycle header (selection) ROIANI07 - Exchange Netting Message control - Include in Report ROIANI00 ROIANI06 - Exchange Netting Proposal List - Include in Report ROIANI00 ROIANI05_ALV - Exchange Netting proposal List - Include in ROIANI00 ROIANI05 - Exchange Netting proposal List - Include in ROIANI00