WB2_D_ASGT_DIST SAP (Assignment distributions) Table details

Dictionary Type: Table
Description: Assignment distributions




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




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

WB2_D_ASGT_DIST is a standard SAP Table which is used to store Assignment distributions data and is available within R/3 SAP systems depending on the version and release level.

The WB2_D_ASGT_DIST table consists of various fields, each holding specific information or linking keys about Assignment distributions data available in SAP. These include A_GUID (GUID of an assignment), PR_ASPECT (Pricing Aspect), PR_COUNT (Pricing Aspect Counter), ASSGD_QUAN (Current Quantity of an Assignment Distribution).. 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 WB2_D_ASGT_DIST 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
A_GUIDGUID of an assignment WLF_ASSGMT_GUIDRAW16WLF_GUID
PR_ASPECTPricing Aspect WLF_PR_ASPECTCHAR4WLF_PR_ASPECT
PR_COUNTPricing Aspect Counter WLF_PR_COUNTNUMC6TPOSN
ASSGD_QUANCurrent Quantity of an Assignment Distribution WLF_ASGT_DIST_QUANTITY_INDD34R34WLF_QUANTITY
ASSGD_UOMUoM of the Assigned Quantity WLF_ASSGD_UOMUNIT3T006CUNITMEINS
AD_GUIDGUID of an assignment distribution WLF_ASSIGNMENT_DISTRIB_GUIDRAW16WLF_GUID
CR_NAMEName of Person who Created the Object ERNAMCHAR12USNAM
CR_DATEDate on Which Record Was Created ERDATDATS8DATUM
CR_TIMETime, at Which Record Was Added ERZEITTIMS6UHRZT
CH_NAMEName of Person Who Changed Object AENAMCHAR12USNAM
CH_DATEChanged On AEDATDATS8DATUM
CH_TIMETime of Change AEZEITTIMS6UHRZT
PLACE_HOLDER not used0

Key field Non-key field



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

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

SELECT SINGLE *
FROM WB2_D_ASGT_DIST
INTO CORRESPONDING FIELDS OF WA_WB2_D_ASGT_DIST
WHERE...

How to access SAP table WB2_D_ASGT_DIST

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