TWPR SAP (Profile for Value-Based Inventory Management) Table details

Dictionary Type: Table
Description: Profile for Value-Based Inventory Management




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




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

TWPR is a standard SAP Table which is used to store Profile for Value-Based Inventory Management data and is available within R/3 SAP systems depending on the version and release level.

The TWPR table consists of various fields, each holding specific information or linking keys about Profile for Value-Based Inventory Management data available in SAP. These include WBPRO (Profile for value-based inventory management), RT23W (Indicates material group assignment to value-only material), RT23X (Indicates exceptions possible in IM type), KEWAR (ID: material group stock managed at value-only mat. level).. 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

Text table = TWPRT


SAP TWPR 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
WBPROProfile for value-based inventory management WBPROCHAR4WBPRO
RT23WIndicates material group assignment to value-only material RT23WCHAR1XFELD
RT23XIndicates exceptions possible in IM type RT23XCHAR1XFELD
KEWARID: material group stock managed at value-only mat. level KEWARCHAR1XFELD
WGHSTLevel number of the material group hierarchy WGHSTCHAR2WGHST
FWERTStock-keeping material can be freely defined FWERTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWPR
INTO CORRESPONDING FIELDS OF WA_TWPR
WHERE...

How to access SAP table TWPR

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