T076A SAP (Assign Payment Advice Notes to Posting Rules) Table details

Dictionary Type: Table
Description: Assign Payment Advice Notes to Posting Rules




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




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

T076A is a standard SAP Table which is used to store Assign Payment Advice Notes to Posting Rules data and is available within R/3 SAP systems depending on the version and release level.

The T076A table consists of various fields, each holding specific information or linking keys about Assign Payment Advice Notes to Posting Rules data available in SAP. These include AVSRT (Payment Advice Type), KOART (Payment Advice Account Type), BUKRS (Company Code), KONTO (Account number).. 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 T076A 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
AVSRTPayment Advice Type AVSRTCHAR2AVSRT
KOARTPayment Advice Account Type KOART_AVCHAR1KOART_AV
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
KONTOAccount number KTONR76ACHAR10ALPHAKTONR
VOZPM+/- sign of the incoming amount VOZPM_EBCHAR1VOZPM_EB
POSFIPost automatically POSFI_EBCHAR1BOOLE
EDIFIMake posting automatically in EDI too EDIFI_EBCHAR1BOOLE
VGINTPosting rule VGINT_EBCHAR4T028DVGINT_EB
KFMODAccount modification KFMOD_EBCHAR10KFMOD_EB
INTAGInterpretation algorithm INTAG_EBNUMC3INTAG_EB
VORGATransaction type for determining bank terms VORGA_012CCHAR8Assigned to domainVORGA_012C
XPPMTPartial Payment Flag XPPMT_49BCHAR1XFELD
POSDSPost CM&F payment advice POSDS_EBCHAR1BOOLE
EDIDSCreate CM payment advice automatically in EDI EDIDS_EBCHAR1BOOLE
DSARTPlanning type DSARTCHAR2T037DSARTFFA
XVERDSummarize bank statement items FFDISXVERDCHAR1XFELD
CURRKEYClass of the currency key used CURRKEYCHAR8T028OCURRKEY
HKONTGeneral ledger account HKONT76ACHAR10Assigned to domainALPHASAKNR
BUARTFunction (batch input, call transaction) FEBFC_BFCHAR1FEBFC_BF

Key field Non-key field



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

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

SELECT SINGLE *
FROM T076A
INTO CORRESPONDING FIELDS OF WA_T076A
WHERE...

How to access SAP table T076A

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