RFIDSE_DUNN_EBPOST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to process files from collection agencies...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 RFIDSE_DUNN_EBPOST 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: XPC2 = Write to PC
Selection Text: XPC = Read from PC
Selection Text: UMSFILE = Name of Line Item File
Selection Text: P_VARI = Variant
Selection Text: HKTID = Account Number
Selection Text: HBKID = External Company
Selection Text: DEST = Name of Source File
Selection Text: DATE = Run Date
Selection Text: BUKRS = Company Code
Selection Text: AZFILE = Name of Statement File
Title: Dunning (Sweden): Convert to MultiCash Format
Text Symbol: 022 = Last Changed On
Text Symbol: 027 = Cl. Bal.
Text Symbol: 036 = File also contains data on following company codes:
Text Symbol: 037 = Company code data in source file wrong
Text Symbol: 040 = Notify collection company
Text Symbol: 021 = Lngth
Text Symbol: 020 = File Name
Text Symbol: 017 = Error transferring
Text Symbol: 014 = Op. Bal.
Text Symbol: 011 = Statement Info
Text Symbol: 007 = Bank Acct
Text Symbol: 006 = House Bk
Text Symbol: 005 = Company Code
Text Symbol: 003 = General Data
Text Symbol: 002 = Tgt Files
Text Symbol: 001 = Source File
Text Symbol: 050 = Confirmation of Receipt
Text Symbol: 111 = C/V
Text Symbol: 107 = Page:
Text Symbol: 100 = Posted by Bank On
Text Symbol: 063 = SAP List Viewer
Text Symbol: 051 = Interest/Charges
INCLUDE: RFIDSEDUNNDEF,
RFIDSEDUNNBLOCK.
INCLUDE: RFIDSE_DUNN_EBPOSTTOP.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename CHANGING physical_filename = dest EXCEPTIONS OTHERS = 1.
FILE_GET_NAME_USING_PATH CALL FUNCTION 'FILE_GET_NAME_USING_PATH' EXPORTING logical_path = path file_name = azfile IMPORTING file_name_with_path = azfile.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename CHANGING physical_filename = azfile EXCEPTIONS OTHERS = 1.
FILE_GET_NAME_USING_PATH CALL FUNCTION 'FILE_GET_NAME_USING_PATH' EXPORTING logical_path = path file_name = umsfile IMPORTING file_name_with_path = umsfile.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename CHANGING physical_filename = umsfile EXCEPTIONS OTHERS = 1.
FILE_GET_NAME_USING_PATH CALL FUNCTION 'FILE_GET_NAME_USING_PATH' EXPORTING logical_path = path file_name = file_list-name IMPORTING file_name_with_path = dest.
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = up_dest filetype = 'ASC' TABLES data_tab = buftab EXCEPTIONS file_open_error = 1 file_read_error = 2.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = file_name TABLES data_tab = itab EXCEPTIONS file_write_error = 1 invalid_type = 2 no_batch = 3 unknown_error = 4 OTHERS = 5.
DYNPRO_STRING_READ CALL FUNCTION 'DYNPRO_STRING_READ' EXPORTING i_fieldname = 'XPC' i_repid = 'RFIDSE_DUNN_EBPOST' IMPORTING * heval contains value e_string = heval.
KD_GET_FILENAME_ON_F4 CALL FUNCTION 'KD_GET_FILENAME_ON_F4' EXPORTING static = 'X' CHANGING file_name = dest.
FILE_GET_NAME_USING_PATH CALL FUNCTION 'FILE_GET_NAME_USING_PATH' EXPORTING logical_path = path file_name = 'D' IMPORTING file_name_with_path = fpath.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = g_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_structure_name = 'OUTPUT_LIST' is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = it_special_groups = gt_sp_group[] it_sort = gt_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = g_save is_variant = g_variant it_events = gt_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 = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = output_list EXCEPTIONS program_error = 1 OTHERS = 2 .
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = lt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = g_save * it_default_fieldcat = XXXXXXXXX IMPORTING e_exit = g_exit es_variant = gx_variant EXCEPTIONS not_found = 2.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant.
DYNPRO_STRING_READ CALL FUNCTION 'DYNPRO_STRING_READ' EXPORTING i_fieldname = fieldname i_repid = 'RFIDSE_DUNN_EBPOST' IMPORTING * heval contains value e_string = heval.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFIDSE_DUNN_EBPOST - Dunning (Sweden): Convert to MultiCash Format RFIDSE_DUNN_EBPOST - Dunning (Sweden): Convert to MultiCash Format RFIDSE_DUNN_BLOCK_CHANGE - Change Dunning Block Indicator and Logical Path RFIDSE_DUNN_BLOCK_CHANGE - Change Dunning Block Indicator and Logical Path RFIDSEDUNN_INFTOP - Data include RFIDSE_DUNN_INF RFIDSEDUNNFORM - Include with FORM routines