RFNETBALANCE 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 RFNETBALANCE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FK10NET - Vendor Balance Display
FD10NET - Customer Balance Display
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.
Title: Customer/Vendor Balance Display via Internet
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FDKUSER_GET_VALUES call function 'FDKUSER_GET_VALUES' EXPORTING id_user = sy-uname id_action = gd_action id_no_dialog = 'X' TABLES it_dialog_fields = gt_dialog_fields et_accounts = gt_accounts et_selections = gt_cosel EXCEPTIONS action_not_allowed = 1 incorrect_input = 2 others = 3.
FDKUSER_GET_VALUES call function 'FDKUSER_GET_VALUES' EXPORTING id_user = sy-uname id_action = gd_action id_no_dialog = space id_callback_repid = 'RFNETBALANCE' id_set_title_form = 'GET_TITLE' TABLES it_dialog_fields = gt_dialog_fields et_accounts = gt_accounts et_selections = gt_cosel EXCEPTIONS action_not_allowed = 1 incorrect_input = 2 others = 3.
G_PERIOD_GET CALL FUNCTION 'G_PERIOD_GET' EXPORTING COMPANY = gt_accounts-bukrs DATE = SY-DATLO LEDGER = '00' IMPORTING YEAR = gd_gjahr EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFNETBALANCE - Customer/Vendor Balance Display via Internet RFNETBALANCE - Customer/Vendor Balance Display via Internet RFM_REBZG - INTERNAL: Security Deposit Subscreen Actions RFM_REBZG - INTERNAL: Security Deposit Subscreen Actions RFM_PRINT_REBZG - Print Program: Invoice with Referenced Items RFM_PRINT_REBZG - Print Program: Invoice with Referenced Items