Ansicht
Dokumentation

00679 - Client Copy Active

00679 - Client Copy Active

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.
SAP E-Book

Client Copy Active

Robert,

That program does not exist on our system. Could this have been done away
with in 4.6C? I have been working on ABAP code to do the same thing, I just
want to be sure I do it without any surprises.

Thanks

-----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...







To unsubscribe from this group, send an email to:
SAP on System i-unsubscribeZegroups.com



Durban Tours - Südafrika Safari

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 2450 Date: 20240328 Time: 235450     sap01-206 ( 2 ms )