FIN_AR_DUE_DATE_GRID_F03 is a standard ABAP INCLUDE 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 FIN_AR_DUE_DATE_GRID_F03 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FIN_AR_OVERDUE_CUSTOMER CALL FUNCTION 'FIN_AR_OVERDUE_CUSTOMER' EXPORTING it_bukrs_range = s_bukrs[] it_kunnr_range = s_kunnr[] i_keydate_due = p_keydat i_overdue_days = l_overdue_days it_free_selections = lt_sel_by i_rows = l_rows i_bypass_buffer = i_bypass_buffer IMPORTING et_top_list_broad = lt_top.
FIN_AR_DUNNING_CUSTOMER CALL FUNCTION 'FIN_AR_DUNNING_CUSTOMER' EXPORTING it_bukrs_range = s_bukrs[] it_kunnr_range = s_kunnr[] it_manst_range = lt_manst_range it_free_selections = lt_sel_by i_rows = l_rows i_bypass_buffer = i_bypass_buffer IMPORTING et_top_list_broad = lt_top.
FIN_AR_PAY_DIFF_STATISTIC CALL FUNCTION 'FIN_AR_PAY_DIFF_STATISTIC' EXPORTING it_bukrs_range = s_bukrs[] it_kunnr_range = s_kunnr[] it_rstgr_range = s_rstgr[] it_free_selections = lt_sel_by i_rows = l_rows i_bypass_buffer = i_bypass_buffer IMPORTING et_top_list_broad = lt_top.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FIN_AR_DUE_DATE_GRID_F03 - FINARDUEDATEGRIDF03 FIN_AR_DUE_DATE_GRID_F02 - FINARDUEDATEGRIDF02 FIN_AR_DUE_DATE_GRID_F01 - FINARDUEDATEGRIDF01 FIN_AR_DUE_DATE_GRID_0100 - FINARDUEDATEGRID0100 FIN_AR_DUE_DATE_GRID - Top Lists of Customers with Open Item or Payment Differences FIN_AR_DUE_DATE_GRID - Top Lists of Customers with Open Item or Payment Differences