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
Below is a list of transaction codes which are relevant to this SAP report
PPM_GUID - Where-Used List for PPM GUID
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DPR_GUID_ANALYZE - Where-Used List for GUID in SAP Portfolio and Project Management DPR_GUID_ANALYZE - Where-Used List for GUID in SAP Portfolio and Project Management DPR_GET_TREE - Report DPR_GET_TREE DPR_GET_TREE - Report DPR_GET_TREE DPR_GET_MSG_ID_BY_TEXT - Report DPR_GET_MSG_ID_BY_TEXT DPR_GET_MSG_ID_BY_TEXT - Report DPR_GET_MSG_ID_BY_TEXT