SAP Reports / Programs

RFIDSE_DUNN_INF SAP ABAP Report - Dunning: Display Line Items for External Processing







RFIDSE_DUNN_INF 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 prepare a list of items that have been assigned a dunning block indicator for processing by a collection agency...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_INF into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFIDSE_DUNN_INF. "Basic submit
SUBMIT RFIDSE_DUNN_INF AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDSE_DUNN_INF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_VARI = Variant
Selection Text: OLDDAT = Date of Last Run
Selection Text: O = Open
Selection Text: EIGDAT = Run Date
Selection Text: BUKRS = Company Code
Selection Text: A = Cleared
Title: Dunning: Display Line Items for External Processing
Text Symbol: 013 = C/V No.
Text Symbol: 014 = Doc. No.
Text Symbol: 015 = FY
Text Symbol: 016 = Posting Date
Text Symbol: 017 = D/C
Text Symbol: 018 = Curr.
Text Symbol: 019 = Amount
Text Symbol: 020 = Clrg Date
Text Symbol: 001 = To
Text Symbol: 003 = Cleared Items From
Text Symbol: 004 = Customers
Text Symbol: 006 = Vendors
Text Symbol: 007 = Open Items On
Text Symbol: 008 = General Data
Text Symbol: 009 = Line Items
Text Symbol: 010 = Data Transfer
Text Symbol: 021 = Clrg Doc.
Text Symbol: 151 = External Dunning Items
Text Symbol: 022 = maintain
Text Symbol: 060 = Cleared From
Text Symbol: 061 = To
Text Symbol: 063 = SAP List Viewer
Text Symbol: 102 = Run Date:
Text Symbol: 106 = Company Code:
Text Symbol: 107 = Page
Text Symbol: 111 = C/V


INCLUDES used within this REPORT RFIDSE_DUNN_INF

INCLUDE RFIDSEDUNN_INFTOP. "DEFINITION OF LOCAL INT. TABLES


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = G_SAVE CHANGING CS_VARIANT = GX_VARIANT.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = LT_EVENTS.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING DATE_INTERNAL = OLDDAT IMPORTING DATE_EXTERNAL = DATE_STR_L EXCEPTIONS DATE_INTERNAL_IS_INVALID = 1 OTHERS = 2.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING DATE_INTERNAL = EIGDAT IMPORTING DATE_EXTERNAL = DATE_STR_H EXCEPTIONS DATE_INTERNAL_IS_INVALID = 1 OTHERS = 2.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING DATE_INTERNAL = EIGAPO IMPORTING DATE_EXTERNAL = DATE_STR_H EXCEPTIONS DATE_INTERNAL_IS_INVALID = 1 OTHERS = 2.

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 .

WS_ULDL_PATH CALL FUNCTION 'WS_ULDL_PATH' IMPORTING * download_path = fileout.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename1 CHANGING physical_filename = fileout EXCEPTIONS OTHERS = 1.

WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING QUERY = 'FE' FILENAME = FILEOUT IMPORTING RETURN = RC.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = UC_FILENAME TABLES DATA_TAB = BUFTAB EXCEPTIONS * FILE_OPEN_ERROR = 1 * FILE_READ_ERROR = 2 NO_BATCH = 3 GUI_REFUSE_FILETRANSFER = 4 INVALID_TYPE = 5 NO_AUTHORITY = 6 UNKNOWN_ERROR = 7 * BAD_DATA_FORMAT = 8 HEADER_NOT_ALLOWED = 9 SEPARATOR_NOT_ALLOWED = 10 HEADER_TOO_LONG = 11 UNKNOWN_DP_ERROR = 12 ACCESS_DENIED = 13 DP_OUT_OF_MEMORY = 14 DISK_FULL = 15 DP_TIMEOUT = 16 others = 17.

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.



Contribute (Add Comments)

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 RFIDSE_DUNN_INF or its description.