T190H SAP (Product Allocation: Planning Structure for this Step) Table details

Dictionary Type: Table
Description: Product Allocation: Planning Structure for this Step




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




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

T190H is a standard SAP Table which is used to store Product Allocation: Planning Structure for this Step data and is available within R/3 SAP systems depending on the version and release level.

The T190H table consists of various fields, each holding specific information or linking keys about Product Allocation: Planning Structure for this Step data available in SAP. These include KOSCH (Product allocation determination procedure), KONZA (Product allocation: Product allocation step), GSTRU (Generated DDIC table for LIS, conditions, messages), KOMAS (Product allocation: Masking ID for remaining allocations).. 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: Can be enhanced (character-type)

Text table = T190HT

Text table = T190HT


SAP T190H 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
KOSCHProduct allocation determination procedure KOSCHCHAR18T190SKOSCH
KONZAProduct allocation: Product allocation step KONZANUMC2KONZA
GSTRUGenerated DDIC table for LIS, conditions, messages GSTRUCHAR30TMC1AS4TAB
KOMASProduct allocation: Masking ID for remaining allocations KOMAS_DCHAR1KOMAS

Key field Non-key field



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

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

SELECT SINGLE *
FROM T190H
INTO CORRESPONDING FIELDS OF WA_T190H
WHERE...

How to access SAP table T190H

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