JGTADRA SAP (IS-M: Business Partner-Address Assignment (Time-Dependent)) Table details

Dictionary Type: Table
Description: IS-M: Business Partner-Address Assignment (Time-Dependent)




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




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

JGTADRA is a standard SAP Table which is used to store IS-M: Business Partner-Address Assignment (Time-Dependent) data and is available within R/3 SAP systems depending on the version and release level.

The JGTADRA table consists of various fields, each holding specific information or linking keys about IS-M: Business Partner-Address Assignment (Time-Dependent) data available in SAP. These include GPNR (IS-M: Business Partner Key), LOGADR (IS-M: Logical Address Number), ADRZA (IS-M: Time Slice Counter in Logical Address), JPARVW (IS-M: Business Partner Roles).. 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 JGTADRA 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
GPNRIS-M: Business Partner Key GPNRCHAR10JGTGPNRALPHAGPNRJGPMJG0
LOGADRIS-M: Logical Address Number JLOGADRNUMC4JLOGADR
ADRZAIS-M: Time Slice Counter in Logical Address JADRZANUMC4JADRTA
JPARVWIS-M: Business Partner Roles JPARVW2CHAR2TJG66PARVWJPARVWJGR
ADRNRIS-M: Address Number JADRNRCHAR10JGTSADRALPHAJADRNR
WDAT1Valid-From Date GUELTIGVONDATS8DATUMJSA
WDAT2Valid-To Date GUELTIGBISDATS8DATUMJSB
VADRNRIS-M: Address Number of Previous Address (Relocation) JVADRNRCHAR10JGTSADRALPHAJADRNR
ERFUSERCreated By ERFUSERCHAR12USNAM
ERFDATECreated On ERFDATEDATS8DATUM
ERFTIMETime Created ERFTIMETIMS6UZEIT
AENUSERLast Changed By AENUSERCHAR12USNAM
AENDATEDate of Last Change AENDATEDATS8DATUM
AENTIMETime of Last Change AENTIMETIMS6UZEIT
XKAHSIS-M: Customer Pickup Point Indicator XKAHSCHAR1XFELD
SD_UPDACheckbox XFELDCHAR1XFELD
SD_UPDA_FSCheckbox XFELDCHAR1XFELD
XGAPCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM JGTADRA
INTO CORRESPONDING FIELDS OF WA_JGTADRA
WHERE...

How to access SAP table JGTADRA

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