J_3RSCCDHEADER_ADD SAP (Additional fields for CCD header) Structure details

Dictionary Type: Structure
Description: Additional fields for CCD header




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




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

J_3RSCCDHEADER_ADD 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 "Additional fields for CCD header" 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_3RSCCDHEADER_ADD TYPE J_3RSCCDHEADER_ADD.

The J_3RSCCDHEADER_ADD table consists of various fields, each holding specific information or linking keys about Additional fields for CCD header data available in SAP. These include DECL_NAME1 (Declarant Name 1), DECL_NAME2 (Declarant Name 2), DECL_NAME3 (Name 3), DECL_NAME4 (Name 4).. 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: Can be enhanced (character-type or numeric)


SAP J_3RSCCDHEADER_ADD 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
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
DECL_NAME1Declarant Name 1 J_3RS_NAME1_GPCHAR40CHAR_40
DECL_NAME2Declarant Name 2 J_3RS_NAME2_GPCHAR40CHAR_40
DECL_NAME3Name 3 J_3RS_NAME3_GPCHAR40CHAR_40
DECL_NAME4Name 4 J_3RS_NAME4_GPCHAR40CHAR_40
DEST_CTRY_NAMEDestination Country Name J_3RS_DESTCTRNCHAR15TEXT15
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
TOTAL_AMOUNTNet Value in Document Currency NETWRCURR15(2) WERTV8
DP_EXTNUMExternal Number of Deal Passport J_3RS_PODEXTCHAR40Assigned to domainJ_3RF_EXTCNTNUM
CONTRACT_INTInternal Contract Number J_3RF_INTCNTNUMCHAR18ZUONRJ_3RF_CNT_SH
CONTRACT_EXTExternal Contract Number J_3RF_EXTCNTNUMCHAR40Assigned to domainJ_3RF_EXTCNTNUMJ_3RF_CNT_SH
SHIPPART_NAME1Ship-to-party name 1 J_3RF_SHIPNM1CHAR40CHAR_40
SHIPPART_NAME2Ship-to-party name 2 J_3RF_SHIPNM2CHAR40CHAR_40
SOLDPART_NAME1Sold-to Party Name 1 J_3RF_SOLDNM1CHAR40CHAR_40
SOLDPART_NAME2Sold-to Party Name 2 J_3RF_SOLDNM2CHAR40CHAR_40
TYPE_NAMECustoms Declaration Type Name J_3RS_CCD_TYPMAMECHAR80
CLASSCustoms Declaration Class J_3RS_CCD_CLASSCHAR4J_3RS_CCD_CLASS
STATUS_NAMECustoms Declaration Status Name J_3RS_CCD_STNAMECHAR40
FI_FEESAccounting Document Number for Fees J_3RS_BELNR_FDOCCHAR10ALPHABELNR
FI_DUTIESAccounting Document Number for Duties J_3RS_BELNR_DDOCCHAR10ALPHABELNR
FI_FEES_YEARYear of Posting Customs Fees J_3RS_GJAHR_FDOCNUMC4GJAHRGJAHR
FI_DUTIES_YEARYear of Posting Customs Duties J_3RS_GJAHR_DDOCNUMC4GJAHRGJAHR

Key field Non-key field



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

As J_3RSCCDHEADER_ADD 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_3RSCCDHEADER_ADD as there is no data to select.

How to access SAP table J_3RSCCDHEADER_ADD

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