J_1BCTE_DOC SAP (CT-e Document Header) Structure details

Dictionary Type: Structure
Description: CT-e Document Header




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




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

J_1BCTE_DOC 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 "CT-e Document 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_1BCTE_DOC TYPE J_1BCTE_DOC.

The J_1BCTE_DOC table consists of various fields, each holding specific information or linking keys about CT-e Document Header data available in SAP. These include BUDAT (Posting Date in the Document), BLDAT (Document Date in Document), NFNET (Net Value including taxes), NFTOT (Total value including all taxes).. 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_1BCTE_DOC 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
XMLVERSXML Version J_1BNFEXMLVERSIONDEC4(2) J_1BNFEXMLVERSION
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
NFNETNet Value including taxes J_1BNFNETCURR15(2) WERTV8
NFTOTTotal value including all taxes J_1BNFTOTCURR15(2) WERTV8
ACCESS_KEY 0
REGIORegion of Document Issuer J_1BREGIOCHAR2J_1BREGIO
NFYEARYear of Document Date J_1BYEARCHAR2J_1BYEAR
NFMONTHMonth of Document Date J_1BMONTHCHAR2J_1BMONTH
STCD1CNPJ Number of Document Issuer J_1BSTCD1CHAR14J_1BSTCD1
MODELModel of Nota Fiscal J_1BMODELNUMC2J_1BMODEL
SERIESeries J_1BSERIESCHAR3J_1BSERIES
NFNUM9Nine-Digit Document Number J_1BNFNUM9CHAR9J_1BNFNUM9
DOCNUM9Random Number in Access Key J_1BDOCNUM9CHAR9J_1BDOCNUM9
CDVCheck Digit in Access Key J_1BCHECKDIGITCHAR1J_1BCHECKDIGIT
AUTHCODEProtocol Number J_1BNFEAUTHCODECHAR15J_1BNFEAUTHCODE
AUTHDATEProcessing Timestamp - Date J_1BAUTHDATEDATS8DATUM
AUTHTIMEProcessing Timestamp - Time J_1BAUTHTIMETIMS6UZEIT
SERV_TPService Type Indicator J_1BCTE_SERV_TPCHAR1J_1BCTE_SERV_TP
REGIO_FRSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
TXJCD_FRTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
REGIO_TOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
TXJCD_TOTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
MAIN_PRODUCTMain Product Transported J_1BCTE_MAIN_PRODCHAR60CHAR60
TOTAL_REF_AMNTTotal Amount of Goods J_1BCTE_REF_TOT_VALCURR15(2) WERT8
MODETRANSPORTMode of Transportation J_1BMODETRANSPORTCHAR2J_1BMODETRANSPORT
CTE_SERV_TAKERCT-e Partner as Service Taker J_1BCTE_SERVICE_TAKERCHAR1J_1BCTE_SERVICE_TAKER
CTE_TYPECT-e Type J_1BCTTYPECHAR1J_1BCTTYPE
RECEIVER_COLLECTReceiver Collection Indicator J_1BCTE_RCVR_WDWCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table J_1BCTE_DOC

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