DPR_TS_CO_CALC_PART_LINK SAP (ERP System Accounting: Costing for Role Link) Structure details

Dictionary Type: Structure
Description: ERP System Accounting: Costing for Role Link




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




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

DPR_TS_CO_CALC_PART_LINK is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "ERP System Accounting: Costing for Role Link" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DPR_TS_CO_CALC_PART_LINK TYPE DPR_TS_CO_CALC_PART_LINK.

The DPR_TS_CO_CALC_PART_LINK table consists of various fields, each holding specific information or linking keys about ERP System Accounting: Costing for Role Link data available in SAP. These include PARTICIPANT_GUID (UUID in character form), ENTITY_GUID (UUID in character form), COUNTER (Row Index of Internal Tables), BUPA_GUID (UUID in character form).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP DPR_TS_CO_CALC_PART_LINK structure 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
TASK_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
PARTICIPANT_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
ENTITY_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
COUNTERRow Index of Internal Tables SYTABIXINT410SYST_LONG
BUPA_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
BEZEICH Name0
ORG_UNITObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
IS_EXTERNAL External Resource ('X')0
RATECost Rate/Revenue Rate for Project Costing DPR_TV_RATECHAR15Assigned to domainDPR_RATE_TYPE
START_DATEField of type DATS DATSDATS8DATS
END_DATEField of type DATS DATSDATS8DATS
COST_RATECost per Activity Unit DPR_TV_COST_VALUECURR11(2) PREIS
CURR_COST_RATECurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
QUAN_COST_RATEActivity Quantity (Base Quantity) DPR_TV_RATE_QUANTITYQUAN9(2) DPR_RATE_QUAN_TYPE
UNIT_COST_RATEActivity Unit for Costs/Revenues DPR_TV_TIME_UNITUNIT3Assigned to domainCUNITMEINS
REVENUE_RATERevenues per Activity Unit DPR_TV_REVENUE_VALUECURR11(2) PREIS
CURR_REVENUE_RATECurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
QUAN_REVENUE_RATEActivity Quantity (Base Quantity) DPR_TV_RATE_QUANTITYQUAN9(2) DPR_RATE_QUAN_TYPE
UNIT_REVENUE_RATEActivity Unit for Costs/Revenues DPR_TV_TIME_UNITUNIT3Assigned to domainCUNITMEINS
WORK_EFFORTAssigned Effort DPR_TV_STAFFED_EFFORTQUAN9(2) DPR_WORK
WORK_UNITUnit DPR_TV_UNITUNIT3Assigned to domainCUNITMEINS
ATTRIBUTES 0

Key field Non-key field



How do I retrieve data from SAP structure DPR_TS_CO_CALC_PART_LINK using ABAP code?

As DPR_TS_CO_CALC_PART_LINK is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DPR_TS_CO_CALC_PART_LINK as there is no data to select.

How to access SAP table DPR_TS_CO_CALC_PART_LINK

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