SAP Reports / Programs

DPR_GUID_ANALYZE SAP ABAP Report - Where-Used List for GUID in SAP Portfolio and Project Management







DPR_GUID_ANALYZE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, you can search all database tables, relevant to SAP Portfolio and Project Management, for entries containing the GUID of an application object from this area, for example, a project or portfolio element...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter DPR_GUID_ANALYZE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PPM_GUID - Where-Used List for PPM GUID


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT DPR_GUID_ANALYZE. "Basic submit
SUBMIT DPR_GUID_ANALYZE AND RETURN. "Return to original report after report execution complete
SUBMIT DPR_GUID_ANALYZE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_DBINIT = Database Tables
Selection Text: P_GUID = D .
Title: Where-Used List for GUID in SAP Portfolio and Project Management
Text Symbol: 001 = Portfolio Management
Text Symbol: 002 = Breadcrumb


INCLUDES used within this REPORT DPR_GUID_ANALYZE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

DPR_GET_ID_BY_GUID_FROM_DB CALL FUNCTION 'DPR_GET_ID_BY_GUID_FROM_DB' EXPORTING iv_guid = me->mv_guid iv_language = sy-langu IMPORTING ev_number = lv_number ev_name = lv_name ev_object_type = lv_object_type EXCEPTIONS no_rfc_authorization = 1 not_found = 2 invalid_object_type = 3 OTHERS = 4.

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING iv_partner_guid = lv_guid IMPORTING ev_partner = lv_partner.

BP_CENTRALPERSON_GET CALL FUNCTION 'BP_CENTRALPERSON_GET' EXPORTING iv_bu_partner_guid = lv_guid IMPORTING ev_name = lv_ename EXCEPTIONS no_central_person = 1 no_business_partner = 2 no_id = 3 OTHERS = 4.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'SE16' EXCEPTIONS ok = 1 not_ok = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name DPR_GUID_ANALYZE or its description.