LSTC_PRP_MAP_CND SAP (Listing object linkage: PPR Type <=> condition table) Table details

Dictionary Type: Table
Description: Listing object linkage: PPR Type <=> condition table




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




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

LSTC_PRP_MAP_CND is a standard SAP Table which is used to store Listing object linkage: PPR Type <=> condition table data and is available within R/3 SAP systems depending on the version and release level.

The LSTC_PRP_MAP_CND table consists of various fields, each holding specific information or linking keys about Listing object linkage: PPR Type <=> condition table data available in SAP. These include KAPPL (Application as Condition Technique), KOTAB (Condition Table), PRP_TYPE (Type of a Partner/Product Range (PPR)).. 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 LSTC_PRP_MAP_CND 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 MANDTCLNT3T000MANDT
KAPPLApplication as Condition Technique /SAPCND/APPLICATIONCHAR3/SAPCND/T681A/SAPCND/APPLICATION/SAPCND/KAP
KOTABCondition Table /SAPCND/COND_TABLE_IDCHAR8/SAPCND/T681/SAPCND/COND_TABLE_ID/SAPCND/KON
PRP_TYPEType of a Partner/Product Range (PPR) CRMT_PRP_TYPECHAR4CRMC_PRP_TYPESCRM_PRP_TYPEPRP_TYPECRM_PRP_SHLP_PRP_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM LSTC_PRP_MAP_CND
INTO CORRESPONDING FIELDS OF WA_LSTC_PRP_MAP_CND
WHERE...

How to access SAP table LSTC_PRP_MAP_CND

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