ROIANI00 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 ROIANI00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O3A8 - Reset Netting Document Header
O3A6 - Display Netting Document
O3A5 - Maintain Netting Document
O3A4 - Create Netting Document
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_NJAHR = D Fiscal year
Selection Text: P_NETNUM = D Netting document
Selection Text: P_NETCYC = D Netting cycle
Selection Text: P_EXGPTR = D Exchange partner no.
Selection Text: P_BUKRS = D Company code
Title: Exchange Netting Proposal
Text Symbol: C11 = Do you want to leave this screen ?
Text Symbol: C10 = No receivables/payables found for netting
Text Symbol: C09 = info in netting document ..........
Text Symbol: C08 = Do you want to reset the BI
Text Symbol: C07 = netting document ..........
Text Symbol: C06 = Do you want to delete the
Text Symbol: C05 = creating batch inputs for clearing ?
Text Symbol: C04 = Post netting document w i t h o u t
Text Symbol: C03 = Confirmation
Text Symbol: C02 = Batch inputs for clearing ?
Text Symbol: C01 = Post netting document and create
Text Symbol: 008 = Netting document.:
Text Symbol: 007 = Balance
Text Symbol: 006 = Receivable
Text Symbol: 005 = Payable
Text Symbol: 004 = Total payables
Text Symbol: 003 = Total receivables
Text Symbol: 002 = Exchange partner.:
Text Symbol: 001 = Doc.no. C D Amount Curr PostDate
INCLUDE ROIANI01_ALV.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.