T160L SAP (Scope of Purchasing Lists) Pooled Table details

Dictionary Type: Pooled Table
Description: Scope of Purchasing Lists




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




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

T160L is a standard SAP Pooled Table which is used to store Scope of Purchasing Lists data and is available within R/3 SAP systems depending on the version and release level.

The T160L table consists of various fields, each holding specific information or linking keys about Scope of Purchasing Lists data available in SAP. These include LISTU (Parameters Defining Scope of Purchasing Lists), SOMME (Special line for units of measure), SOWRS (Special line for total quantity/total value), SOWRO (Special line for open quantity/open value).. 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)

Text table = T160O


SAP T160L 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
LISTUParameters Defining Scope of Purchasing Lists LISTUCHAR10LISTU
SOMMESpecial line for units of measure SOMMECHAR1XFELD
SOWRSSpecial line for total quantity/total value SOWRSCHAR1XFELD
SOWROSpecial line for open quantity/open value SOWROCHAR1XFELD
SOKTRSpecial line: Release SOKTRCHAR1XFELD
SOKTOSpecial line: Open target quantity SOKTOCHAR1XFELD
SORSUSpecial line for released/scheduled total SORSUCHAR1XFELD
SOUMLSpecial line for physical stock transfer SOUMLCHAR1XFELD
SOSUBSpecial line for collective number SOSUBCHAR1XFELD
SOKNTSpecial line account assignment share SOKNTCHAR1XFELD
INCHDInline change documents INCHDCHAR1XFELD
INEKBPurchase order history INEKBCHAR1XFELD
INEKESchedule lines INEKECHAR1XFELD
INEKARelease documentation INEKACHAR1XFELD
SOZWSSpecial Line: Total Target Value SOZWSCHAR1XFELD
SOZWOSpecial line: Open target value SOZWOCHAR1XFELD
SOLFZSpecial line for validity period in the case of outl. agmts. SOLFZCHAR1XFELD
KURZFIndicator: List in short form KURZFCHAR1XFELD
SORWESpecial line: Outline agreement range of coverage SORWECHAR1XFELD
SOBEDSpecial line: Requirement tracking number SOBEDCHAR1XFELD
BASKZSpecial line for stock material BASKZCHAR1XFELD
SOAVISpecial Line for Notification SOAVICHAR1XFELD
SGRWESpecial Line for Rough Goods Receipt Quantity SGRWECHAR1XFELD
ALVGRALV Grid Control MEREP_ALVCHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM T160L
INTO CORRESPONDING FIELDS OF WA_T160L
WHERE...

How to access SAP table T160L

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