SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

RVEXWAPA SAP ABAP Report - Goods Catalog (Import/Export) - Paper Version







RVEXWAPA 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 Paper Document 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 RVEXWAPA 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 RVEXWAPA. "Basic submit
SUBMIT RVEXWAPA AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXWAPA 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: R_VSICHT = Sales view
Selection Text: R_GSICHT = Purchasing and sales view
Selection Text: R_ESICHT = Purchasing view
Selection Text: P_STAWN = Issue length of commodity code
Selection Text: P_SONDE = Special procedure no.
Selection Text: P_LAND1 = Country
Selection Text: P_ERSDA = New materials from
Selection Text: P_BUKRS = Company code
Selection Text: C_VZOL = Material descrip. - ascending
Selection Text: C_HZA = Material number - ascending
Selection Text: C_BAMT = Commodity code
Title: Goods Catalog (Import/Export) - Paper Version
Text Symbol: H04 = Remarks ;
Text Symbol: H03 = Commodity Code
Text Symbol: H02 = Goods description
Text Symbol: H01 = Art. no.
Text Symbol: 012 = Please wait - Data is being read...
Text Symbol: 009 = Page ;
Text Symbol: 008 = Spec. procedure no.;
Text Symbol: 007 = Import / Export
Text Symbol: 006 = Issue sorted by
Text Symbol: 005 = Additional specifications
Text Symbol: 004 = Selection criteria
Text Symbol: 003 = Status
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 RVEXWAPA

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.

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