J_3RFGTD SAP (Source Customs Declaration Contents) Table details

Dictionary Type: Table
Description: Source Customs Declaration Contents




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




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

J_3RFGTD is a standard SAP Table which is used to store Source Customs Declaration Contents data and is available within R/3 SAP systems depending on the version and release level.

The J_3RFGTD table consists of various fields, each holding specific information or linking keys about Source Customs Declaration Contents data available in SAP. These include MANDT (Client), BUKRS (Company Code), CUSTOMS (Customs Office Code), GTDDATE (Customs Declaration Date).. 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 J_3RFGTD 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
CUSTOMSCustoms Office Code J_3RF_GTDCUSTCHAR10Assigned to domainBEHOEJ_3RF_GTD_FULLNUMBER
GTDDATECustoms Declaration Date J_3RF_GTDDATDATS8J_3RF_GTDDAT
GTDNUMBERCustoms Declaration Number J_3RF_GTDNUMCHAR10J_3RF_GTDNUMJ_3RF_GTD_FULLNUMBER
GTDTYPEOrigin of Customs Declaration J_3RF_GTDTYPECHAR1J_3RF_GTDTYPE
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
POSNRTechnical Line ID in Customs Declaration Database J_3RF_GTDPOSNRNUMC5NUM05
GTDPOSCustoms Declaration Document Line Item Number J_3RF_GTDITEMNUMC3J_3RF_GTDPOSNRJ_3RF_GTD_POSNR
ISSUEDATIssue Date of Goods in Customs Declaration J_3RF_GTDISSUEDDATS8DATE
ORDERNUMPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
ORDERPOSItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
INDELNUMDelivery VBELN_VLCHAR10LIKPALPHAVBELNVL
INDELPOSDelivery Item POSNR_VLNUMC6LIPSPOSNR
MMDOCNUMNumber of Material Document MBLNRCHAR10MKPFALPHABELNRMBN
MMDOCJAHRMaterial Document Year MJAHRNUMC4MKPFGJAHRGJAHRMJA
MMDOCPOSItem in Material Document MBLPONUMC4MSEGMBLPOPOS
BILLREFBilling Document Reference J_3RF_BILLREFCHAR10VBRKALPHAVBELN
HERKLCountry of origin of the material HERKLCHAR3T005LAND1LND
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MENGEMaterial Quantity in Base Unit of Measure J_3RF_GTDMENGEQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
GTDTSTAMPTime Stamp of GTD creation J_3RF_GTDTSCRECHAR14TIMESTAMP
CREUSEREntry Created By J_3RF_GTDUSERCRECHAR12UNAME
CHGTSTAMPTime Stamp of Change J_3RF_GTDTSCHGCHAR14TIMESTAMP
CHGUSEREntry Last Changed By J_3RF_GTDUSERCHGCHAR12UNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_3RFGTD
INTO CORRESPONDING FIELDS OF WA_J_3RFGTD
WHERE...

How to access SAP table J_3RFGTD

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