SAP Reports / Programs

RVEXWADA SAP ABAP Report - Goods Catalog (Import and Export) - Disk Version







RVEXWADA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Goods Catalog - Create Diskette for Import or Export Goods This report creates a goods catalog for submission to customs authorities that lists the materials (and their commodity codes and import code numbers) your company imports or exports...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 RVEXWADA 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

VE74 - Goods Catalog: Create Diskette


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 RVEXWADA. "Basic submit
SUBMIT RVEXWADA AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXWADA 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: S_WERKS = Plant
Selection Text: S_MATNR = Material
Selection Text: P_STAWN = Issue length of commodity code
Selection Text: P_SONDE = Special procedure no.
Selection Text: P_PRINT = Issue log
Selection Text: P_PATH = Subdirectory on PC
Selection Text: P_LAND1 = Country
Selection Text: P_FILE = Target file
Selection Text: P_ERSDA = New materials from
Selection Text: P_DRIV = Target disk drive
Selection Text: P_COPY = Copy file
Selection Text: P_BUKRS = Company code
Title: Goods Catalog (Import and Export) - Disk Version
Text Symbol: Z05 = Remarks ;
Text Symbol: Z04 = Comm.Code ;
Text Symbol: Z03 = Goods description ;
Text Symbol: Z02 = Art. no. ;
Text Symbol: 012 = Please wait - Data is being read...
Text Symbol: 011 = Goods catalog
Text Symbol: 010 = N
Text Symbol: 008 = Spec. procedure no.;
Text Symbol: 007 = Criteria for issuing output
Text Symbol: 006 = Spec. for creating files
Text Symbol: 005 = Additional specifications
Text Symbol: 004 = Selection criteria
Text Symbol: 003 = Stat.;
Text Symbol: 002 = G O O D S C A T A L O G (Import/Export)
Text Symbol: 001 = Comp. no.;


INCLUDES used within this REPORT RVEXWADA

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-012.

DOWNLOAD * call function 'DOWNLOAD' "P30K117695 * exporting "P30K117695 * codepage = 'IBM' "P30K117695 * bin_filesize = lc_filesize "P30K117695 * filename = filename "P30K117695 * filetype = 'BIN' "P30K117695 * filetype = 'ASC' "P30K117695 * item = text-011 "P30K117695 * filetype_no_show = true "P30K117695 * importing "P30K117695 * act_filename = filename "P30K117695 * act_filetype = filetype "P30K117695 * filesize = lc_filesize "P30K117695 * tables * data_tab = data_tab_hex. "P30K117695

LIST_DOWNLOAD CALL FUNCTION 'LIST_DOWNLOAD' EXPORTING LIST_INDEX = SY-LSIND METHOD = 'RTF' EXCEPTIONS OTHERS = 1.

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING DISPLAY = ' ' FIELDNAME = FIELDNAME TABNAME = TABNAME IMPORTING SELECT_VALUE = P_LAND1 EXCEPTIONS OTHERS = 0.



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