VRTCPR SAP (Routing Info per Carrier/Country/Zip Code Area) Table details

Dictionary Type: Table
Description: Routing Info per Carrier/Country/Zip Code Area




ABAP Code to SELECT data from VRTCPR
Related tables to VRTCPR
Access table VRTCPR




Table field list including key, data, relationships and ABAP select examples

VRTCPR is a standard SAP Table which is used to store Routing Info per Carrier/Country/Zip Code Area data and is available within R/3 SAP systems depending on the version and release level.

The VRTCPR table consists of various fields, each holding specific information or linking keys about Routing Info per Carrier/Country/Zip Code Area data available in SAP. These include XSITD (Express Delivery Company), LAND1 (Country Key), POST_CODE_FROM (Postal Code), POST_CODE_TO (Postal Code).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP VRTCPR table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
XSITDExpress Delivery Company XSITDCHAR10VXSITDXSITDXSIXSITD_S
LAND1Country Key LAND1CHAR3T005LAND1LND
POST_CODE_FROMPostal Code POST_CODECHAR10ADRPSTCODEPOST_CODEPSCPSTC
POST_CODE_TOPostal Code POST_CODECHAR10ADRPSTCODEPOST_CODEPSCPSTC
ROUTECODERouting information for XSI carrier ROUTECODECHAR12ROUTECODE
XSITOURExpress Delivery Company's Route Number XSITOURCHAR10XSITOUR
XSIHUBEForwarder's Load Transfer Point for Arriving Goods XSIHUBECHAR6XSIHUB
XSIHUBZExpress Delivery Company's Central Hub XSIHUBZCHAR6XSIHUB
XSIHUBAForwarder's Outbound Delivery Load Transfer Point XSIHUBACHAR6XSIHUB

Key field Non-key field



How do I retrieve data from SAP table VRTCPR using ABAP code

The following ABAP code Example will allow you to do a basic selection on VRTCPR to SELECT all data from the table
DATA: WA_VRTCPR TYPE VRTCPR.

SELECT SINGLE *
FROM VRTCPR
INTO CORRESPONDING FIELDS OF WA_VRTCPR
WHERE...

How to access SAP table VRTCPR

Within an ECC or HANA version of SAP you can also view further information about VRTCPR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!