J_1BECD_HISTORY SAP (Electronic-Accounting-File History) Table details

Dictionary Type: Table
Description: Electronic-Accounting-File History




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




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

J_1BECD_HISTORY is a standard SAP Table which is used to store Electronic-Accounting-File History data and is available within R/3 SAP systems depending on the version and release level.

The J_1BECD_HISTORY table consists of various fields, each holding specific information or linking keys about Electronic-Accounting-File History data available in SAP. These include EXCNO (ECD Execution Number), BUKRS (Company Code), ECD_DATE (Date of ECD Creation), ECD_TIME (Time of ECD Creation).. 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_1BECD_HISTORY 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
EXCNOECD Execution Number J_1BECD_EXNONUMC10J_1BECD_EXNO
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ECD_DATEDate of ECD Creation J_1BECD_CREATION_DATEDATS8DATUM
ECD_TIMETime of ECD Creation J_1BECD_CREATION_TIMETIMS6UZEIT
ECD_USERUser Who Triggers ECD Creation J_1BECD_CREATION_USERCHAR12USNAM
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERI_FROMFiscal Period MONATNUMC2MONAT
PERI_TOFiscal Period MONATNUMC2MONAT
BADIECD: Use BAdI Implementation J_1BECD_BADI_ONCHAR1XFELD
CNTRDefault Register Category J_1BECD_DEFAULT_CONTROLCHAR1XFELD
CUSTCustomizing Register Category J_1BECD_CUSTCHAR1XFELD
VARVariant Register Category J_1BECD_TYPE_VARIANTCHAR1XFELD
ACTYPECD Accounting Bookkeeping Type J_1BECD_IND_ESCCHAR1J_1BECD_IND_ESC
VERSILayout Version Code J_1BECD_COD_VERCHAR3J_1BECD_COD_VER
NOROWNumber of Lines in the File J_1BECD_FILE_ROWSNUMC10
MAN_ACC_SELManual Account Selection J_1BECD_MAN_ACC_SELCHAR1XFELD
FSVFinancial Statement Version J_1BECD_VERSNCHAR4Assigned to domainVERSN_011BILH_T011
FSINDShow Only Assigned Accounts J_1BECD_FSINDCHAR1XFELD
CLOSDOCECD Document Type for Closing Activities J_1BECD_CLOSDOCCHAR2Assigned to domainBLARTBARCSH_T003
TESTTest Output on Screen J_1BECD_TEST_OUTPUTCHAR1XFELD
RLDNRLedger in General Ledger Accounting FAGL_RLDNRCHAR2Assigned to domainALPHARLDNRGLN_FLEXFAGL_RLDNR
DT_INI_SITInitial Date of Special Situation J_1BECD_DT_INI_SITDATS8
DT_FIN_SITFinal Date of Special Situation J_1BECD_DT_FIN_SITDATS8
ALTKTIssue Alternative Account Number ALLGALTKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1BECD_HISTORY
INTO CORRESPONDING FIELDS OF WA_J_1BECD_HISTORY
WHERE...

How to access SAP table J_1BECD_HISTORY

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