/SAPHT/MESZPCHAR SAP (Custom formula parameters for characteristcs.) Table details

Dictionary Type: Table
Description: Custom formula parameters for characteristcs.




ABAP Code to SELECT data from /SAPHT/MESZPCHAR
Related tables to /SAPHT/MESZPCHAR
Access table /SAPHT/MESZPCHAR




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

/SAPHT/MESZPCHAR is a standard SAP Table which is used to store Custom formula parameters for characteristcs. data and is available within R/3 SAP systems depending on the version and release level.

The /SAPHT/MESZPCHAR table consists of various fields, each holding specific information or linking keys about Custom formula parameters for characteristcs. data available in SAP. These include PARM_ID (Formula Parameter), DESCRIP (Description of parameter), CHARAC_NO (Internal characteristic), INT_COUNTR (Internal counter for archiving objects via engin. chg. mgmt).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /SAPHT/MESZPCHAR 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 MANDTCLNT3Assigned to domainMANDT
PARM_IDFormula Parameter /SAPHT/MESZPARM_IDCHAR2CHAR2
DESCRIPDescription of parameter /SAPHT/MESZKURZTEXTCHAR40QKURZTEXT
CHARAC_NOInternal characteristic ATINNNUMC10Assigned to domainATINNATINN
INT_COUNTRInternal counter for archiving objects via engin. chg. mgmt ADZHLNUMC4NUMC4
CHARACNAMECharacteristic Name ATNAMCHAR30ATNAMFEA
CLASS_NOInternal Class Number CLINTNUMC10Assigned to domainCLINT
CLASSTYPEclass type /SAPHT/MESZLASSENARTCHAR3/SAPHT/MESZCLASSTYPE
CLASSTEXTText describing class type ARTTXTCHAR40EINTEXT
FUNCMODULEName of Function Module QFBNAMECHAR30Assigned to domainFUNCNAME

Key field Non-key field



How do I retrieve data from SAP table /SAPHT/MESZPCHAR using ABAP code

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

SELECT SINGLE *
FROM /SAPHT/MESZPCHAR
INTO CORRESPONDING FIELDS OF WA_/SAPHT/MESZPCHAR
WHERE...

How to access SAP table /SAPHT/MESZPCHAR

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