J_1ACAE SAP (Argentina electronic invoice CAE track table) Table details

Dictionary Type: Table
Description: Argentina electronic invoice CAE track table




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




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

J_1ACAE is a standard SAP Table which is used to store Argentina electronic invoice CAE track table data and is available within R/3 SAP systems depending on the version and release level.

The J_1ACAE table consists of various fields, each holding specific information or linking keys about Argentina electronic invoice CAE track table data available in SAP. These include BUKRS (Company Code), BRNCH (Branch Number), CAE_REF (Reference document for CAE invoices), CAE_REFYR (Fiscal Year).. 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)


SAP J_1ACAE 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 MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BRNCHBranch Number J_1ABRNCHCHAR4J_1BBRANCHJ_1BBRANCHJEA
CAE_REFReference document for CAE invoices J_1ACAEREFCHAR10ALPHAJ_1ACAEREF
CAE_REFYRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CAE_REFTYPCAE reference document type J_1ACAEREFTYPCHAR1J_1ACAEREFTYP
BUDATPosting Date in the Document BUDATDATS8DATUM
DOCCLSDocument Class J_1ADOCCL_CHAR1J_1ADOCCLSJ_1ADOCCLS
J_1APRTCHRCharacter to be printed on the document J_1APCHARCHAR1J_1APRTCHRJ_1APCHAR
XBLNRReference Document Number XBLNRCHAR16XBLNR
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
ANX3_DATEDate of Annexure III generation J_1AANX3DTDATS8DATUM
CAE_STATUSCAE Invoice Status J_1ACAESTATUSCHAR1J_1ACAESTATUS
CAE_REASONReason for CAE status J_1ACAEREASONCHAR8
REJ_REASONReason for rejection of CAE invoice J_1AREJREASONCHAR11CHAR11
CAE_NUMCAE number of invoice J_1ACAENUMCHAR14J_1ACAENUM
CAE_DUEDATECAE invoice due date J_1ACAEDUEDATEDATS8DATUM
EI_FLAGFlag to mark creation of EI in Annexure V format J_1AEIFLAGCHAR1J_1AEIFLAG
CAE_AENAMName of Person Who Changed Object J_1AAENAMCHAR12USNAM
CAE_AEDATDate of Last Change J_1AAEDATDATS8DATUM
CUST_EI_FLAGFlag to indicate electronic invoicing applicable for custome J_1ACUST_EICHAR1J_1ACUST_EI
SALES_SERV_INDGoods or Service Invoices J_1ASALSERINDCHAR1J_1ASALSERIND
UNIQUE_EXP_CODEUnique Code to Identify Export Documents UNIQUE_EXP_CODENUMC10UNIQUE_EXP_CODE
REASON_CONTINGContingency Reason for CAE Invoice J_1ACONRESAONCHAR20CHAR20
CONTING_FLAGProcessing Contingency Document J_1ACONFLAGCHAR1
CONTING_TIMEContingency Time J_1ACONTIMETIMS6TIME8
CONTING_DATEContingency Date J_1ACONDATEDATS8DATUM
CONTIN_BRNCHContingency Branch J_1ACONBRNCHCHAR4Assigned to domainJ_1BBRANCH
RFC_SENT_DATERFC Sent Date J_1ARFCSENTDATEDATS8DATUM
RFC_SENT_TIMERFC Sent Time J_1ARFCSENTTIMETIMS6TIME8
RFC_SENT_LOCKRFC Sent Lock J_1ARFCSENTLOCKCHAR1J_1ARFCSENTLOCK
XMLMESSAGEIDXML Message ID J_1A_WS_XMLMSGIDCHAR32J_1A_WS_XMLMSGID
UNIQ_EXP_WS_IDAR: WS Unique Code to Identify Export Documents J_1A_WS_UNIQEXPIDNUMC15J_1A_WS_UNIQEXPID

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1ACAE
INTO CORRESPONDING FIELDS OF WA_J_1ACAE
WHERE...

How to access SAP table J_1ACAE

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