T076I SAP (FI-EDI: G/L Accounts) Table details

Dictionary Type: Table
Description: FI-EDI: G/L Accounts




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




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

T076I is a standard SAP Table which is used to store FI-EDI: G/L Accounts data and is available within R/3 SAP systems depending on the version and release level.

The T076I table consists of various fields, each holding specific information or linking keys about FI-EDI: G/L Accounts data available in SAP. These include PARART (Partner Type), KONTO (Partner number), KTBUKRS (Company Code), EWLNR (EDI: Goods/Services Number (First 30 Places)).. 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: Not classified


SAP T076I 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
PARARTPartner Type EDIPPARTYPCHAR2TEDSTEDI_RCVPRTPT1
KONTOPartner number EDIPPARNUMCHAR10EDPP1ALPHAEDI_PARNUMPN1
KTBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
EWLNREDI: Goods/Services Number (First 30 Places) EWLNRCHAR30EWLNR
WLTXTText for goods/services ID WLTXTCHAR20TEXT20
SKONTG/L Account Number SAKNRCHAR10SKB1ALPHASAKNRSAKC_SAKNR
SKBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001

Key field Non-key field



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

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

SELECT SINGLE *
FROM T076I
INTO CORRESPONDING FIELDS OF WA_T076I
WHERE...

How to access SAP table T076I

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