CRMD_PDA_PROF SAP (Profile parameters for PDA) Table details

Dictionary Type: Table
Description: Profile parameters for PDA




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




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

CRMD_PDA_PROF is a standard SAP Table which is used to store Profile parameters for PDA data and is available within R/3 SAP systems depending on the version and release level.

The CRMD_PDA_PROF table consists of various fields, each holding specific information or linking keys about Profile parameters for PDA data available in SAP. These include SALES_ORG (Sales Organization: Description of Department), DIST_CHANNAL (Distribution Channel), CATALOG_ID (Catalog Area Number), CATALOG_VARIANT (Catalog Variant Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMD_PDA_PROF 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
SALES_ORGSales Organization: Description of Department CRMT_SALES_ORG_SHORTCHAR12TEXT12
DIST_CHANNALDistribution Channel CRMT_DISTRIBUTION_CHANNELCHAR2Assigned to domainCRM_DISTRIBUTION_CHANNELCRM_ORGMAN_DIS_CHANNEL
CATALOG_IDCatalog Area Number COMT_PCAT_CTY_IDCHAR30COM_PCAT_OBJECTIDCOM_PCAT_CTY_ID
CATALOG_VARIANTCatalog Variant Number COMT_PCAT_VRT_IDCHAR30COM_PCAT_OBJECTID
PRICING_PROCEDURPricing Procedure PRCT_PRIC_PROCCHAR6Assigned to domainPRC_PRIC_PROC
PT_SALES_ORDERBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PT_OPPORTUNITYBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PT_QUOTATIONBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PT_ACTIVITY1Business Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PT_ACTIVITY2Business Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PT_ACTIVITY3Business Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PT_ACTIVITY4Business Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PT_ACTIVITY5Business Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PT_ACTIVITY6Business Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PT_ACTIVITY7Business Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PT_ACTIVITY8Business Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PT_ACTIVITY9Business Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PT_ACTIVITY10Business Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PT_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
PT_TASKBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
CURRENCYPrimary Currency for Item COMT_PCAT_ITM_MAINCURRENCYCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMD_PDA_PROF
INTO CORRESPONDING FIELDS OF WA_CRMD_PDA_PROF
WHERE...

How to access SAP table CRMD_PDA_PROF

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