How to delete an SAP lock Entries (SM12)
Unknown
SAP lock is set by the executing workprocess when a user/job wants a change access to data.
Whenever a lock to be set the respective workprocess checks in the locktable whether a respective lock conflicts the existing entries in the locktable. If so, a lock is refused. If there is no conflict, then a lock is set.
There are different types of locks :
Write locks (E) : This...
9:00 AM
BASIS BASIC
,
SAP Beginners
How to change the number of workprocesses in sap
Unknown
A work processes is used to execute a particular type of job in an sap system.
There are different types of workprocesses as mentioned below :
DIA (Dialog workprocess) :
Used for execution of dialog steps triggered by active users. For every dispatcher atleast 2 dialog workprocesses to be configured
UPD (Update workprocess) :
...
8:56 AM
BASIS
,
SAP Beginners
How to determine the size of the client in SAP
Unknown
8:54 AM
BASIS BASIC
,
SAP Beginners
How to Reset Buffers in Sap
Unknown
You should run the following in SAP command field.
Note: Resetting of the buffers could change the performance of the entire system
/$DYNP - To reset the screen buffer of the application server
/$SYNC - This command resets the buffers of the application server
/$CUA - This resets the CUA buffer of the application server
/$TAB - This resets...
9:21 AM
BASIS
,
BASIS BASIC
,
SAP Beginners
How to lock, unlock client in SAP
Unknown
Go to --> se37 Function module Run this module to Lock and Unlock Client
1. SCCR_LOCK_CLIENT (for the client)
2. SCCR_UNLOCK_CLIENT (to unlock the client)
This function is used to lock/unlock...
9:16 AM
BASIS
,
BASIS BASIC
,
SAP Beginners
List of some common tables for which table logging should be enabled
Unknown
Table
Description
T000
List of clients
T001
Company Codes
TSTC
Definition of tcodes
TOBJ
Definition of Authorization objects
TACTZ
Valid activities
TSTCP
Parameters for Transactions
TPGP
Authorization Groups for Programs
TBRG
Authorization Groups for Tables
TDDAT
Table to Authorization group mapping
TNRO
Definition of number range objects
TSTCA
Values...
9:01 AM
BASIS
,
SAP Beginners
Setting ORACLE DB into noarchivelog mode
Unknown
Steps when the database state is down:1. Login to sqlplus -sqlplus /nolog -connect / as sysdba2. The db must be mounted EXCLUSIVE and not open for operation -startup mount;3. Check the log mode status of the database -select log_mode from v$database;4. Setting it to noarchivelog mode -alter database noarchivelog;5. Setting db open for user operation ...
9:00 AM
ORACLE
how to check character set in Oracle
Unknown
How to check character set in OracleOne of the requirements for samePage is that the character set should be UTF-8.You can either check with your DBA or run the following SQL to determine whether your database character set is UTF-8.
SELECT value$ FROM sys.props$ WHERE name = 'NLS_CHARACTERSET' ;
It should return the value AL32UTF8.
Another option is to run the following...
8:57 AM
ORACLE
Subscribe to:
Posts
(
Atom
)