J_3RFGTD_REP SAP (Customs Declaration Usage (needed for J_3RFGTDUSAGE report)) Structure details

Dictionary Type: Structure
Description: Customs Declaration Usage (needed for J_3RFGTDUSAGE report)




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




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

J_3RFGTD_REP is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Customs Declaration Usage (needed for J_3RFGTDUSAGE report)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_J_3RFGTD_REP TYPE J_3RFGTD_REP.

The J_3RFGTD_REP table consists of various fields, each holding specific information or linking keys about Customs Declaration Usage (needed for J_3RFGTDUSAGE report) 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP J_3RFGTD_REP structure 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
BUKRS_NAMECompany Name J_3RF_GTD_CC_NAMECHAR140CHAR140
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
CUSTOMSCustoms Office Code J_3RF_GTDCUSTCHAR10Assigned to domainBEHOEJ_3RF_GTD_FULLNUMBER
GTDDATECustoms Declaration Date J_3RF_GTDDATDATS8Assigned to domainJ_3RF_GTDDAT
GTDNUMBERCustoms Declaration Number J_3RF_GTDNUMCHAR10Assigned to domainJ_3RF_GTDNUMJ_3RF_GTD_FULLNUMBER
GTDTYPEOrigin of Customs Declaration J_3RF_GTDTYPECHAR1J_3RF_GTDTYPE
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
POSNRTechnical Line ID in Customs Declaration Database J_3RF_GTDPOSNRNUMC5NUM05
LIFNR_NAMEVendor Name J_3RF_GTD_LIFNR_NAMECHAR140CHAR140
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 EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
ORDERPOSItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BILLREFBilling Document Reference J_3RF_BILLREFCHAR10Assigned to domainALPHAVBELN
MMDOCNUMMaterial Document Reference J_3RF_GTD_MMDOCNUMCHAR10ALPHABELNR
MMDOCJAHRYear of Material Document Reference J_3RF_GTD_MMDOCJAHRNUMC4GJAHRGJAHR
MMDOCPOSItem of Material Document Reference J_3RF_GTD_MMDOCPOSNUMC4MBLPO
INDELNUMInbound Delivery Reference J_3RF_GTD_DELNUMCHAR10Assigned to domainALPHAVBELN
INDELPOSInbound Delivery Item Reference J_3RF_GTD_DELPOSNUMC6Assigned to domainPOSNR
HERKLCountry of origin of the material HERKLCHAR3Assigned to domainLAND1LND
MATTEXTMaterial Description (Short Text) MAKTXCHAR40TEXT40
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MENGEMaterial Quantity in Base Unit of Measure J_3RFGTD_QNTQUAN13(3) MENG13
OPENMENGEAvailable Material Quantity in the Customs Declaration Item J_3RFGTD_OPENQNTQUAN13(3) MENG13
INVOICENUMBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
INVOICEPOSBilling item POSNR_VFNUMC6Assigned to domainPOSNR
FKDATBilling date for billing index and printout FKDATDATS8DATUM
FKARTBilling Type FKARTCHAR4Assigned to domainFKART
VBTYPSD document category VBTYPCHAR1VBTYP
INVNUMREFNumber of Original Billing Document Referenced J_3RF_GTDINVREFCHAR10Assigned to domainALPHAVBELN
INVPOSREFItem of Original Billing Document Referenced J_3RF_GTDPOSREFNUMC6Assigned to domainPOSNR
KUNNRInvoice Sold-to Party J_3RF_GTD_INVKUNNRCHAR10Assigned to domainALPHAKUNNR
KUNNR_NAMEInvoice Sold-to Party Description J_3RF_GTD_INVKUNNR_NAMECHAR140CHAR140
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
BUDATPosting Date in the Document BUDATDATS8DATUM
MBLNRREFNumber of Original Material Document Referenced J_3RF_GTDMDOCREFCHAR10ALPHABELNR
MJAHRREFOriginal Material Document Year J_3RF_GTDMJAHRREFNUMC4GJAHRGJAHR
ZEILEREFItem of Original Material Document Referenced J_3RF_GTDMPOSREFNUMC4MBLPO
REFTSTAMPTime Stamp of Reference creation J_3RF_GTDREFTSTCHAR14TIMESTAMP
GTDTSTAMPTime Stamp of GTD creation J_3RF_GTDTSCRECHAR14TIMESTAMP
D_TYPEItem Type in Customs Declaration Usage Report J_3RF_GTDREPLINECHAR1J_3RF_GTDREPLINE

Key field Non-key field



How do I retrieve data from SAP structure J_3RFGTD_REP using ABAP code?

As J_3RFGTD_REP is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on J_3RFGTD_REP as there is no data to select.

How to access SAP table J_3RFGTD_REP

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