PSHLP_CUST_DPROF SAP (Data Selection Profile) Table details

Dictionary Type: Table
Description: Data Selection Profile




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




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

PSHLP_CUST_DPROF is a standard SAP Table which is used to store Data Selection Profile data and is available within R/3 SAP systems depending on the version and release level.

The PSHLP_CUST_DPROF table consists of various fields, each holding specific information or linking keys about Data Selection Profile data available in SAP. These include DATASET_PROF (Data Selection Profile), HIER_LEVEL (Hierarchy Level), ORG_DATA (Organizational Data), STATUS (Status).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = PSHLP_CUST_PROFT


SAP PSHLP_CUST_DPROF 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DATASET_PROFData Selection Profile DATASET_PROFCHAR12DATASET_PROF_DOMDSPROF
HIER_LEVELHierarchy Level HIER_LEVEL_NUMNUMC2HIER_LEVEL_NUM
ORG_DATAOrganizational Data ORG_CHKCHAR1ORG_CHK
STATUSStatus STAT_CHKCHAR1STAT_CHK
TEXTSText TXT_CHKCHAR1TXT_CHK
USER_CHKUser Field USR_CHKCHAR1USR_CHK
UNLOCKShared Mode ULOCK_CHKCHAR1ULOCK_CHK
CONTROLControl Data CTRL_CHKCHAR1CTRL_CHK
PROGRESSProgress PROGRESS_CHKCHAR1PROGRESS_CHK
CUSTOMERCustomer CUST_CHKCHAR1CUST_CHK
ACLAccess Control List (ACL) ACL_CHKCHAR1ACL_CHK
PARTNERPartner PART_CHKCHAR1PART_CHK
WITHOUT_ACTWithout Activities WITHOUT_ACT_CHKCHAR1WITHOUT_ACT_CHK
WITHOUT_MILEWithout Milestones WITHOUT_MIL_CHKCHAR1WITHOUT_MIL_CHK
WITHOUT_NETWithout Networks WITHOUT_NET_CHKCHAR1WITHOUT_NET_CHK
DISPLAYDisplay Mode DISP_CHKCHAR1DISP_CHK
EDIT Edit Mode0
DATES_RELSHP Dates/Relationship Data0
ACTY_PROCESSING Activity Processing Data0
MLST Milestone Data0
PMCS PM/CS Order Data0
MATERIAL Material Data0

Key field Non-key field



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

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

SELECT SINGLE *
FROM PSHLP_CUST_DPROF
INTO CORRESPONDING FIELDS OF WA_PSHLP_CUST_DPROF
WHERE...

How to access SAP table PSHLP_CUST_DPROF

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