LST_PRP_PROD_ITEM_ALV SAP (ALV display Structure for PRP Listing) Structure details

Dictionary Type: Structure
Description: ALV display Structure for PRP Listing




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




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

LST_PRP_PROD_ITEM_ALV 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 "ALV display Structure for PRP Listing" 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_LST_PRP_PROD_ITEM_ALV TYPE LST_PRP_PROD_ITEM_ALV.

The LST_PRP_PROD_ITEM_ALV table consists of various fields, each holding specific information or linking keys about ALV display Structure for PRP Listing data available in SAP. These include GUID (Internal, Unique Identifier for PPR Objects), HANDLE (Handle), PRODUCT_ID_TYPE (ID Type for Alternative IDs), PRODUCT_ID_TYPE_TEXT (Description of Alternative ID Type).. 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 LST_PRP_PROD_ITEM_ALV 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
GUIDInternal, Unique Identifier for PPR Objects CRMT_PRP_GUIDRAW16SYSUUIDPRP_GUID
HANDLEHandle CRMT_PRP_HANDLENUMC10
PRODUCT_ID_TYPEID Type for Alternative IDs COMT_ALTID_TYPECHAR16CHAR16COM_ALTIDCOM_PROD_ALTID
PRODUCT_ID_TYPE_TEXTDescription of Alternative ID Type COMT_ALTID_TYPE_TEXTCHAR40COMT_TXT40
PRODUCT_REF_TYPEReference Type of the PPR CRMT_PRP_REFERENCE_TYPECHAR2Assigned to domainCRM_PRP_REFERENCE_TYPE
PRODUCT_REF_TYPE_TEXTListing Item Type LSTT_PRP_REFTYPE_TEXTCHAR40TEXT40
PRODUCT_REF_IDProduct Reference ID LSTT_PRP_PRODUCT_REF_IDCHAR60CHAR60
PRODUCT_IDValue of a Product ID or Individual Object COMT_ALTID_VALUE_UICHAR54COM_ALTID_VALUE_SHORTCOM_PR_ALTID
PRODUCT_TYPEProduct Type COMT_PRODUCT_TYPECHAR2Assigned to domainCOM_PRODUCT_TYPECOM_PRODUCT_TYPECOM_PR_TYPE_ACTIVE
PRODUCT_TYPE_TEXTProduct Type Description COMT_PR_TYPE_DESCCHAR40TEXT40
PRODUCT_GUIDInternal Unique ID of Product COMT_PRODUCT_GUIDRAW16SYSUUID
HIERARCHY_ID_FOR_CATCategory Hierarchy ID COMT_HIERARCHY_IDCHAR10COM_HIERARCHY_IDCOM_HIER
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
HIERARCHY_IDCategory Hierarchy ID COMT_HIERARCHY_IDCHAR10COM_HIERARCHY_IDCOM_HIER
SHORT_TEXTDescription COMT_DESCRIPTIONCHAR40TEXT40
PRP_ITEM_GUIDInternal, Unique Identifier for PPR Objects CRMT_PRP_GUIDRAW16SYSUUIDPRP_GUID
PROCESSING_MODEProcessing Mode of Transaction CRMT_MODECHAR1CRM_MODE
TYPEReference Type of the PPR CRMT_PRP_REFERENCE_TYPECHAR2Assigned to domainCRM_PRP_REFERENCE_TYPE
PRP_IDENTIFIERIdentifier for a Partner/Product Range (PPR) Assignment CRMT_PRP_IDCHAR40CRM_PRP_IDPRP_IDCRM_PRP_ID
DESCRIPTIONDescription of a Partner/Product Range Assignment CRMT_PRP_SHTEXTCHAR40CRM_PRP_SHTEXT
PRP_TYPEType of a Partner/Product Range (PPR) CRMT_PRP_TYPECHAR4Assigned to domainCRM_PRP_TYPEPRP_TYPECRM_PRP_SHLP_PRP_TYPE
PRP_TYPE_TEXTDescription of a PPR Type CRMT_PRP_TYPE_DESCRIPTIONCHAR40CRM_PRP_DESCRIPTION
PCAT_HDR_IDProduct Catalog Number COMT_PCAT_IDCHAR30COM_PCAT_OBJECTIDCOM_PRDCATCOM_PCAT_HDR_ID
PCAT_TYPECatalog Type COMT_PCAT_TYPECHAR4Assigned to domainCOM_PCAT_TYPE
PCAT_TYPE_TEXTDescription COMT_DESCRIPTIONCHAR40TEXT40
LINECOLORNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ITEM_NUMBERNumeric Character Field, Length 10 NUMC10NUMC10NUMC10
IS_INITIALBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
LISTED_FROMStart Date of Validity Period CRMT_PRP_DATE_VALID_FROMDATS8DATE
LISTED_TOEnd Date of Validity Period CRMT_PRP_DATE_VALID_TODATS8DATE
CELL 0

Key field Non-key field



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

As LST_PRP_PROD_ITEM_ALV 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 LST_PRP_PROD_ITEM_ALV as there is no data to select.

How to access SAP table LST_PRP_PROD_ITEM_ALV

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