SAP DPR_BW_OBJ_RESOURCE_LINK_ORG Proj. Mgmt. : Extr. f. Resource Assignment to Objects Table data and field list

DPR_BW_OBJ_RESOURCE_LINK_ORG 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 "Proj. Mgmt. : Extr. f. Resource Assignment to Objects" 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_OBJ_RESOURCE_LINK_ORG TYPE DPR_BW_OBJ_RESOURCE_LINK_ORG.

The DPR_BW_OBJ_RESOURCE_LINK_ORG table consists of various fields, each holding specific information or linking keys about Proj. Mgmt. : Extr. f. Resource Assignment to Objects data available in SAP. These include ENTITY_TYPE (Object Type in Project Planning), ENTITY_GUID (Project Planning: 16-Character GUID for Projects and Activts), BUPA_GUID (Project Planning: 16-Character GUID for Projects and Activts), EXTERNAL_BUPA (External Business Partner)... 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. .

DPR_BW_OBJ_RESOURCE_LINK_ORG structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP DPR_BW_OBJ_RESOURCE_LINK_ORG structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the DPR_BW_OBJ_RESOURCE_LINK_ORG table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
GUIDGlobally Unique Identifier GUIDRAW16
ENTITY_TYPEObject Type in Project Planning CGPL_OBJECT_TYPECHAR3CHAR3
ENTITY_GUIDProject Planning: 16-Character GUID for Projects and Activts CGPL_GUID16RAW16CGPLPCGPL_PROJECT_GUID
BUPA_GUIDProject Planning: 16-Character GUID for Projects and Activts CGPL_GUID16RAW16CGPLPCGPL_PROJECT_GUID
EXTERNAL_BUPAExternal Business Partner DPR_TV_EXT_BUPACHAR1CHAR1
PLACEHOLDER_TEXTText for Staffing a Role with a Placeholder DPR_TV_PLACEHOLDER_TEXTCHAR40DPR_TEXT
RESPONSIBLEResponsibility DPR_TV_RESPONSIBILITYCHAR1DPR_BOOLEAN
PARTICIPANT_GUIDProject Planning: 16-Character GUID for Projects and Activts CGPL_GUID16RAW16CGPLPCGPL_PROJECT_GUID
PROJECT_GUIDProject Planning: 16-Character GUID for Projects and Activts CGPL_GUID16RAW16CGPLPCGPL_PROJECT_GUID
COMMENTARYComment DPR_TV_COMMENTARYSTRG0
WORK_EFFORTAssigned Work DPR_TV_ASSIGNED_WORKQUAN9(2) DPR_WORK
WORK_UNITUnit DPR_TV_UNITUNIT3Assigned to domainCUNITMEINS
BEG_TMSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss)(with Con.Exit) DPR_TV_TIMESTAMPDEC15TSTPSBCOS_TSTMP
END_TMSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss)(with Con.Exit) DPR_TV_TIMESTAMPDEC15TSTPSBCOS_TSTMP

Key field Non-key field



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

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

How to access SAP table DPR_BW_OBJ_RESOURCE_LINK_ORG

Within an ECC or HANA version of SAP you can also view further information about DPR_BW_OBJ_RESOURCE_LINK_ORG and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).