J_1AI01 SAP (Structure for correction reports) Structure details

Dictionary Type: Structure
Description: Structure for correction reports




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




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

J_1AI01 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 "Structure for correction reports" 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_1AI01 TYPE J_1AI01.

The J_1AI01 table consists of various fields, each holding specific information or linking keys about Structure for correction reports data available in SAP. These include MONAT (Fiscal Period), GJAHR (Fiscal Year), CMONTH (Calendar month), CYEAR (Calendar 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP J_1AI01 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
RECNONumber of record J_1ARECNOCHAR8CHAR8
MONATFiscal Period MONATNUMC2MONAT
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CMONTHCalendar month J_1ACMONTHNUMC2AM_MONAT
CYEARCalendar year J_1ACYEARNUMC4GJAHRGJAHR
CSTCD1Company code C.U.I.T. J_1ACSTCD1CHAR16STCD1
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
NAMEVName 1 NAME1_GPCHAR35NAME
NAME1Name NAME1CHAR30TEXT30
NAME2Name 2 NAME2CHAR30TEXT30
STREETStreet for self employed vendor J_1ASTREETCHAR20TEXT20
HOUSENHouse Number for self employed vendor J_1AHOUSENCHAR5CHAR5
FLOORFloor for self employed vendor J_1AFLOORCHAR2CHAR2
APARTMApartment number for self employed vendor J_1AAPARTMCHAR4CHAR4
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01CHAR25TEXT25
ORT02District ORT02CHAR25TEXT25
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
TODCTax Number Type J_1ATOIDCHAR2J_1ATODCJ_1ATOID
STCD1Tax Number 1 STCD1CHAR16STCD1
ACTCDActivity Code for Social Insurance J_1AACTSSCHAR3J_1AACTJ_1AACTSS
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
AMNT_M1Amount in the 1. Month J_1AAMNTM1DEC12(2) DEC10_2V
AMNT_M2Amount in the 2. Month J_1AAMNTM2DEC12(2) DEC10_2V
AMNT_M3Amount in the 3. Month J_1AAMNTM3DEC12(2) DEC10_2V
AMNT_M4Amount in the 4. Month J_1AAMNTM4DEC12(2) DEC10_2V
DOC_COUNTNumber of documents J_1ADOCCNTNUMC8NUM08
OFTPOfficial document type J_1AOFTP_DCHAR2J_1AOFTPJ_1AOFTP
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
NAMDSCName of Dataset for Corrections J_1ANDSCORCHAR30TEXT30
NAMDSNName of Dataset for New Entries J_1ANDSNEWCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table J_1AI01

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