/CRMS/C_PART_PDP SAP (Assignment: Partner Function to Partner Determin. Procedure) Table details

Dictionary Type: Table
Description: Assignment: Partner Function to Partner Determin. Procedure




ABAP Code to SELECT data from /CRMS/C_PART_PDP
Related tables to /CRMS/C_PART_PDP
Access table /CRMS/C_PART_PDP




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

/CRMS/C_PART_PDP is a standard SAP Table which is used to store Assignment: Partner Function to Partner Determin. Procedure data and is available within R/3 SAP systems depending on the version and release level.

The /CRMS/C_PART_PDP table consists of various fields, each holding specific information or linking keys about Assignment: Partner Function to Partner Determin. Procedure data available in SAP. These include DETERM_PROC (ID of a Partner Determination Procedure), PARTNER_FCT (Partner Function), COUNT_LOW (Number of Partners Determined), COUNT_HIGH (Number of Partners Determined).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /CRMS/C_PART_PDP 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 MANDTCLNT3Assigned to domainMANDT
DETERM_PROCID of a Partner Determination Procedure COMT_PARTNER_DETERM_PROCCHAR8/CRMS/C_PART_PDCOMT_PARTNER_DETERM_PROC
PARTNER_FCTPartner Function COMT_PARTNER_FCTCHAR8CRMC_PARTNER_FCTCOM_PARTNER_FCT
COUNT_LOWNumber of Partners Determined COMT_PARTNER_COUNTNUMC4NUMC4
COUNT_HIGHNumber of Partners Determined COMT_PARTNER_COUNTNUMC4NUMC4
REGISTRATORUser Who Created an Entry COMT_REGISTRATORCHAR12USNAM

Key field Non-key field



How do I retrieve data from SAP table /CRMS/C_PART_PDP using ABAP code

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

SELECT SINGLE *
FROM /CRMS/C_PART_PDP
INTO CORRESPONDING FIELDS OF WA_/CRMS/C_PART_PDP
WHERE...

How to access SAP table /CRMS/C_PART_PDP

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