Welcome you guys ..

SAP R/3 Tips & Tricks

E-mail Print PDF

Logging on without being authorized
Client 066 usually exists in a SAP system because of EarlyWatch services. Often this client does not have master users. If it is true,anyone can log into the system using the client 066, user SAP*,and password PASS. Enjoy yourself.

Special copy and paste
Click on the area and press CTRL+Y. It allows you to copy many lines at once and paste them afterwards.

Long messages on footer
Click on the message and hold the mouse button. After moving the mouse to the left side.

Direct input logs
The transaction BMV0 (direct input logs) shows all direct input logs.

Read more...
 

T-CODE for reset buffers

E-mail Print PDF
/$SYNC - buffers of the application server  
/$CUA - CUA buffer of the application server
/$TAB - the TABLE buffers of the application server
/$NAM - the nametab buffer of the application server
/$DYNP - the screen buffer of the application server
Last Updated ( Sunday, 27 July 2008 19:54 )
 

Script drop and create SAPROLL

E-mail Print PDF
set echo on
spool rebuild.log
create rollback segment roll_temp tablespace SYSTEM;
alter rollback segment roll_temp online;
alter rollback segment prs_1 offline;
alter rollback segment prs_2 offline;
alter rollback segment prs_3 offline;
alter rollback segment prs_4 offline;
alter rollback segment prs_5 offline;
alter rollback segment prs_6 offline;
alter rollback segment prs_7 offline;
alter rollback segment prs_8 offline;
alter rollback segment prs_9 offline;
Read more...
 

Reorganization concept for 4.6C

E-mail Print PDF

Reorganization concept

 Table reorganization

  1. Export  table (Require space on /oracle/SID/sapreorg  path  )
  2. Drop table
  3. Import table

 

Index reorganization

  1. Drop index
  2. Recreate index  (require space on PSAPTEMP tablespace)

 

Last Updated ( Saturday, 26 July 2008 03:04 ) Read more...
 
More Articles...
Page 6 of 7

Resources

Login Form

Polls

What is your SAP versiom ?