SAP Reports / Programs

RFIDCN_DOWNLOAD SAP ABAP Report - Data File Management







RFIDCN_DOWNLOAD 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 either delete or copy a data file from the SAP application server...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 RFIDCN_DOWNLOAD into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

GACN_DOWNLOAD - Data File Management


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 RFIDCN_DOWNLOAD. "Basic submit
SUBMIT RFIDCN_DOWNLOAD AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDCN_DOWNLOAD 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: PAR_SWBO = Change Byte Order
Selection Text: PAR_SGUI = SAP Logon Code Page
Selection Text: PAR_PFAD = Subdirectory (hard disk)
Selection Text: PAR_PATH = Source file
Selection Text: PAR_NONE = No Character Set Conversion
Selection Text: PAR_MANU = Manual Entry of Code Page
Selection Text: PAR_FTYP = File type
Selection Text: PAR_FILE = Target file
Selection Text: PAR_DRIV = Target disk drive
Selection Text: PAR_DELE = Delete source file
Selection Text: PAR_COPY = Copy source file
Selection Text: PAR_CODE = Target Code Page
Selection Text: PAR_1100 = Standard Code Page 1100
Title: Data File Management
Text Symbol: 203 = Character Set Conversion
Text Symbol: 202 = Target file
Text Symbol: 201 = Source file
Text Symbol: 200 = (nn=year)
Text Symbol: 101 = Selection of Path and File
Text Symbol: 007 = The source file &3 could not be deleted
Text Symbol: 006 = The source file &3 was deleted
Text Symbol: 004 = File &1 with format &2 was created on the PC
Text Symbol: 003 = Disk
Text Symbol: 002 = formatted disk?
Text Symbol: 001 = Have you inserted a


INCLUDES used within this REPORT RFIDCN_DOWNLOAD

No INCLUDES are used within this REPORT code!


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:

AUTHORITY_CHECK_DATASET CALL FUNCTION 'AUTHORITY_CHECK_DATASET' "1073489 EXPORTING "1073489 ACTIVITY = 'READ' "1073489 FILENAME = ld_auth_filename "1073489 EXCEPTIONS "1073489 NO_AUTHORITY = 1 "1073489 OTHERS = 4. "1073489

AUTHORITY_CHECK_DATASET CALL FUNCTION 'AUTHORITY_CHECK_DATASET' "1073489 EXPORTING "1073489 ACTIVITY = 'DELETE' "1073489 FILENAME = ld_auth_filename "1073489 EXCEPTIONS "1073489 NO_AUTHORITY = 1 "1073489 OTHERS = 4. "1073489

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-001 TEXTLINE2 = TEXT-002 TITEL = TEXT-003 IMPORTING ANSWER = HLP_ANSWER.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename *** parameter_1 = sy-cprog "1533776 CHANGING physical_filename = par_path EXCEPTIONS OTHERS = 1.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' "989338 EXPORTING "989338 BIN_FILESIZE = HLP_LENGTH "Quellfilelänge"989338 FILENAME = HLP_FILE_h "Zielfile "989338 FILETYPE = 'BIN' "binär "989338 TABLES "989338 DATA_TAB = DTATAB "989338 EXCEPTIONS "989338 FILE_NOT_FOUND = 2 "1597340 FILE_WRITE_ERROR = 2. "989338

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = hlp_file_h "Zielfile filetype = 'ASC' * codepage = '1100' "989338 codepage = gui_codepage "989338 write_lf = space "do not append CR/LF trunc_trailing_blanks = space "do not delete any blanks trunc_trailing_blanks_eol = space "do not delete any blanks TABLES * data_tab = dtatab "1776497 data_tab = dtastr "1776497 EXCEPTIONS file_not_found = 2 "1597340 file_write_error = 2.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename *** parameter_1 = sy-cprog "1533776 CHANGING physical_filename = par_path EXCEPTIONS OTHERS = 1.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename *** parameter_1 = sy-cprog "1533776 CHANGING physical_filename = par_path EXCEPTIONS OTHERS = 1.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename CHANGING physical_filename = par_path EXCEPTIONS OTHERS = 1.



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