TJV63 SAP (IS-M/SD: Customer Data in Goods Arrival Data (Deutsche Post)) Table details

Dictionary Type: Table
Description: IS-M/SD: Customer Data in Goods Arrival Data (Deutsche Post)




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




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

TJV63 is a standard SAP Table which is used to store IS-M/SD: Customer Data in Goods Arrival Data (Deutsche Post) data and is available within R/3 SAP systems depending on the version and release level.

The TJV63 table consists of various fields, each holding specific information or linking keys about IS-M/SD: Customer Data in Goods Arrival Data (Deutsche Post) data available in SAP. These include DRKEI (Plant), POVERKZ (IS-M: Postal distribution indicator), ORIGINATOR (IS-M: Publisher Customer Number), PRODUCER (IS-M: Producer Customer Number).. 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 TJV63 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
DRKEIPlant JWERKCHAR4T001WWERKSWRK
POVERKZIS-M: Postal distribution indicator POVERKZCHAR8POVERKZMJD3
ORIGINATORIS-M: Publisher Customer Number ISM_DPAM_ORIGNUMC10
PRODUCERIS-M: Producer Customer Number ISM_DPAM_PRODUCERNUMC10
SUBMITTERIS-M: ID of Customer Providing Goods ISM_DPAM_SUBMITNUMC10
PAYERIS-M: Payer Customer Number ISM_DPAM_PAYERNUMC10
HOLDERIS-M: Customer Number of Holder ISM_DPAM_HOLDERNUMC10
TRANSKZIS-M: Transport Indicator (Goods Arrival or Pickup) EDSTRANSKZCHAR1TRANSKZ
EINLARTIS-M: Indicator for Goods Arrival EDSEINLARTCHAR1EINLART
PROD_PLANT_IDIS-M: Handover Point to DPAG ISM_DPAM_PLANT_IDCHAR15TEXT15

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJV63
INTO CORRESPONDING FIELDS OF WA_TJV63
WHERE...

How to access SAP table TJV63

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