RFVDDUEA 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 RFVDDUEA into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FNDEF_PAST_DUE - Display Open Items After Due Date
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: SO_BUKRS = D .
Selection Text: SO_FP = D .
Selection Text: SO_GSART = D .
Selection Text: SO_KUNNR = D .
Selection Text: SO_RANL = D .
Selection Text: SO_SANLF = D .
Selection Text: SO_SSTA = D .
Selection Text: S_OFFIC = Loan Officer
Selection Text: S_OFF_ID = D .
Selection Text: S_STICH = Due Date from
Title: Display Open Items by Due Date
Text Symbol: 023 = Overdue Items from
Text Symbol: 024 = to
Text Symbol: S01 = General Selections
Text Symbol: S04 = Special selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' EXPORTING * I_SELOPT = * I_MAXHITS = 200 * I_TIMEOUT = 5 I_ROLE = con_officer * I_SEARCH = ' ' * IT_ROLE = L_tab_PARTNERROLES * I_XMAIN = ' ' * I_ACTION = '01' * I_CLEAR_FIELDS = ' ' IMPORTING e_partner = s_offic-low EXCEPTIONS partner_not_found = 1 OTHERS = 2 .
FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' EXPORTING * I_SELOPT = * I_MAXHITS = 200 * I_TIMEOUT = 5 I_ROLE = con_officer * I_SEARCH = ' ' * IT_ROLE = L_tab_PARTNERROLES * I_XMAIN = ' ' * I_ACTION = '01' * I_CLEAR_FIELDS = ' ' IMPORTING e_partner = s_offic-high EXCEPTIONS partner_not_found = 1 OTHERS = 2 .
FVD_DEFAULT_OL_CHECK_LOAN_TYPE CALL FUNCTION 'FVD_DEFAULT_OL_CHECK_LOAN_TYPE' EXPORTING I_STR_VDARL = l_s_vdarl IMPORTING E_CONTINUE = l_continue.
FVD_LOAN_DB_READ_VDGPO CALL FUNCTION 'FVD_LOAN_DB_READ_VDGPO' EXPORTING I_S_VDARL = l_s_vdarl * I_DATE = IMPORTING E_TAB_VDGPO = l_tab_vdgpo[] EXCEPTIONS NOT_FOUND = 1 ANY_ERROR = 2 OTHERS = 3 .
LOAN_FLOWS_SUPPLY CALL FUNCTION 'LOAN_FLOWS_SUPPLY' EXPORTING I_BUKRS = l_s_vdarl-bukrs READ_POSTED_RECORDS = 'X' I_RANL = l_s_vdarl-ranl NO_STORNO = 'X' TABLES O_VZZBEPP = l_tab_vzzbepp EXCEPTIONS RANL_NOT_FOUND = 1 I_DVALUT_UNTIL_TOO_EARLY = 2 OTHERS = 3.
FVD_DEFAULT_OL_CALC_CF_PARAM CALL FUNCTION 'FVD_DEFAULT_OL_CALC_CF_PARAM' EXPORTING I_STR_VDARL = l_s_vdarl I_TAB_VZZBEPP = l_tab_vzzbepp I_LIST = con_xon IMPORTING E_TAB_DUE_LIST = l_tab_output_S[] EXCEPTIONS FAILED = 1 OTHERS = 2.
FTBP_READ_PARTNER_IN_PRINTFORM CALL FUNCTION 'FTBP_READ_PARTNER_IN_PRINTFORM' EXPORTING PARTNR = l_wrk_vdgpo-partnr IMPORTING NAME_OUT = l_wrk_BUT000 EXCEPTIONS ADDRESS_NOT_FOUND = 1 PARTNER_NOT_FOUND = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = I_STRUCTURE_NAME = 'RDEFAULT_LD' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING CT_FIELDCAT = l_tab_fieldcat EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3 .
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * i_buffer_active = ' ' i_callback_program = l_repid * i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'PRINT_TOP' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = 'ZHCML_ZE' * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = l_wrk_layout it_fieldcat = l_tab_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = l_wrk_variant * it_events = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * e_exit_caused_by_caller = c_refresh * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = l_tab_output.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = l_tab_commentary.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting * i_buffer_active = gs_test-buffer_active i_structure_name = 'RDEFAULT_LD' * i_client_never_display = con_true * i_bypassing_buffer = gs_test-bypassing_buffer changing ct_fieldcat = ct_fcat[] exceptions inconsistent_interface = 1 program_error = 2 others = 3.
PRINT_SELECTIONS CALL FUNCTION 'PRINT_SELECTIONS' EXPORTING rname = sy-cprog rvariante = sy-slset mode = 'TABLE' TABLES infotab = i_selections.
RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = l_plvar otype = l_otype seark = l_orgunit seark_begda = sy-datum seark_endda = sy-datum IMPORTING sel_object = g_str_object EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 illegal_mode = 4 internal_error = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.