J_3RSCCDHEADER SAP (Cargo Customs Declaration Header) Table details

Dictionary Type: Table
Description: Cargo Customs Declaration Header




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




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

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

The J_3RSCCDHEADER table consists of various fields, each holding specific information or linking keys about Cargo Customs Declaration Header data available in SAP. These include CCD (Customs Declaration Document Number), BUKRS (Company Code), TYPE (Customs Declaration Type), POD (Internal Number of Deal Passport).. 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_3RSCCDHEADER 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
CCDCustoms Declaration Document Number J_3RS_CCD_BELNCHAR10ALPHAJ_3RS_CCD_BELNCCD
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
TYPECustoms Declaration Type J_3RS_CCD_TYPECHAR4J_3RSCCDTYPEJ_3RS_CCD_TYPECCD_TYPE
PODInternal Number of Deal Passport J_3RS_PODINTCHAR10J_3RSPASSDEALALPHAVBELNDP
STATUSCustoms Declaration Status J_3RS_CCD_STATUSCHAR2J_3RSCCDSTATUSJ_3RS_CCD_STATUS
DESTCNTRYFirst Transit Country J_3RS_DESTCNTRYCHAR3T005LAND1
TRADCNTRYTrading Country J_3RS_TRADCNTRYCHAR3T005LAND1
DECLRTCODCustoms Declaration Declarant J_3RS_DECLARANTCODECHAR10LFA1ALPHALIFNR
ALAND_DEPDeparture Country J_3RS_ALAND_DEPCHAR3T005LAND1
ALAND_DESTDestination Country Code J_3RS_ALAND_DESTCHAR3T005LAND1
ALAND_TRANSCountry of Vehicle J_3RS_ALAND_TRANSCHAR3T005LAND1
IDTRANSPVehicle ID J_3RS_IDTRANSPCHAR130TXT130
KURSKExchange Rate for Price Determination KURSKDEC9(5) EXCRTKURRF
CUSTCODECode of Customs Office on Border J_3RS_CUSTOM_CODECHAR10Assigned to domainBEHOE
GOODLCTNGoods Location J_3RS_GOODSLOCTNCHAR200
KUNWEShip-to Party J_3RS_KUNWECHAR10KNA1ALPHAKUNNR
KUNAGSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
LWAERSCurrency Key of Company Code J_3RS_LWAERSCUKY5Assigned to domainWAERS
BEHOE_P1Code of Registering Customs Office J_3RS_BEHOECHAR10Assigned to domainBEHOE
DATE_P2Customs Declaration Registration Date J_3RS_DATEDATS8DATUM
EXTN_P3Customs Declaration External Document Number J_3RS_EXTNUMCHAR10J_3RS_CCD_NUM
CRBDRCross Border Date J_3RS_CRBRDERDATS8DATUM
KNUMVNumber of the Document Condition J_3RS_KNUMVCHAR10KNUMV
ADD_TXT1Additional Text 1 J_3RS_ADDTXT1CHAR130TXT130
ADD_TXT2Additional Text 2 J_3RS_ADDTXT2CHAR130TXT130
FEE_RATECustoms Fee Rate J_3RS_FEERATECURR15(2) WERTV8
FEE_AMCustoms Fee Amount J_3RS_FEEAMCURR15(2) WERTV8
FEE_TYPECustoms Fee Type J_3RS_FEETYPECURR15(2) WERTV8
SUBTOTAL3Condition Subtotal 3 from Pricing Procedure J_3RS_SUBTOT3CURR15(2) WERTV8
SUBTOTAL4Condition Subtotal 4 from Pricing Procedure J_3RS_SUBTOT4CURR15(2) WERTV8
SUBTOTAL5Condition Subtotal 5 from Pricing Procedure J_3RS_SUBTOT5CURR15(2) WERTV8
SUBTOTAL6Condition Subtotal 6 from Pricing Procedure J_3RS_SUBTOT6CURR15(2) WERTV8
VEHICLE_TPShipping Type on Border J_3RS_VEHTYP_BRDCHAR3J_3RSCCDVEHICL

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_3RSCCDHEADER
INTO CORRESPONDING FIELDS OF WA_J_3RSCCDHEADER
WHERE...

How to access SAP table J_3RSCCDHEADER

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