QPLEXT_PROP_CODE SAP (Assign Properties) Table details

Dictionary Type: Table
Description: Assign Properties




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




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

QPLEXT_PROP_CODE is a standard SAP Table which is used to store Assign Properties data and is available within R/3 SAP systems depending on the version and release level.

The QPLEXT_PROP_CODE table consists of various fields, each holding specific information or linking keys about Assign Properties data available in SAP. These include PROPERTY_CODE (Property Code), PROPERTY_NAME (Property), PROPERTY_DESC (Property Description).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP QPLEXT_PROP_CODE 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PROPERTY_CODEProperty Code QPROPERTY_CODECHAR3QPLEXT_PROPERTY_CODE
PROPERTY_NAMEProperty QPROPERTY_VALCHAR30QPLEXT_PROPERTY_VAL
PROPERTY_DESCProperty Description QPROPERTY_DESCCHAR40QPLEXT_PROPERTY_DESC

Key field Non-key field



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

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

SELECT SINGLE *
FROM QPLEXT_PROP_CODE
INTO CORRESPONDING FIELDS OF WA_QPLEXT_PROP_CODE
WHERE...

How to access SAP table QPLEXT_PROP_CODE

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