CSMPRINHL2 SAP (SCR Properties: Key and Inheritance) Structure details

Dictionary Type: Structure
Description: SCR Properties: Key and Inheritance




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




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

CSMPRINHL2 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "SCR Properties: Key and Inheritance" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CSMPRINHL2 TYPE CSMPRINHL2.

The CSMPRINHL2 table consists of various fields, each holding specific information or linking keys about SCR Properties: Key and Inheritance data available in SAP. These include PR_GUID (System GUID for ABAP Systems or Other Systems), CL_CMPKEY (Indicator that an Attribute Is Formed from SAPKEYs), CL_SAPKEY (Specifies that an SCR Property Is a Key), CL_CIMKEY (CIM Key or Propagated CIM Key).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CSMPRINHL2 structure 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
PR_GUIDSystem GUID for ABAP Systems or Other Systems CSMSYSGUIDCHAR32SYSUUID_C
CL_CMPKEYIndicator that an Attribute Is Formed from SAPKEYs CSMCMPFLDCHAR1CHAR1
CL_SAPKEYSpecifies that an SCR Property Is a Key CSMSAPKEYCHAR1CHAR1
CL_CIMKEYCIM Key or Propagated CIM Key CSMCIMKEYCHAR1CHAR1
ISREFIndicates that a CCMS property is a CIM reference CSMREFRNCECHAR1CHAR01
REFTYPEAssociation types CSMASSOCINT25INT2
REF_ALTProperty type in CCMS Repository CSMTOKNTYPCHAR4CHAR4
SOURCE_SCHName of Schema or Semantic in System Repository CSMSMNTCCHAR8CSMSMNTC
SOURCE_CLSCCMS class names CSMCLASSCHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP structure CSMPRINHL2 using ABAP code?

As CSMPRINHL2 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CSMPRINHL2 as there is no data to select.

How to access SAP table CSMPRINHL2

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