RGCDOWVJ 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 RGCDOWVJ 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: ABRJAHR = D Fiscal year
Selection Text: GESNR = D Company
Selection Text: PROTOKOL = Log
Selection Text: RSUBD = D Subgroup
Selection Text: VERSION = D Version
Selection Text: VGLPER = Period
Title: FI-LC Download: Carry-fwd Values for Carry-Forward Transaction Types
Text Symbol: 999 = Send data to PC
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_GET_FILENAME * CALL FUNCTION 'G_GET_FILENAME' * EXPORTING * E_RCOMP = GESNR * E_RVERS = VERSION * E_PARAM1 = GESNR "xhe311097 * E_PARAM2 = VERSION "xhe311097 * IMPORTING * I_FILENAME = GD_FILENAME * I_FILEFORMAT = GD_FILEFORMAT * EXCEPTIONS * FILE_NOT_FOUND = 01.
WS_DOWNLOAD *CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING * CODEPAGE = 'IBM' * FILENAME = FILENAME * FILETYPE = FILETYPE * IMPORTING * FILELENGTH = FILELENGTH * TABLES * DATA_TAB = VJR * EXCEPTIONS * FILE_OPEN_ERROR = 01 * FILE_WRITE_ERROR = 02 * INVALID_FILESIZE = 03 * INVALID_TABLE_WIDTH = 04 * INVALID_TYPE = 05 * NO_BATCH = 06 * UNKNOWN_ERROR = 07.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGCDOWVJ - FI-LC Download: Carry-fwd Values for Carry-Forward Transaction Types RGCDOWVJ - FI-LC Download: Carry-fwd Values for Carry-Forward Transaction Types RGCDOW40 - Download for Decentralized Data Entry with MS Access RGCDOW40 - Download for Decentralized Data Entry with MS Access RGCDOW30 - FI-LC: FI Data Extract Download RGCDOW30 - FI-LC: FI Data Extract Download