JVTNOTICE SAP (IS-M/SD: Carrier Change Notifications) Table details

Dictionary Type: Table
Description: IS-M/SD: Carrier Change Notifications




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




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

JVTNOTICE is a standard SAP Table which is used to store IS-M/SD: Carrier Change Notifications data and is available within R/3 SAP systems depending on the version and release level.

The JVTNOTICE table consists of various fields, each holding specific information or linking keys about IS-M/SD: Carrier Change Notifications data available in SAP. These include ERSCHDAT (Publication Date), ZAEHLER (IS-M: Internal Counter for Carrier Change Notification), VERSANDDAT (IS-M: Shipping Date), BEZIRKTAT (Actual Carrier Route).. 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 or numeric)


SAP JVTNOTICE 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
ERSCHDATPublication Date ERSCHDATDATS8DATUMJD9
ZAEHLERIS-M: Internal Counter for Carrier Change Notification ISPZAEHLERINT410INT4
VERSANDDATIS-M: Shipping Date VRSNDDATUMDATS8DATUMRFD
BEZIRKTATActual Carrier Route BEZIRKTATCHAR10JVTBEZIRKALPHABEZIRK
BEZRUNDTATActual Delivery Round BEZRUNDTATCHAR10JVTRUNDEALPHABEZRUNDEJBR
DRUCKEREIPlant JWERKCHAR4T001WWERKSWRK
VBELNIS-M/SD: Publishing Sales Order AVNRCHAR10JKAKALPHAAVNRJK1MJK1
POSNRSales Order Item APNRNUMC6JKAPAPNR
ETENRSales Order Schedule Line JAENRNUMC4JKEPAENR
LFNGNRIS-M: Sequence Number for Delivery LFNGNRNUMC12JVTLFNGLFNGNRLFG
NACHLFNGNRSequence number of subsequent delivery NACHLFNGNRNUMC2NUM2
AENDERARTIS-M/SD: Order change type - carrier notification JCHNGTYPECHAR3JCHNGTYPE
ERSCHDAT_PREVPublication Date ERSCHDATDATS8DATUMJD9
VERSANDDAT_PREVIS-M: Shipping Date VRSNDDATUMDATS8DATUMRFD
ETMENGEIS-M: Sales Order Schedule Line Quantity ETMENGEQUAN10MENGGPOS
ETMENGE_PREVIS-M: Sales Order Schedule Line Quantity ETMENGEQUAN10MENGGPOS
ETMEINSIS-M: Sales Unit for Sales Order ETMEINSUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM JVTNOTICE
INTO CORRESPONDING FIELDS OF WA_JVTNOTICE
WHERE...

How to access SAP table JVTNOTICE

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