Ansicht
Dokumentation

03958 - Locked obj

03958 - Locked obj

RFUMSV00 - Advance Return for Tax on Sales/Purchases   BAL Application Log Documentation  
This documentation is copyright by SAP AG.
SAP E-Book

Locked obj


We use the following program (no warranties either expressed or implied!):

---

REPORT ZBCP_EDITOR_LOCK MESSAGE-ID Z2
NO STANDARD PAGE HEADING
LINE-SIZE 132
LINE-COUNT 65.
PARAMETERS:
P_NAME LIKE TRDIR-NAME "text: Program name
OBLIGATORY.
TABLES:
TRDIR. "System table TRDIR

START-OF-SELECTION.
SELECT SINGLE * FROM TRDIR
WHERE NAME = P_NAME AND EDTX <> SPACE.
IF SYST-SUBRC <> 0.
MESSAGE S106(Z1). " No data matching selection criteria.
EXIT.
ENDIF.

CLEAR TRDIR-EDTX.
UPDATE TRDIR.
IF SYST-SUBRC = 0.
MESSAGE S999(Z1) WITH " & & & &
'SAP program'
P_NAME
'was been unlocked!'.
ELSE.
MESSAGE S999(Z1) WITH
'SAP program'
P_NAME
'unlocked failed!'.
ENDIF.

EXIT.


Good luck!

Brian Zugel
SAP America Z Conair, Inc.

-----Original Message-----
From: Crosby Sinclair
To: sap400Zm...
Sent: 11/20/01 4:03 PM
Subject: Locked obj

Does anyone know of the table or the procedure to unlock locked request
from transaction SM30?

Crosby Sinclair
SAP/AS400 System Administrator
Thomson Industries Inc.
Internet www.thomsonind.com
E-mail csinclairZt...
Phone (516) 944-1337
Fax (516) 883-8012



DoNotReply@consolut.eu

Your use of consolut is subject to
http://www.consolut.net


Durban Tours - Südafrika Safari

Addresses (Business Address Services)   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 2230 Date: 20240426 Time: 104552     sap01-206 ( 3 ms )