J_1IEWT_ACKN SAP (Acknowledgement numbers for quarterly returns filed) Table details

Dictionary Type: Table
Description: Acknowledgement numbers for quarterly returns filed




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




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

J_1IEWT_ACKN is a standard SAP Table which is used to store Acknowledgement numbers for quarterly returns filed data and is available within R/3 SAP systems depending on the version and release level.

The J_1IEWT_ACKN table consists of various fields, each holding specific information or linking keys about Acknowledgement numbers for quarterly returns filed data available in SAP. These include BUKRS (Company Code), GJAHR (Fiscal Year), SECCO (Section Code), FORM_TYPE (Form type of the Quarterly returns).. 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_1IEWT_ACKN 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
SECCOSection Code SECCOCHAR4Assigned to domainSECCOSECCO_ABA
FORM_TYPEForm type of the Quarterly returns J_1IFORMTYPECHAR3J_1IFORMTYPE
PERIODPeriod for Quarterly E-returns J_1IPERIODCHAR2J_1I_PERIOD
ACKN_NUMBERAcknowledgement number J_1IACKN_NUMBERCHAR15CHAR15

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1IEWT_ACKN
INTO CORRESPONDING FIELDS OF WA_J_1IEWT_ACKN
WHERE...

How to access SAP table J_1IEWT_ACKN

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