‎2005 Sep 18 8:50 AM
Dear All,
I have read in some document that sap script are by default in client 000. what does this mean?. is there ne way to see them in client 000? I know sapscript layout is client dependent.
Thanks,
Anup.
‎2005 Sep 18 8:53 AM
Hi Anup,
Yes, by default the standard layout sets are in client 000. But these are visible in other clients as well. In that case you will get a massage saying the form is not availble in the logon client.
You can try displaying the form in a client other that 000.
Thanks
Vinod
‎2005 Sep 18 10:43 AM
Dear Vinod,
Thanks for the reply...but there is no client 000...is it?? Why does the system show this message..there must be some specific mystry behind clnt 000.
Regds,
Anup.
‎2005 Sep 18 11:07 AM
Hi Anup,
There is client '000'. If you have authorisation for transaction SCC4, you can find it there. Otherwise table T000.
When you install SAP, all the client dependent objects will be in client 000. Later this will be copied to another client, say 100. Normal users are not allowed to work in client 000.
Please read this
http://help.sap.com/saphelp_nw04/helpdata/en/d1/802de8454211d189710000e8322d00/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/d1/802dce454211d189710000e8322d00/content.htm
Kindly assign points if your question is answered.
Thanks
Vinod
‎2005 Sep 18 11:08 AM
Hi Anup
Which message?
I don't think your system hasn't client 000, go to your develpment system and run transaction SCC4: you should show all system clients.
Client 000 is data warehouse for client dependent objects, so you can find all standard sapscript in it
Some sapscripts aren't sometimes in your development client but only in 000, so if you want to use them, you have to copy them from 000 client (SE71).
Max
‎2005 Sep 18 2:06 PM
Hi ,
You need not logon to client 000 to see the sapscripts available there . If a particular SAPSCRIPT you are trying to display in a client other then 000 and the script is not available in this client, you can always do this in SE71 and you will get a system message " Script is displayed from client 000" . However to change the script you will have to copy to the current client .
You can comapre sapscrits in two clients by using report RSTXFLST or SE71 ( Utilities -> Compare Clients ).
If the script is not present in one or both the clients you can make this out from output of above report . This can be used for existence check of a sapscript in a client .
Cheers