SAP Reports / Programs

/ISDFPS/PM_CP_DEL SAP ABAP Report - Delete PM Change Authorizations







/ISDFPS/PM_CP_DEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

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


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 /ISDFPS/PM_CP_DEL. "Basic submit
SUBMIT /ISDFPS/PM_CP_DEL AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/PM_CP_DEL 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_WP = Maintenance Item
Selection Text: P_WO = Maintenance Plan
Selection Text: P_WC = Work Center
Selection Text: P_TEST = Test Run
Selection Text: P_RV = Revision
Selection Text: P_QM = Notification
Selection Text: P_OR = Order
Selection Text: P_MP = Measuring Point
Selection Text: P_IF = Functional Location
Selection Text: P_EQ = Equipment
Title: Delete PM Change Authorizations
Text Symbol: C01 = Status
Text Symbol: BL2 = Option
Text Symbol: BL1 = Objects
Text Symbol: 010 = Chg Auth
Text Symbol: 008 = &1 change authorizations exist
Text Symbol: 007 = Test Run
Text Symbol: 006 = Confirmation Prompt
Text Symbol: 005 = All change authorizations deleted
Text Symbol: 004 = Do you really want to delete change authorization?
Text Symbol: 003 = Table /ISDFPS/PM_CP contains further change authorizations
Text Symbol: 002 = &1 data records deleted successfully
Text Symbol: 001 = No Data Records Available for Deletion


INCLUDES used within this REPORT /ISDFPS/PM_CP_DEL

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-006 text_question = text-004 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' default_button = '2' display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_QUESTION' IMPORTING answer = g_answer EXCEPTIONS text_not_found = 0 OTHERS = 0.

/ISDFPS/CHECK_DISTRIB_PM * CALL FUNCTION '/ISDFPS/CHECK_DISTRIB_PM' * EXCEPTIONS * distributed_pm_not_activ = 1 * OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = g_gui_percentage text = g_gui_txt.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = g_iconname * info = g_icontext add_stdinf = 'X' IMPORTING result = gs_alv_data-stat_icon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = g_iconname * info = g_icontext add_stdinf = 'X' IMPORTING result = gs_alv_data-stat_icon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = g_iconname * info = g_icontext add_stdinf = 'X' IMPORTING result = gs_alv_data-stat_icon EXCEPTIONS OTHERS = 0.

/ISDFPS/ALE_GET_LOCAL_SYSTEM CALL FUNCTION '/ISDFPS/ALE_GET_LOCAL_SYSTEM' IMPORTING local_system = e_local_system is_central = e_is_cs EXCEPTIONS entry_not_exist = 1 OTHERS = 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 /ISDFPS/PM_CP_DEL or its description.