Ansicht
Dokumentation

00669 - Client Copy Active

00669 - Client Copy Active

ROGBILLS - Synchronize billing plans   Vendor Master (General Section)  
This documentation is copyright by SAP AG.
SAP E-Book

Client Copy Active

Thanks Robert. I will keep the program close by. The reason the copy was
having a problem was a user had a job running that put a lock on the rstable
that I did not see the first time.

Thanks again

-----Original Message-----
From: rclay [mailto:rclayZk...]
Sent: Wednesday, February 07, 2001 10:31 AM
To: SAP400 Mailing List (E-mail)
Subject: Re: RE: Client Copy Active


Chris,

Check table T000 (zeroes), field CCTEMPLOCK. For the sandbox client, if the
value is 'X', then the client is locked.

Here is an ABAP you can run to toggle the lock status of the client. Note
that you need to be logged into the client when using it.


REPORT Z_BC_LOCK_UNLOCK_CLIENT .

parameters: P_flag as checkbox.

START-OF-SELECTION.
If p_flag = 'X'.


CALL FUNCTION 'SCCR_LOCK_CLIENT'
EXPORTING
CLIENT = sy-mandt
EXCEPTIONS
NO_LOCK = 1
OTHERS = 2.

else.

CALL FUNCTION 'SCCR_UNLOCK_CLIENT'
EXPORTING
CLIENT = sy-mandt
EXCEPTIONS
NO_LOCK = 1
OTHERS = 2.

endif.



Set your selection texts:

Program name Z_BC_LOCK_UNLOCK_CLIENT
Language EN English Sort sequence name

Name L. Text Typen.used
P_FLAG Lock Client? ('X' = yes)






Regards,

Robert Clay
Database/Systems Administrator
Kerr Drug
2522 South Tri-Center Blvd.
Durham, North Carolina 27713
Telephone: 919-544-3896 Fax: 919-544-3796
rclayZk...





Durban Tours - Südafrika Safari

PERFORM Short Reference   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 2157 Date: 20240420 Time: 042412     sap01-206 ( 3 ms )