HOW TO SAP

Step by step manual guide with screenshot for Basis, Security Authorization & Abap

Popular Posts

  • Table USR02 - User Lock value
    Execute SE16 Enter USR02 Below are the value and its description: Value: 0 Not locked 16 Lock 32 Locked by CUA admin (User Ad...
  • SAP SECURITY INTERVIEW - FIND USER ID FROM TABLE PA0105
    You only  have Personal Number (PERNR) or Email (USRID_LONG) as reference SE16 > PA0105  Now enter PERNR or USRID_LONG SUBTY must be...
  • HOW TO SAP - Create RFC TCPIP connection and Register Server Program with RFCEXEC
    Execute SM59 Expand TCP/IP connections > Click Create Enter the following details. Ensure connection type is 'T' Save a...

Blog Archive

  • ▼  2019 (14)
    • ▼  July (4)
      • How to change SAP script - SE71
      • STMS – Transport management system. How to do tran...
      • SAP Basis – Daily check list
      • SAP R/3 Tips and Tricks – Cheat Sheet for Intervie...
    • ►  June (8)
    • ►  May (2)
  • ►  2018 (1)
    • ►  January (1)
  • ►  2017 (65)
    • ►  December (16)
    • ►  November (18)
    • ►  October (26)
    • ►  September (1)
    • ►  August (3)
    • ►  June (1)
  • ►  2014 (1)
    • ►  August (1)
  • ►  2013 (2)
    • ►  December (1)
    • ►  March (1)
  • ►  2012 (5)
    • ►  June (3)
    • ►  February (2)
  • ►  2011 (88)
    • ►  October (3)
    • ►  September (8)
    • ►  August (8)
    • ►  July (4)
    • ►  June (14)
    • ►  May (22)
    • ►  April (11)
    • ►  March (14)
    • ►  February (2)
    • ►  January (2)
  • ►  2010 (1)
    • ►  October (1)
  • ►  2009 (17)
    • ►  October (12)
    • ►  September (1)
    • ►  August (3)
    • ►  June (1)
  • ►  2008 (20)
    • ►  January (20)
2013-2017. Powered by Blogger.
HOW TO SAP

Unix command

October 24, 2009   unix,
mkdir dbxxx            - Make dir dbxxx
df - g .                     - Current folder size
df - g | grep sap       - grep folder with ms.sap
rm -rf exe*              - Remove file and folder with name exe*
cp -r exe /oracle/W91/saptrace/usertrace    - copy folder exe to  /oracle/W91/saptrace/usertrace

sudo /usr/bin/rootsh -i -u root
sudo rootsh -i -u rb4adm  (don't copy paste, type manually)
Continue Reading

Manuall import transport from Unix

October 24, 2009   TRANSPORT,
In unix, execute

  • tp addtobuffer P28KT00687 pf=TP_DOMAIN_D28.PFL D28
  • tp import P28KT00687 D28 client300 pf=TP_DOMAIN_D28.PFL U128
P28KT00687 is the transport number
DOMAIN_D28 is the transport domain (you get from stms)
D28 is the target csystem
client300 is the target client
U128 is the combination of below:


0: Called a overtaker; change request can be imported from buffer without deleting it and then uncoditional mode 1 is used to allow another import in the correct location.

1: If U1 is used with the export then it ignores the correct status of the command file; and if it is used with import then it lets the user import the same change request again.

2: When used with tp export, it dictates the program to not to expand the selection with TRDIR brackets. If used in tp import phase, it overwrites the originals.

3: When used with tp import, it overwrites the system-dependant objects.

5: During the import to the consolidation system it permits the source systems other than the integration system.

6: When used in import phase, it helps to overwrite objects in unconfirmed repairs.

8: During import phase it ignores the limitations caused by the table classification.

9: During import it ignores that the system is locked for this kind of transport.
Continue Reading

Login to sqlplus

October 24, 2009   oracle,
From unix, execute

  • sqlplus "/as sysdba"
Continue Reading

Changing user from root

October 24, 2009   unix,
Once login to your ID, you execute

  • sudo su - root
  • then you can change to su -t01adm
  • then you can also change to su - orat01
Continue Reading

Migration Explained

September 29, 2009   migration,
Migration is a synonym for heterogeneous system copy.

UNICODE CONVERSION
Your SAP system is converted from non-Unicode to Unicode. This can also be done as part of a homogeneous or heterogeneous system copy.

DISTRIBUTED SYSTEM
A system that resides on more than one physical or virtual hosts in a network, and can be accessed transparently as an entity.

SOURCE SYSTEM AND TARGET SYSTEM
The SAP system containing the original database is called the source system and the system to which the database copy is to be imported is called the target system.
Continue Reading
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)
Designed By: Blogger Templates | Templatelib