TPHCNV SAP (Data for Product Hierarchy Conversion) Table details

Dictionary Type: Table
Description: Data for Product Hierarchy Conversion




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




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

TPHCNV is a standard SAP Table which is used to store Data for Product Hierarchy Conversion data and is available within R/3 SAP systems depending on the version and release level.

The TPHCNV table consists of various fields, each holding specific information or linking keys about Data for Product Hierarchy Conversion data available in SAP. These include PHMASKE (Mask for the product hierarchy conversion), LNGPHMASKE (Portion of the PHMASKE field used), PHSEPERAT (Separator in the product hierarchy template (left to right)), LNGPHSEP (Portion of PHSEPARAT field used).. 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: Not classified


SAP TPHCNV 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
PHCONVIDKey to access in table TPRODHCNV PHCONVIDCHAR8PHCONVID
PHMASKEMask for the product hierarchy conversion PHMASKECHAR26CHAR26
LNGPHMASKEPortion of the PHMASKE field used LNGPHMASKEINT25INT2
PHSEPERATSeparator in the product hierarchy template (left to right) PHSEPERATCHAR8CHAR8
LNGPHSEPPortion of PHSEPARAT field used LNGPHSEPINT25INT2
LNGPHEFFThe number of relevant positions in the product hierarchy LNGPHEFFINT25INT2
PHTEXTCONTexts are linked together to form product hierarchy point PHTEXTCONCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPHCNV
INTO CORRESPONDING FIELDS OF WA_TPHCNV
WHERE...

How to access SAP table TPHCNV

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