RFDAUB00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Overview of recurring entry original documents You can use the program to determine which documents are carried out in a particular time period are not carried out are carried out during the next run of the recurring entry program...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFDAUB00 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: BRARONLY = ?...(BRARONLY)
Selection Text: BRDKUNNR = ?...(BRDKUNNR)
Selection Text: BRKLIFNR = ?...(BRKLIFNR)
Selection Text: BR_BELNR = ?...(BR_BELNR)
Selection Text: BR_BLART = ?...(BR_BLART)
Selection Text: BR_BUDAT = ?...(BR_BUDAT)
Selection Text: BR_BUKRS = ?...(BR_BUKRS)
Selection Text: BR_GJAHR = ?...(BR_GJAHR)
Selection Text: BR_SEQ = ?...(BR_SEQ)
Selection Text: BR_XBLNR = ?...(BR_XBLNR)
Selection Text: CPUDATUM = CPU Date
Selection Text: DEBADR = Customer address output
Selection Text: DEBITOR = Customer Accounts
Selection Text: DKONTO = Customer Account
Selection Text: EN_DATUM = End Date
Selection Text: KKONTO = Vendor Account
Selection Text: KREDADR = Vendor address output
Selection Text: KREDITOR = Vendor Accounts
Selection Text: LISTSEP = List separation
Selection Text: MIKFICHE = Print Microfiche Line
Selection Text: NABEL = Non-filled documents
Selection Text: P_VARIA = Layout
Selection Text: SACHKTO = Display G/L accounts
Selection Text: SKONTO = G/L Account
Selection Text: STATISTK = ?...(STATISTK)
Selection Text: TITLE = Additional Heading
Selection Text: VONDATUM = ?...(VONDATUM)
Selection Text: XALTKT = Alternative Account Number
Selection Text: XDELT = Deletion Indicator
Selection Text: BRARMSSG = ?...(BRARMSSG)
Selection Text: BRARCHIV = ?...(BRARCHIV)
Selection Text: BISDATUM = ?...(BISDATUM)
Selection Text: BE_DATUM = Start Date
Selection Text: BENUTZER = Created By
Selection Text: BELNL = Documents from next run
Selection Text: AUSFPLAN = Run schedule
Title: Recurring Entry Documents
Text Symbol: 005 = CC DT PoDte Doc.no. Start End Fr.RD Sche.N.run. Del.Dsp Tx Ref.doc.number Doc.header text Entered by On
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BUILD_DEFAULT_YEAR * CALL FUNCTION 'BUILD_DEFAULT_YEAR' * TABLES XGJAHR = BR_GJAHR.
BUILD_DEFAULT_YEAR * CALL FUNCTION 'BUILD_DEFAULT_YEAR' * TABLES XGJAHR = BR_GJAHR.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = gs_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
POPUP_NO_LIST CALL FUNCTION 'POPUP_NO_LIST'.
READ_SACHKONTO_ALTKT * CALL FUNCTION 'READ_SACHKONTO_ALTKT' * EXPORTING * BUKRS = BKDF-BUKRS * SAKNR = PTAB-KONTO * SPRAS = SY-LANGU * XMASS = 'X' * XSKAN = 'X' * XTEXT = ' ' * IMPORTING * ALTKT = PTAB-KONTO * ALTKT_SAKAN = HSAKAN * ALTKT_NOT_FOUND = ALTKT_NOT_FOUND ** TEXT_NOT_FOUND = TEXT_NOT_FOUND ** LTEXT = ** KTEXT = * EXCEPTIONS * BUKRS_NOT_FOUND = 02 * SAKNR_NOT_FOUND = 03.
FI_MESSAGE_COLLECT * CALL FUNCTION 'FI_MESSAGE_COLLECT' * EXPORTING * I_FIMSG = FIMSG * I_XAPPN = ' ' * EXCEPTIONS * MSGID_MISSING = 01 * MSGNO_MISSING = 02 * MSGTY_MISSING = 03.
FI_MESSAGE_COLLECT * CALL FUNCTION 'FI_MESSAGE_COLLECT' * EXPORTING * I_FIMSG = FIMSG * I_XAPPN = ' ' * EXCEPTIONS * MSGID_MISSING = 01 * MSGNO_MISSING = 02 * MSGTY_MISSING = 03.
* CALL FUNCTION 'FI_MESSAGE_COLLECT' * EXPORTING * I_FIMSG = FIMSG * I_XAPPN = ' ' * EXCEPTIONS * MSGID_MISSING = 01 * MSGNO_MISSING = 02 * MSGTY_MISSING = 03.
READ_SACHKONTO_ALTKT CALL FUNCTION 'READ_SACHKONTO_ALTKT' EXPORTING bukrs = bkdf-bukrs saknr = ptab-konto spras = sy-langu xmass = 'X' xskan = 'X' xtext = ' ' IMPORTING altkt = ptab-konto altkt_sakan = hsakan altkt_not_found = altkt_not_found * TEXT_NOT_FOUND = TEXT_NOT_FOUND * LTEXT = * KTEXT = EXCEPTIONS bukrs_not_found = 02 saknr_not_found = 03.
FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = fimsg i_xappn = ' ' EXCEPTIONS msgid_missing = 01 msgno_missing = 02 msgty_missing = 03.
FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = fimsg i_xappn = ' ' EXCEPTIONS msgid_missing = 01 msgno_missing = 02 msgty_missing = 03.
FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = fimsg i_xappn = ' ' EXCEPTIONS msgid_missing = 01 msgno_missing = 02 msgty_missing = 03.
FI_MESSAGE_CHECK * CALL FUNCTION 'FI_MESSAGE_CHECK' * EXCEPTIONS * NO_MESSAGE = 04.
FI_MESSAGE_SORT * CALL FUNCTION 'FI_MESSAGE_SORT'.
FI_MESSAGE_PRINT * CALL FUNCTION 'FI_MESSAGE_PRINT' * EXPORTING * I_MSORT = ' ' * I_XAUSN = 'X' * I_XEAUS = ' ' * I_XSKIP = 'X'.
REAL_ESTATE_KONTOBJEKT_TXT * CALL FUNCTION 'REAL_ESTATE_KONTOBJEKT_TXT' * EXPORTING * DABRZ = PTAB-DABRZ * IMKEY = PTAB-IMKEY * IMPORTING * TEXTZEILE = ZUSATZKONTIERUNG * EXCEPTIONS * OTHERS = 0.
READ_KNA1 CALL FUNCTION 'READ_KNA1' EXPORTING xkunnr = ptab-konto IMPORTING xkna1 = kna1 EXCEPTIONS key_incomplete = 01 not_authorized = 02 not_found = 03.
READ_LFA1 CALL FUNCTION 'READ_LFA1' EXPORTING xlifnr = ptab-konto IMPORTING xlfa1 = lfa1 EXCEPTIONS key_incomplete = 01 not_authorized = 02 not_found = 03.
FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = fimsg i_xappn = ' ' EXCEPTIONS msgid_missing = 01 msgno_missing = 02 msgty_missing = 03.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = ls_layout it_fieldcat = lt_fieldcat I_CALLBACK_PF_STATUS_SET = gc_setpfstatus i_save = lv_save is_variant = gs_variant it_events = lt_eventtab i_tabname_header = l_tabname_header i_tabname_item = l_tabname_item is_keyinfo = ls_keyinfo is_print = ls_print it_sort = lt_sorttab TABLES t_outtab_header = gt_header t_outtab_item = gt_items.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = i_strname i_internal_tabname = i_internal_tabname CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 1 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = lv_width EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.
FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd IMPORTING EO_FORM_GRID = lo_grid.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING E_S_DISPLAY_PROFILE = ls_profile EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = ls_profile I_T_LOG_HANDLE = gt_log_handle.
REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING E_WIDTH = lv_linsz et_sort = lt_sort.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = lv_save CHANGING cs_variant = xs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = lv_save CHANGING cs_variant = xs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = is_variant i_save = lv_save IMPORTING e_exit = lv_exit es_variant = ls_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = gs_log_handle i_msgty = 'I' i_text = wazeile EXCEPTIONS log_not_found = 0 OTHERS = 1.
BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = gs_log_handle i_msgty = 'I' i_text = wazeile EXCEPTIONS log_not_found = 0 OTHERS = 1.
FI_MESSAGE_CHECK CALL FUNCTION 'FI_MESSAGE_CHECK' EXCEPTIONS NO_MESSAGE = 04.
FI_MESSAGE_SORT CALL FUNCTION 'FI_MESSAGE_SORT'.
FI_MESSAGE_GET CALL FUNCTION 'FI_MESSAGE_GET' TABLES T_FIMSG = lT_FIMSG.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING I_LOG_HANDLE = gs_log_handle i_s_msg = ls_message.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING E_S_DISPLAY_PROFILE = ls_profile EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY * CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' * EXPORTING * I_S_DISPLAY_PROFILE = ls_profile * I_T_LOG_HANDLE = gt_log_handle.
BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING I_S_PRINT_OPTIONS = lS_PRINT_OPTIONS I_S_LIST_APPEND = 'X' I_S_DISPLAY_PROFILE = ls_profile I_T_LOG_HANDLE = gt_log_handle.
REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = lv_width EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.
FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd IMPORTING EO_FORM_GRID = lo_grid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RFDAUB00 or its description.