/DSD/PR_ASGN SAP (MDSD Promotions - Promotion Assignment) Table details

Dictionary Type: Table
Description: MDSD Promotions - Promotion Assignment




ABAP Code to SELECT data from /DSD/PR_ASGN
Related tables to /DSD/PR_ASGN
Access table /DSD/PR_ASGN




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

/DSD/PR_ASGN is a standard SAP Table which is used to store MDSD Promotions - Promotion Assignment data and is available within R/3 SAP systems depending on the version and release level.

The /DSD/PR_ASGN table consists of various fields, each holding specific information or linking keys about MDSD Promotions - Promotion Assignment data available in SAP. These include PRONR (DSD Deal Conditions - Deal Condition Number), SEQNR (DSD Deal Conditions - Deal Condition Sequence Number), VKORG (Sales Organization), VTWEG (Distribution Channel).. 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: Can be enhanced (character-type or numeric)


SAP /DSD/PR_ASGN 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
PRONRDSD Deal Conditions - Deal Condition Number /DSD/PR_PRONRCHAR10Assigned to domainALPHA/DSD/PR_PRONR
SEQNRDSD Deal Conditions - Deal Condition Sequence Number /DSD/PR_SEQNRNUMC6Assigned to domainPOSNR
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
WERKSDelivering Plant DWERKCHAR4T001WWERKS
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
KDGRPCustomer group KDGRPCHAR2T151KDGRPVKD
HKUNNRCustomer number of the higher-level customer hierarchy HKUNNR_KHCHAR10KNA1ALPHAKUNNR
EXCLUSIONDSD Deal Conditions - Assignment Exclusion Flag /DSD/PR_EXCLUSIONCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table /DSD/PR_ASGN using ABAP code

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

SELECT SINGLE *
FROM /DSD/PR_ASGN
INTO CORRESPONDING FIELDS OF WA_/DSD/PR_ASGN
WHERE...

How to access SAP table /DSD/PR_ASGN

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