OBIEE FANS
All About SAP
Wednesday 28 December 2011
OBIEE fans
OBIEE FANS
Monday 12 September 2011
sap securty training videos for free
Watch the following videos for FREE
SAP Security Training How to setup what can be changed in Child System
http://www.youtube.com/watch?v=KrH_dQSp6yk
SAP Transactions for Securing Custom Programs
Kernel Upgrade steps
Here is the Procedure to Update your SAP Kernel
Stop all R/3 Processes and the Database
% stopsap all
Stop SAPOSCOL process
% saposcol -d
Stop ListnerControl process by logging in as ora user
%lsnrctrl stop
Download Kernel Patches
Copy Them to a directory on Central Instance
Backup Your Old Kernel (by renaming it or moving it)
uncar the downloaded files
After that restart your services in following order
Listner
SAPOSCOL
Database
R/3
How to send Message to Specific user on SAP
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
How to update the SAP kernel
2. copy the SAR file to the new folder
3. run sapcar -xvfSAPEXEDB* (database dependent)4. run sapcar -xvf SAPEXE_* (database independent)Step 3 and 4 are to extract the kernel5. stop SAP console6. stop SAP service7. stop SAPoscol service8. remove the SAPEXEDB___.SAR and SAPEXE__.SAR from the new kernel folder 9. copy everything from the new kernel folder to E:usrsapNote, Don't forget the backup before upgrade.
How to update using SPAM SAINT
Importing a SPAM/SAINT Update
Use:
A SPAM/SAINT Update (SPAM update for short) contains updates and improvements to Support Package Manager and Add-On Installation Tool. There is always one SPAM update for each release.
The latest SPAM update is also available in SAP Support Portal, under service.sap.com/spManager.
Make sure you always have the most recent version of SPAM update before importing Support Packages or Installation Packages.
Prerequisites
You can only import a SPAM update if there are no terminated packages in the system.
A dialog box informs you if there are any terminated packages. You then have two options:
? Import the entire queue to begin with and then the SPAM update.
? Delete the queue, import the SPAM update, then import the queue.
You can only delete the queue if module Import 1 has not yet started (up to phase SCHEDULE_RDDIMPDP).
Procedure
1. Call Support Package Manager (transaction SPAM).
2. Check if the SPAM update offered is newer than the one in your system.
3. To import the most recent SPAM update, choose Support Package ® Import SPAM update.
SPAM updates are automatically confirmed once they have been imported.