JVTLIEFBAR SAP (IS-M/SD: Delivery/Home Delivery/Pickup Viability Sets) Table details

Dictionary Type: Table
Description: IS-M/SD: Delivery/Home Delivery/Pickup Viability Sets




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




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

JVTLIEFBAR is a standard SAP Table which is used to store IS-M/SD: Delivery/Home Delivery/Pickup Viability Sets data and is available within R/3 SAP systems depending on the version and release level.

The JVTLIEFBAR table consists of various fields, each holding specific information or linking keys about IS-M/SD: Delivery/Home Delivery/Pickup Viability Sets data available in SAP. These include LIEFBARNR (Sequence number for delivery/home delivery viability set), GUELTIGAB (Valid-From Date), GUELTIGBIS (Valid-To Date), GBISBEEND (Valid to Date After Closed Delivery Via. Sets are Released).. 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 JVTLIEFBAR 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 MANDTCLNT3T000MANDT
LIEFBARNRSequence number for delivery/home delivery viability set LIEFBARNRCHAR9LIEFBARNR
GUELTIGABValid-From Date GUELTIGVONDATS8DATUMJSA
GUELTIGBISValid-To Date GUELTIGBISDATS8DATUMJSB
GBISBEENDValid to Date After Closed Delivery Via. Sets are Released GBISBEENDDATS8DATUM
XAUFTRRELIS-M: Use of delivery viability set possible in order XAUFTRRELCHAR1XFELD
LOESCH_KZDeletion Flag for Master Data in Media Sales & Distribution LOEVM_ISPCHAR1XFELD
DRUERZARTPublication Type DRUERZARTCHAR1TJD17DRUERZART
DRERZPublication DRERZCHAR8JDTDRERALPHADRERZJD1MJD1
PVAEdition PVACHAR8JDTPVAALPHAPVAJD2
BEZUGSTYPMix Type BEZUGSTYP_JE_PVACHAR2JDTBEZTYPBEZUGSTYP_JE_PVAJD3MJD7
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
LIEFERARTDelivery Type LIEFERARTCHAR2TJV01LIEFERARTJLA
GEOEINNumber of Geographical Unit GEOEINCHAR10JSTGEOEINHALPHAGEOEINGEO
BEZIRKCarrier Route BEZIRKCHAR10JVTBEZIRKALPHABEZIRKBEZMJVC
ABHOLSTELLIS-M/SD: Customer Pickup Point ABHOLSTELLCHAR10JGTGPNRALPHAGPNR
BEZRUNDEIS-M: Delivery Round BEZRUNDECHAR10JVTRUNDEALPHABEZRUNDEJBR
DRUCKEREIPlant JWERKCHAR4T001WWERKSWRK
AENDNRBISChange Number for To-Date of Structural Change AENDNRBISCHAR9JSTAENDERALPHAAENDNR
AENDNRBISDDate of Change Number Used to Change To-Date AENDNRBISDCHAR1AENDNRARTD
AENDNRABChange Number for From-Date of Structure Change AENDNRABCHAR9JSTAENDERALPHAAENDNR
AENDNRABDDate of Change Number Used to Change From-Date AENDNRABDCHAR1AENDNRARTD
AENDNRINITInitiating Change Number AENDNRINITCHAR9JSTAENDERALPHAAENDNR
AENDLFDNRISequence Number of Initiating Change Number AENDLFDNRINUMC4AENDLFDNR
AENDNRAKTChange Number in Process AENDNRAKTCHAR9JSTAENDERALPHAAENDNR
AENDLFDNRASequence Number of Currently Operative Change Number AENDLFDNRANUMC4AENDLFDNR
XAENDERStructure information being changed on other change number XAENDERCHAR1XFELD
XSTRUAKTIVStructure information inactive XSTRUAKTIVCHAR1XSTRUAKTIV
FCCODEFunction Control Code for Structure Changes FCCODECHAR2FCCODE
DBCODEFREIDB Code for Structural Changes DBCODECHAR1DBCODE
ERFUSERCreated By ERFUSERCHAR12USNAM
ERFDATECreated On ERFDATEDATS8DATUM
ERFTIMETime Created ERFTIMETIMS6UZEIT
AENUSERLast Changed By AENUSERCHAR12USNAM
AENDATEDate of Last Change AENDATEDATS8DATUM
AENTIMETime of Last Change AENTIMETIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM JVTLIEFBAR
INTO CORRESPONDING FIELDS OF WA_JVTLIEFBAR
WHERE...

How to access SAP table JVTLIEFBAR

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