T661T SAP (Difference Tolerances for External and Internal Conditions) Table details

Dictionary Type: Table
Description: Difference Tolerances for External and Internal Conditions




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




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

T661T is a standard SAP Table which is used to store Difference Tolerances for External and Internal Conditions data and is available within R/3 SAP systems depending on the version and release level.

The T661T table consists of various fields, each holding specific information or linking keys about Difference Tolerances for External and Internal Conditions data available in SAP. These include KUNNR (Sold-to party), CURCY (Currency Key), KOAID (Condition ID), TOLALL_NPRZ (Flag: Tolerate all deviations).. 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 T661T 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
KUNNRSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
CURCYCurrency Key CURCYCUKY5TCURCWAERSFWS
KOAIDCondition ID KOAID_GSVERFCHAR1KOAID_GSVERF
TOLALL_NPRZFlag: Tolerate all deviations TOLALLCHAR1XFELD
NEGPRZNegative percentage deviation that is tolerated NEGPRZDEC3(1) PRZ21
TOLALL_PPRZFlag: Tolerate all deviations TOLALLCHAR1XFELD
POSPRZPositive percentage deviation that is tolerated POSPRZDEC3(1) PRZ21
TOLALL_NABSFlag: Tolerate all deviations TOLALLCHAR1XFELD
NEGABSNegative absolute deviation that is tolerated NEGABSCURR15(2) WERTV8
TOLALL_PABSFlag: Tolerate all deviations TOLALLCHAR1XFELD
POSABSPositive absolute deviation that is tolerated POSABSCURR15(2) WERTV8

Key field Non-key field



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

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

SELECT SINGLE *
FROM T661T
INTO CORRESPONDING FIELDS OF WA_T661T
WHERE...

How to access SAP table T661T

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