SAP Reports / Programs

RFUSVX10 SAP ABAP Report - Data Medium Exchange with Disk







RFUSVX10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program loads DME files onto a disk or hard drive...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 RFUSVX10 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 RFUSVX10. "Basic submit
SUBMIT RFUSVX10 AND RETURN. "Return to original report after report execution complete
SUBMIT RFUSVX10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


File for data medium exchange with disk
Selection Text: PAR_PRIN = Print file
Selection Text: PAR_PFAD = Subdirectory on PC
Selection Text: PAR_PATH = Source file
Selection Text: PAR_MTYP = Type of data file
Selection Text: PAR_FILE = Target file
Selection Text: PAR_DRIV = Target disk drive
Selection Text: PAR_DELE = Delete file
Selection Text: PAR_COPY = Carry forward file
Title: Data Medium Exchange with Disk
Text Symbol: 211 = File &FILE could not be deleted
Text Symbol: 210 = File &FILE was deleted
Text Symbol: 201 = Processing was terminated - no file was created
Text Symbol: 200 = File &FILE was created on data medium &DRIVE
Text Symbol: 102 = Annual Tax Return - Belgium
Text Symbol: 101 = Annual sales report - Spain
Text Symbol: 100 = UNIX file for data medium exchange with disk
Text Symbol: 003 = Disk
Text Symbol: 002 = disk?
Text Symbol: 001 = Have you inserted a formatted


INCLUDES used within this REPORT RFUSVX10

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:

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.

TRANSLATE_CODEPAGE_EXCEPT * CALL FUNCTION 'TRANSLATE_CODEPAGE_EXCEPT' * TABLES * T_DATA = DATA_TAB_ESP.

DOWNLOAD ** CALL FUNCTION 'DOWNLOAD' ** EXPORTING ** BIN_FILESIZE = HLP_LENGTH ** FILENAME = HLP_FINAM ** FILETYPE = HLP_FITYP ** ITEM = HLP_ITEM ** IMPORTING ** ACT_FILENAME = HLP_FINAM ** ACT_FILETYPE = HLP_FITYP ** FILESIZE = HLP_LENGTH ** TABLES ** DATA_TAB = DATA_TAB_ESP.

GUI_DOWNLOAD * CALL FUNCTION 'GUI_DOWNLOAD' * EXPORTING ** BIN_FILESIZE = HLP_LENGTH * FILENAME = HLP_FINAM_H * FILETYPE = 'ASC' ** ITEM = HLP_ITEM * IMPORTING ** ACT_FILENAME = HLP_FINAM ** ACT_FILETYPE = HLP_FITYP * FILELENGTH = HLP_LENGTH * TABLES * DATA_TAB = DATA_TAB_ESP. "unicode

TRANSLATE_CODEPAGE_EXCEPT * CALL FUNCTION 'TRANSLATE_CODEPAGE_EXCEPT' * TABLES * T_DATA = DATA_TAB_ESN.

DOWNLOAD ** CALL FUNCTION 'DOWNLOAD' ** EXPORTING ** BIN_FILESIZE = HLP_LENGTH ** FILENAME = HLP_FINAM ** FILETYPE = HLP_FITYP ** ITEM = HLP_ITEM ** IMPORTING ** ACT_FILENAME = HLP_FINAM ** ACT_FILETYPE = HLP_FITYP ** FILESIZE = HLP_LENGTH ** TABLES ** DATA_TAB = DATA_TAB_ESN.

GUI_DOWNLOAD * CALL FUNCTION 'GUI_DOWNLOAD' * EXPORTING ** BIN_FILESIZE = HLP_LENGTH * FILENAME = HLP_FINAM_H * FILETYPE = 'ASC' ** ITEM = HLP_ITEM * IMPORTING ** ACT_FILENAME = HLP_FINAM ** ACT_FILETYPE = HLP_FITYP * FILELENGTH = HLP_LENGTH * TABLES * DATA_TAB = DATA_TAB_ESN.

TRANSLATE_CODEPAGE_EXCEPT * CALL FUNCTION 'TRANSLATE_CODEPAGE_EXCEPT' * TABLES * T_DATA = DATA_TAB_B.

TRANSLATE_CODEPAGE_EXCEPT ** CALL FUNCTION 'TRANSLATE_CODEPAGE_EXCEPT' ** TABLES ** T_DATA = DATA_TAB_B.

DOWNLOAD ** CALL FUNCTION 'DOWNLOAD' ** EXPORTING ** BIN_FILESIZE = HLP_LENGTH ** FILENAME = HLP_FINAM ** FILETYPE = HLP_FITYP ** ITEM = HLP_ITEM ** IMPORTING ** ACT_FILENAME = HLP_FINAM ** ACT_FILETYPE = HLP_FITYP ** FILESIZE = HLP_LENGTH ** TABLES ** DATA_TAB = DATA_TAB_B.

GUI_DOWNLOAD * CALL FUNCTION 'GUI_DOWNLOAD' * EXPORTING ** BIN_FILESIZE = HLP_LENGTH * FILENAME = HLP_FINAM_H * FILETYPE = 'ASC' ** ITEM = HLP_ITEM * IMPORTING ** ACT_FILENAME = HLP_FINAM ** ACT_FILETYPE = HLP_FITYP * FILELENGTH = HLP_LENGTH * TABLES * DATA_TAB = DATA_TAB_B.



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