LSTC_PRP_I_ACSZ SAP (PPR product access) Table details

Dictionary Type: Table
Description: PPR product access




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




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

LSTC_PRP_I_ACSZ is a standard SAP Table which is used to store PPR product access data and is available within R/3 SAP systems depending on the version and release level.

The LSTC_PRP_I_ACSZ table consists of various fields, each holding specific information or linking keys about PPR product access data available in SAP. These include KAPPL (Application as Condition Technique), KOZGF (Access Seq.), CND_KOLNR (ID for Access Within An Access Sequence), PRP_KOLNR (Sequential Number of PPR Access).. 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_I_ACSZ 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
KOZGFAccess Seq. /SAPCND/ACCESS_SEQUENCECHAR4/SAPCND/T682/SAPCND/ACCESS_SEQUENCE
CND_KOLNRID for Access Within An Access Sequence /SAPCND/ACCESS_IDNUMC3/SAPCND/T682I/SAPCND/COUNTER3
PRP_KOLNRSequential Number of PPR Access LSTT_PRP_KOLNRNUMC2LST_PRP_KOLNR
COUNTERNumerator PPR Access LSTT_PRP_COUNTERNUMC2LST_PRP_COUNTER
REFERENCE_TYPEReference Type of the PPR CRMT_PRP_REFERENCE_TYPECHAR2CRMC_PRP_REFTYPCRM_PRP_REFERENCE_TYPE
ZIFNAField Name LSTT_FIELDNAMECHAR30Assigned to domainFDNAME
QUSTRSource Structure or Source Table for Access LSTT_PRP_SEL_FIELD_TABLECHAR30DDOBJNAME
QUFNAField Name for Source Structure LSTT_PRP_SEL_FIELD_NAMECHAR30/SAPCND/T681FAFDNAME
QUDIWConstant for Source Field in Access LSTT_PRP_SEL_FIELD_CONSTCHAR50LST_PRP_DET_VALUE

Key field Non-key field



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

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

SELECT SINGLE *
FROM LSTC_PRP_I_ACSZ
INTO CORRESPONDING FIELDS OF WA_LSTC_PRP_I_ACSZ
WHERE...

How to access SAP table LSTC_PRP_I_ACSZ

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