TVSHP SAP (Shipping Parameters at Client-level) Table details

Dictionary Type: Table
Description: Shipping Parameters at Client-level




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




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

TVSHP is a standard SAP Table which is used to store Shipping Parameters at Client-level data and is available within R/3 SAP systems depending on the version and release level.

The TVSHP table consists of various fields, each holding specific information or linking keys about Shipping Parameters at Client-level data available in SAP. These include CONVDURAG (Conversion for gross duration (plant calendar)), CONVDURAN (Conversion for net duration (plant & working hours)), KZAUTLF (Type of full delivery check), KZUBEBE (Transfer of confirmed schedule line quantities from orders).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TVSHP 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
CONVDURAGConversion for gross duration (plant calendar) CONVDURAGCHAR1CONVDURA
CONVDURANConversion for net duration (plant & working hours) CONVDURANCHAR1CONVDURA
KZAUTLFType of full delivery check KZAUTLFCHAR1KZAUTLF
KZUBEBETransfer of confirmed schedule line quantities from orders UBEBECHAR1XFELD
GIOVPGoods movement posting for over-picking is possible GIOVPCHAR1XFELD
IGNBFSwitch off buffer for document number assignment IGNBFCHAR1XFELD
XSIACTIVEExpress Delivery Company Active XSIACTIVECHAR1XSIACTIVE
EXIDV_UNIQUEExternal unique HU identification EXIDV_UNIQUECHAR1XFELD
SPLITLOCKLock Deliveries That Have Been Split During GI Posting? LEDSPD_SPLITLOCKCHAR1XFELD
ALLOW_DEC_DSPRelease Subsequent Delivery Split in Decentralized System LESHP_ALLOW_DECENTRAL_SPLITCHAR1XFELD
SPE_LEAN_HUSTATLean HU Status Update in Non-unique HU Numbering Scenario /SPE/GEN_LEAN_HUSTATCHAR1/SPE/GEN_LEAN_HUSTAT
SPE_INB_VL_MMDocument Flow Update for Stock Postings and Returns Deliv. /SPE/INB_VL_MMCHAR1/SPE/CUST_IS_ACTIVE
SPE_PACKPOS_DELControl Deletion of generated packing items /SPE/DE_PACKPOS_DELCHAR1/SPE/DO_PACKPOS_DEL
SPE_EXIDV_TAKEOVTake Over External Handling Unit Identifications /SPE/EXIDV_TAKEOVERCHAR1XFELD
SPE_EWM_PDTCEWM Tolerance Check Indicator Based on Purchase Documents /SPE/SPE_EWM_PDTCCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TVSHP
INTO CORRESPONDING FIELDS OF WA_TVSHP
WHERE...

How to access SAP table TVSHP

Within an ECC or HANA version of SAP you can also view further information about TVSHP 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!