T161Z SAP (Additional Checks for Outline Agreements on Reorganization) Pooled Table details

Dictionary Type: Pooled Table
Description: Additional Checks for Outline Agreements on Reorganization




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




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

T161Z is a standard SAP Pooled Table which is used to store Additional Checks for Outline Agreements on Reorganization data and is available within R/3 SAP systems depending on the version and release level.

The T161Z table consists of various fields, each holding specific information or linking keys about Additional Checks for Outline Agreements on Reorganization data available in SAP. These include BSTYP (Purchasing Document Category), BSART (Purchasing Document Type), PR1AK (Check of target quantity), PR1TL (Percentage tolerance limit).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T161Z 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
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
BSARTPurchasing Document Type ESARTCHAR4T161BSARTBSA
PR1AKCheck of target quantity PR1AKCHAR1XFELD
PR1TLPercentage tolerance limit PROZDEC4(2) PRZ22
PR1VKIndicator: Link with additional check PR1VKCHAR1XFELD
PR1PRSequence of reorganization checks FPRUEFNUMC1FPRUEF
PR2AKCheck with regard to target value PR2AKCHAR1XFELD
PR2TLPercentage tolerance limit PROZDEC4(2) PRZ22
PR2VKIndicator: Link with additional check PR1VKCHAR1XFELD
PR2PRSequence of reorganization checks FPRUEFNUMC1FPRUEF
PR3AKCheck with regard to validity period of agreement PR3AKCHAR1XFELD
PR3TLTolerance days TAGETOL1NUMC4NUM04
PR3VKIndicator: Link with additional check PR1VKCHAR1XFELD
PR3PRSequence of reorganization checks FPRUEFNUMC1FPRUEF
PR4AKCheck with regard to outline agreements no longer used PR4AKCHAR1XFELD
PR4TLTolerance days for unused contracts TAGETOL2NUMC4NUM04
PR4VKIndicator: Link with additional check PR1VKCHAR1XFELD
PR4PRSequence of reorganization checks FPRUEFNUMC1FPRUEF

Key field Non-key field



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

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

SELECT SINGLE *
FROM T161Z
INTO CORRESPONDING FIELDS OF WA_T161Z
WHERE...

How to access SAP table T161Z

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