DPR_BW_BUPA_LINKS SAP (Dev. Projects: Role - Business Partner Links) Structure details

Dictionary Type: Structure
Description: Dev. Projects: Role - Business Partner Links




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




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

DPR_BW_BUPA_LINKS 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 "Dev. Projects: Role - Business Partner Links" 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_BW_BUPA_LINKS TYPE DPR_BW_BUPA_LINKS.

The DPR_BW_BUPA_LINKS table consists of various fields, each holding specific information or linking keys about Dev. Projects: Role - Business Partner Links data available in SAP. These include PARTICIPANT_GUID (Project Planning: 16-Character GUID for Projects and Activts), WORK_EFFORT (Assigned Effort), WORK_UNIT (Unit), WORK_EFFORT_BW (Assigned Effort in Project Time Unit).. 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 (character-type or numeric)


SAP DPR_BW_BUPA_LINKS 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
GUIDGlobally Unique Identifier GUIDRAW16
PARTICIPANT_GUIDProject Planning: 16-Character GUID for Projects and Activts CGPL_GUID16RAW16CGPLPCGPL_PROJECT_GUID
WORK_EFFORTAssigned Effort DPR_TV_STAFFED_EFFORTQUAN9(2) DPR_WORK
WORK_UNITUnit DPR_TV_UNITUNIT3Assigned to domainCUNITMEINS
WORK_EFFORT_BWAssigned Effort in Project Time Unit DPR_BW_TV_STAFFED_EFFORTQUAN9(2)
WORK_UNIT_BWProject Time Unit for Assigned Effort DPR_BW_TV_STAFFED_EFFORT_UNITUNIT3Assigned to domainCUNITMEINS
BEG_DATEStart Date DPR_TV_START_DATEDATS8DATS
END_DATEFinish Date DPR_TV_FINISH_DATEDATS8DATS
BUPA_GUIDGlobally Unique Identifier GUIDRAW16
COMMENTARY1Char255 CHAR255CHAR255CHAR255
TEXT1Language-Dependent Description CGPL_TEXT1CHAR40TEXT40
PRO_CATEGORYProject Category DPR_TV_PRO_CATEGORYCHAR1Assigned to domainDPR_PROJECT_CATEGORY
PRO_TYPEProject Type DPR_TV_PRO_TYPECHAR15Assigned to domainDPR_TYPEDPR_PROJECT_TYPE
PRO_EXTERNAL_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
PROJECT_GUIDProject Planning: 16-Character GUID for Projects and Activts CGPL_GUID16RAW16CGPLPCGPL_PROJECT_GUID
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
DZONEDPR: Time Zone DPR_TV_DZONECHAR6Assigned to domainTZNZONE
UPDMODBW Delta Process: Record Mode RODMUPDMODCHAR1RODMUPDMOD
ACT_WORK_EFFORTConfirmation (Insternal Display) DPR_TV_ACT_WORKQUAN16(3) DPR_WORK_LONG
ACT_WORK_UNITUnit DPR_TV_UNITUNIT3Assigned to domainCUNITMEINS
ACTWORKEFFORT_BWConfirmed Time in the Project Time Unit DPR_BW_TV_ACT_WORK_EFFORTQUAN16(3) DPR_WORK_LONG
ACT_WORK_UNIT_BWProject Time Unit for Confirmed Time DPR_BW_TV_ACT_WORK_EFFORT_UNITUNIT3Assigned to domainCUNITMEINS
DQ_PROJECT_GUIDSelect. Field of DataSource for Delta Queue - Project GUID DPR_BW_DQ_DS_PROJECT_GUIDRAW16CGPLPCGPL_PROJECT_GUID
DQ_PHASE_GUIDSelect. Field of DataSource for Delta Queue -Parent Obj.GUID DPR_BW_DQ_DS_PHASE_GUIDRAW16CGPLPCGPL_PROJECT_GUID
DQ_OBJECT_GUIDSelect. Field of DataSource for Delta Queue - Appl. Obj.GUID DPR_BW_DQ_DS_OBJECT_GUIDRAW16CGPLPCGPL_PROJECT_GUID
DQ_GUID_ENTITYSelection Field of DataSource for Delta Queue - Entity GUID DPR_BW_DQ_DS_ENTITY_GUIDRAW16CGPLPCGPL_PROJECT_GUID
EXTERNAL_BUPAExternal Business Partner DPR_TV_EXT_BUPACHAR1CHAR1
TEAM_GUIDApplication Object GUID DPR_TV_GUIDRAW16DPR_GUID
PLACEHOLDER_TEXTText for Staffing a Role with a Placeholder DPR_TV_PLACEHOLDER_TEXTCHAR40DPR_TEXT
BOOKING_TYPEBooking Type DPR_TV_BOOKING_TYPECHAR1DPR_BOOKING_TYPE

Key field Non-key field



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

As DPR_BW_BUPA_LINKS 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_BW_BUPA_LINKS as there is no data to select.

How to access SAP table DPR_BW_BUPA_LINKS

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