LSTT_PRP_LIST_REP_SELECT SAP (Selection parameters for displaying listings) Structure details

Dictionary Type: Structure
Description: Selection parameters for displaying listings




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




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

LSTT_PRP_LIST_REP_SELECT 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 "Selection parameters for displaying listings" 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_LSTT_PRP_LIST_REP_SELECT TYPE LSTT_PRP_LIST_REP_SELECT.

The LSTT_PRP_LIST_REP_SELECT table consists of various fields, each holding specific information or linking keys about Selection parameters for displaying listings data available in SAP. These include PARTNER (Business Partner Number), PARTNER_GUID (Business Partner GUID), BUHI_TREE_SEARCH_TERM (Hierarchy Tree ID), BUHI_NODE_SEARCH_TERM (Hierarchy Node ID).. 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: Cannot Be Enhanced


SAP LSTT_PRP_LIST_REP_SELECT 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
REPORTListing Report CRMT_PRP_LISTING_REPORTCHAR3CRM_PRP_LISTING_REPORT
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTNER_GUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
BUHI_TREE_SEARCH_TERMHierarchy Tree ID BU_TREE_SEARCH_TERMCHAR20BUHI_TREE_SEARCH_TERM2
BUHI_NODE_SEARCH_TERMHierarchy Node ID BU_NODE_SEARCH_TERMCHAR20BUHI_NODE_SEARCH_TERM2
BUHI_NODE_DESCRITPTION_LONGDescription of a BP Hierarchy Node and Hierarchy Tree CRMT_PRP_BPH_NODE_DESCRIPTIONCHAR255CHAR255
BUHI_NODE_GUIDGUID of Hierarchy Node BU_NODE_GUIDRAW16SYSUUID
MKT_SEG_DESCRDescription of a Marketing Segment (Target Group, Profile) CRMT_MKTPR_OBJDESCRCHAR72CRM_MARKETING_DESC
MKT_SEG_TYPECRM Marketing: Object Type (Set, Profile, Target Group) CRMT_MKTTG_TYPECHAR1CRM_MKTTG_TYPE
SALES_ORGSales Organization CRMT_SALES_ORGCHAR14HROBJEC_14CRM_ORGMAN_SALES_ORG
DIVISIONDivision CRMT_DIVISIONCHAR2Assigned to domainCRM_DIVISIONCRM_DIVISION
DISTR_CHANDistribution Channel CRMT_DISTRIBUTION_CHANNELCHAR2Assigned to domainCRM_DISTRIBUTION_CHANNELCRM_ORGMAN_DIS_CHANNEL
EXCLUSIONDisplay excluded products CRMT_PRP_EXCL_FLAGCHAR1COM_BOOLEAN
PPR_TYPEType of a Partner/Product Range (PPR) CRMT_PRP_TYPECHAR4CRMC_PRP_TYPESCRM_PRP_TYPEPRP_TYPECRM_PRP_SHLP_PRP_TYPE
PRP_STATUSPartner/Product Range (PPR) Status CRMT_PRP_STATUSCHAR1CRM_PRP_STATUS
DATE_LOWValid-from Date CRMT_PRP_DATE_FROMDATS8DATE
DATE_HIGHValid-to Date CRMT_PRP_DATE_TODATS8DATUM
MAX_ROWSMaximum No. of Hits CRMT_PRP_MAX_ROWSINT410INT4
PRODUCT_IDProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
PRD_HIERARCHY_IDCategory Hierarchy ID COMT_HIERARCHY_IDCHAR10COM_HIERARCHY_IDCOM_HIER
PRD_CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE

Key field Non-key field



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

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

How to access SAP table LSTT_PRP_LIST_REP_SELECT

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