RESETPPLOCK_40A40B is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for See note 117122...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 RESETPPLOCK_40A40B into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SUBST_GET_SAPRELEASE CALL FUNCTION 'SUBST_GET_SAPRELEASE' IMPORTING EV_SAPRELEASE = L_SAPRELEASE EXCEPTIONS NO_SVERS_ENTRY = 1 OTHERS = 2.
PP_TRANSACTION_LOCK_UNLOCK CALL FUNCTION 'PP_TRANSACTION_LOCK_UNLOCK' EXPORTING UNLOCK = 'X' COMMIT = 'X' IMPORTING NB_TRANS = l_trans NB_UPDATE = l_update EXCEPTIONS PARAMETER_ERROR = 1 OTHER_ERROR = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RESETPPLOCK_40A40B - RESETPPLOCK40A40B RESETPPLOCK_40A40B - RESETPPLOCK40A40B RESETPPLOCK - SAP Retail System: Unlocking of PP Transactions RESETPPLOCK - SAP Retail System: Unlocking of PP Transactions RESERVICEREQUEST_DEREG - Generate Outbound IDocs for Service Notifications RESERVICEREQUEST_DEREG - Generate Outbound IDocs for Service Notifications