T169P SAP (Parameters, Invoice Verification) Pooled Table details

Dictionary Type: Pooled Table
Description: Parameters, Invoice Verification




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




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

T169P is a standard SAP Pooled Table which is used to store Parameters, Invoice Verification data and is available within R/3 SAP systems depending on the version and release level.

The T169P table consists of various fields, each holding specific information or linking keys about Parameters, Invoice Verification data available in SAP. These include BUKRS (Company Code), XEKAN (Indicator: notification of purchase order header texts), XMAIL (Indicator: send MAIL automatically), XSPST (Indicator: stochastic block).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T169P pooled 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
XEKANIndicator: notification of purchase order header texts XEKANCHAR1XFELD
XMAILIndicator: send MAIL automatically XMAILCHAR1XFELD
XSPSTIndicator: stochastic block XSPSTCHAR1XFELD
XSPSOIndicator: check item amount XSPSOCHAR1XFELD
BTSTOThreshold value for stochastic block BTSTOCURR13(2) WERT7
PRSTOPercentage for stochastic block PRSTODEC4(2) PRZ22
TAX_DYNNRVersion for entering tax data TAX_DYNNRCHAR4TAX_DYNNR
AB_DYNNRVersion for item list (Logistics Invoice Verification) AB_DYNNRCHAR4DYNNR
PRAVTPrice change: carried over from previous to current period PRAVTCHAR1XFELD
XKOERLIndicates that correct invoices are autom. set to completed XKOERLCHAR1XFELD
BNKIndicates unplanned delivery costs t/b posted MM_IV_BNKCHAR1MM_IV_BNK
XPLCUIndicator: treatment of exchange rate differences XPLCU_T169PCHAR1XPLCU
KURSTExchange rate type KURST_T169PCHAR4TCURVKURST
XLOGODisplay logo MRM_XLOGOCHAR1XFELD
URLUniform Resource Locator URLCHAR132TEXT132
XBUKRSIndicator: check company code X_BUKRSCHAR1XFELD
XBLDATIndicator: check invoice date X_BLDATCHAR1XFELD
XXBLNRIndicator: Check reference number X_XBLNRCHAR1XFELD
IRTAXTax Treatment in Invoice Reduction MM_IV_IREDTAXCHAR1MM_IV_IREDTAX
CTHWCurrency Type and Valuation View CURTPCHAR2CURTP
KDHWTreatment of Exchange Rate Diffs. in Company Code Currency KDHWCHAR1XKUDIF
CTML1Currency Type and Valuation View CURTPCHAR2CURTP
KDML1Treatment of Exchange Rate Differences in First ML Currency KDML1CHAR1XKUDIF
CTML2Currency Type and Valuation View CURTPCHAR2CURTP
KDML2Treatment of Exchange Rate Differences in Second ML Currency KDML2CHAR1XKUDIF
RETDUEDATEDue Date for Retention is a Required Field RET_DUE_DATE_MANDATORYCHAR1XFELD
RETUMSKZSpecial G/L Indicator RET_UMSKZCHAR1T074UUMSKZ
RETWHTAXPost Withholding Tax in Retention Document RET_WHTAXCHAR1XFELD
INV_CHANGEAllow Changes to Posted Invoices INV_CHANGE_ACTIVECHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM T169P
INTO CORRESPONDING FIELDS OF WA_T169P
WHERE...

How to access SAP table T169P

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