Sap Pandit !!

Complete SAP-BASIS Solution

How To Change Title of SAP Transaction Code ?


Hi All,

Sometimes, you may need to change the Title of the SAP Transaction code to a more meaningful one.

The steps are as follows:

Goto tcode SE63 ,On the top left Menu of the screen – Click Translation —> Short texts – –> Transactions

For example, assuming you want to change the title of the t-code su10 from user maintenance: Mass changes Initial Screen to Mass User changes . On the first screen, fill in the following information:

Transaction code – SU10

Source Language – English

Target Language – English

To change the Title, click the Edit button. On the second line (the one in dark yellow), type in the Title (For e.g. Mass User changes) you want for the transaction code. Click the Save button

Now, call up the transaction code /nSU10 again and you should be able to view the new Title.

Regards,
Basis Team

January 23, 2009 Posted by | How To Change Title of SAP Transaction Code, SAP BASIS TRICKS | Leave a comment

How to send a message to a specific user in sap?


Hi All,
Some-times we need to send a specific message to specific user in SAP which is not possible by using SM02..SO here is the trick to do it :

Use function module TH_POPUP
goto Transaction code SE37 enter the function module name & test run it
the the resulting screen is shown below, type the details and execute.
The user must be logged into the system to receive the message

Enjoy!!

Regards,
Gagan Deep Kaushal

January 23, 2009 Posted by | How to send a message to a specific user in sap, SAP BASIS TRICKS | 2 Comments

How to Lock or Unlock a Client in SAP ?


Hi All,

Here i am writing the procedure to lock amd unlock a client in SAP,very rarely we need to use it..But stil u should know so follow these simple steps…

1) To lock or unlock a client in R/3 System, run the following function modules in

transaction se37

2. SCCR_LOCK_CLIENT ( to lock the client)
3. SCCR_UNLOCK_CLIENT (to unlock the client)

Run these functions with a client input which is to be locked/unlocked. This function set flag ” Client is locked temporarily for client copy” in client maintenance menu.The client will be available for users DDIC and SAP*. If any other user tries to login, system gives message that ‘ Client locked temporarily’.

To unlock the client

1. Run transaction SE37
2. Enter the function module as SCCR_UNLOCK_CLIENT
3. press F8 or test run (single run).
4. Specify the client and execute(F8).

Follow similar procedure for locking the client…

Enjoy ……..

Regards,
Gagan Deep Kaushal

January 23, 2009 Posted by | How to Lock or Unlock a Client in SAP ?, SAP BASIS TRICKS | 1 Comment

How to Reset Buffers in Sap ?


Hi Friends,
Some-time its needed to reset some buffers in SAP For performance issues So here iam sharing the differnt buffer cleanup T-codes.
But Keep n mind Resetting of the buffers could change the performance of the entire system
/$DYNP – reset the screen buffer of the application server
/$SYNC – resets the buffers of the application server
/$CUA – resets the CUA buffer of the application server
/$TAB – resets the TABLE buffers of the application server
/$NAM – the nametab buffer of the application server

Regards,
Gagan Deep Kaushal

January 23, 2009 Posted by | Reset Buffers in sap, SAP BASIS TRICKS | Leave a comment

How to find sap transaction codes


Hi All,

How to find SAP t-code incase you are not sure exactly about t-code

How to find sap transaction codes :

1) Goto transction search_sap_menu enter the context or the purpose of the t-code
like “User maintenance”

2) Second option in T-code SE93

Regards,
Gagan Deep Kaushal

January 23, 2009 Posted by | How to find sap transaction codes, SAP BASIS TRICKS | 1 Comment