SAP Reports / Programs | Governance, Risk and Compliance | GRC Access Control Plug-In(GRC-ACP) SAP GRC

/VIRSA/ZCC_DOWNLOAD_DESC SAP ABAP Report - Texts Download for CC.







/VIRSA/ZCC_DOWNLOAD_DESC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /VIRSA/ZCC_DOWNLOAD_DESC 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 /VIRSA/ZCC_DOWNLOAD_DESC. "Basic submit
SUBMIT /VIRSA/ZCC_DOWNLOAD_DESC AND RETURN. "Return to original report after report execution complete
SUBMIT /VIRSA/ZCC_DOWNLOAD_DESC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Texts Download for CC.
Text Symbol: 001 = Selection Parameters
Text Symbol: 002 = Language
Text Symbol: 003 = Local File
Text Symbol: 004 = Application Server File
Text Symbol: 005 = File download error
Text Symbol: 006 = Downloaded file
Text Symbol: 007 = user does not have write file permission for file
Text Symbol: 008 = List of Auth Objects to be Included For Text Extraction
Text Symbol: 009 = Roles
Text Symbol: 010 = Profiles
Text Symbol: 011 = Auth Objects
Text Symbol: 012 = Auth Tcodes
Text Symbol: 013 = Auth Fields
Text Symbol: 014 = Auth Field Values
Text Symbol: 015 = Please enter filename
Text Symbol: 016 = Org Level Variables
Text Symbol: 017 = User Groups


INCLUDES used within this REPORT /VIRSA/ZCC_DOWNLOAD_DESC

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:

F4_FILENAME * CALL FUNCTION 'F4_FILENAME' * EXPORTING * PROGRAM_NAME = WA_CPROG * DYNPRO_NUMBER = WA_DYNNR * FIELD_NAME = 'LFILE' * IMPORTING * FILE_NAME = LFILE.

NAVIGATION_FILENAME_HELP CALL FUNCTION 'NAVIGATION_FILENAME_HELP' IMPORTING SELECTED_FILENAME = LFILE.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING INPUT = T_AGR_TEXTS-SPRAS IMPORTING OUTPUT = WA_LAISO.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING INPUT = T_USR11-LANGU IMPORTING OUTPUT = WA_LAISO.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING INPUT = T_TOBJT-LANGU IMPORTING OUTPUT = WA_LAISO.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING INPUT = T_TSTCT-SPRSL IMPORTING OUTPUT = WA_LAISO.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING INPUT = T_DD04T-DDLANGUAGE IMPORTING OUTPUT = WA_LAISO.

/VIRSA/AUTH_FIELD_VALUES * CALL FUNCTION '/VIRSA/AUTH_FIELD_VALUES' * EXPORTING * LANGU = T_T002-SPRAS * TABLES * AUTH_FIELD = T_AUTHFLD * AUTH_FLD_VALUES = T_AUFLDVAL.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING INPUT = T_USORG-LANGU IMPORTING OUTPUT = WA_LAISO.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING INPUT = T_USGRP-SPRSL IMPORTING OUTPUT = WA_LAISO.

GUI_DOWNLOAD * CALL FUNCTION 'GUI_DOWNLOAD' * EXPORTING * FILENAME = w_file * FILETYPE = 'ASC' * WRITE_FIELD_SEPARATOR = '9' * TABLES * DATA_TAB = T_OBJTXT * EXCEPTIONS * FILE_WRITE_ERROR = 1 * NO_BATCH = 2 * GUI_REFUSE_FILETRANSFER = 3 * INVALID_TYPE = 4 * NO_AUTHORITY = 5 * UNKNOWN_ERROR = 6 * HEADER_NOT_ALLOWED = 7 * SEPARATOR_NOT_ALLOWED = 8 * FILESIZE_NOT_ALLOWED = 9 * HEADER_TOO_LONG = 10 * DP_ERROR_CREATE = 11 * DP_ERROR_SEND = 12 * DP_ERROR_WRITE = 13 * UNKNOWN_DP_ERROR = 14 * ACCESS_DENIED = 15 * DP_OUT_OF_MEMORY = 16 * DISK_FULL = 17 * DP_TIMEOUT = 18 * FILE_NOT_FOUND = 19 * DATAPROVIDER_EXCEPTION = 20 * CONTROL_FLUSH_ERROR = 21 * OTHERS = 22.

GUI_DOWNLOAD * CALL FUNCTION 'GUI_DOWNLOAD' * EXPORTING * FILENAME = w_file1 * FILETYPE = 'ASC' * TABLES * DATA_TAB = T_DUMY * EXCEPTIONS * FILE_WRITE_ERROR = 1 * NO_BATCH = 2 * GUI_REFUSE_FILETRANSFER = 3 * INVALID_TYPE = 4 * NO_AUTHORITY = 5 * UNKNOWN_ERROR = 6 * HEADER_NOT_ALLOWED = 7 * SEPARATOR_NOT_ALLOWED = 8 * FILESIZE_NOT_ALLOWED = 9 * HEADER_TOO_LONG = 10 * DP_ERROR_CREATE = 11 * DP_ERROR_SEND = 12 * DP_ERROR_WRITE = 13 * UNKNOWN_DP_ERROR = 14 * ACCESS_DENIED = 15 * DP_OUT_OF_MEMORY = 16 * DISK_FULL = 17 * DP_TIMEOUT = 18 * FILE_NOT_FOUND = 19 * DATAPROVIDER_EXCEPTION = 20 * CONTROL_FLUSH_ERROR = 21 * OTHERS = 22.

WS_DOWNLOAD * CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING * CODEPAGE = ' ' * FILENAME = LFILE * FILETYPE = 'DAT' * TABLES * DATA_TAB = T_OBJTXT ** FIELDNAMES = * EXCEPTIONS * FILE_OPEN_ERROR = 1 * FILE_WRITE_ERROR = 2 * UNKNOWN_ERROR = 3 * CUSTOMER_ERROR = 4 * OTHERS = 9.

AUTHORITY_CHECK_DATASET CALL FUNCTION 'AUTHORITY_CHECK_DATASET' EXPORTING PROGRAM = WA_REPID ACTIVITY = 'WRITE' FILENAME = WA_FILE EXCEPTIONS NO_AUTHORITY = 1 ACTIVITY_UNKNOWN = 2 OTHERS = 3.

TRINT_SPLIT_FILE_AND_PATH CALL FUNCTION 'TRINT_SPLIT_FILE_AND_PATH' EXPORTING FULL_NAME = wa_file IMPORTING STRIPPED_NAME = lv_file FILE_PATH = lv_filepath EXCEPTIONS X_ERROR = 1 OTHERS = 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 /VIRSA/ZCC_DOWNLOAD_DESC or its description.