how we can logon on 800 client if user sap* and ddic is
lock by sap admin. but client 000 is login successful.
is there any other way? from 000 client.
Answer Posted / renjith remanan
Hi,
You wrote that your SAP* account is locked only by SAP
Admin.
So I assume that you know the Password....
So its enough to unlock the SAP* from SQL as :
sql> update <db Schema>.USR02 set UFLAG=0 where
BNAME='SAP*' and MANDT='800';
If you dont know the password also, u have to delete the
User SAP* from table. Then it will be again created
automatically with password, "pass".
sql> delete <db schema>.usr02 where MANDT="800" and
BNAMe="SAP*";
Renjith Remanan
Colabera/IBM
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
When should we use Transactional RFC?
At os level how you can change the number of work process? How you can analyze the status of work process at os level?
how to do system refresh?not the client copy but the-standard-system-refresh.
i am working with NBFC- MNC in personal loan dept. I applied for Internal Job Position in banking Division. My overall (10 years) experience in sales and People Management and in Internal Job Posting they require person for backend activity. There will be not repotees and its individual performance job. My Question is 1. If they will ask why you want to change your field form sales to backend job what should I answer? 2. The opening is in Chennai and since 10 year I am in Gujarat so if they ask why you want to change your home town location? Arpan Thakkar
My Apologies, The previous questions were concerning the Transaction ST02
Do you have done System copy? What are the steps?
What is an ‘ok’ code? What are the differences an ‘ok’ code to a ‘t-code’?
What are the Parameters need to be set when connecting EP to r/3 system what are they?
what is the procedure for java stack upgradation?
In the Sap Easy Access Menu I see the menu System -> User Profiles ->Own Data. Other options Hold Data is to keep data values that you have entered in a field of an application for the duration of the session; SET DATA not to overwrite the data and DELETE DATA to delete the set data. Can somebody explain me the Hold Data, Set Data and Delete Data with examples, i mean giving an example of fields?
What is sap ides?
If a user complaints that he could not execute some of the transaction codes then what will you do?
Do you know about oss what do you do with oss?
Differentiate between synchronous and asynchronous transport
Explain what is the use of reference and service user in sap?