SAP Reports / Programs

RVEXSOS1 SAP ABAP Report - Foreign Trade: Upload of Code Numbers: Other Countries - Import







RVEXSOS1 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 RVEXSOS1 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

VIU4X - Load Import Code No.-Other Countries


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 RVEXSOS1. "Basic submit
SUBMIT RVEXSOS1 AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXSOS1 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: P_LAND1 = D Country key
Selection Text: P_LTEXTH = D End position
Selection Text: P_LTEXTL = D Start position
Selection Text: P_OFFSE = D Formatting
Selection Text: P_OTHER = D Data carrier
Selection Text: P_REORG = D Compare
Selection Text: P_SPRAS = D Language key
Selection Text: P_STAWN = D Length
Selection Text: P_STAWNH = D End position
Selection Text: P_STAWNL = D Start position
Selection Text: P_UMSCH = D Conversion
Selection Text: S_STAWN = D Comm./imp. code no.
Selection Text: P_KEY = D Key for upload
Selection Text: P_FIRST = D Data carrier
Selection Text: P_BEMEHL = D Start position
Selection Text: P_BEMEHH = D End position
Selection Text: PAR_PFAD = D Subdirectory
Selection Text: PAR_FILE = D Name of file
Selection Text: PAR_DRIV = D Disk drive
Title: Foreign Trade: Upload of Code Numbers: Other Countries - Import
Text Symbol: M03 = The country specified is member
Text Symbol: M02 = of the European Union
Text Symbol: M01 = The country specified is not a member
Text Symbol: H04 = GoodsText
Text Symbol: E25 = End item spec. UoM. ;
Text Symbol: M04 = Invalid country
Text Symbol: M05 = Maintain the length of the comm.code / import
Text Symbol: M06 = code no. in table T609S for the country
Text Symbol: M07 = For this key, there is already an
Text Symbol: M08 = entry in INDX - It will be overwritten
Text Symbol: M09 = Enter key for reorganization
Text Symbol: M10 = Distance does not corresp.
Text Symbol: E24 = Initial item spec. UoM.;
Text Symbol: E00 = Selection criteria - General
Text Symbol: E01 = File specific.
Text Symbol: E02 = Data record structure
Text Symbol: E03 = Spec.unit of measure
Text Symbol: E04 = Addit.specif.





Text Symbol: E05 = Manual fixing of goods movement at 0 (no SAP standard !!)
Text Symbol: E06 = Prepare comparison
Text Symbol: E07 = Data carr.
Text Symbol: E20 = Initial item goods no. ;
Text Symbol: E21 = Final item goods no. ;
Text Symbol: E22 = Initial item goods text;
Text Symbol: E23 = Final item goods text ;
Text Symbol: M18 = Table T604 is locked by another user
Text Symbol: M14 = Specify start and end position
Text Symbol: M13 = in INDX
Text Symbol: M12 = For this key, there is no entry
Text Symbol: M11 = defined length


INCLUDES used within this REPORT RVEXSOS1

INCLUDE SOS1_TOP.


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:

No SAP FUNCTION MODULES are executed within this report code!



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