Showing posts with label BASIS BASIC. Show all posts
Showing posts with label BASIS BASIC. Show all posts

SAP Kernel Upgrade in Linux unix system

The kernel upgrade activity on UNIX, Linux environment. Preparation: First check current Kernel patch release. Step 1:  Download the necessary kernel patch from sap. Step 2:  First create  a new directory  and transfer the  kernel files SAPEXE.SAR,SAPEXEDB.SAR with SAPCAR,use winscp software. Step 3:  Take backup old kernel file...

Start & Stop SAP System in UNIX, Linux OS Environment

Starting the SAP System 1. Log on in your OS level as a user with SAP administrator authorization (<SID>adm). 2. Enter the command startsap [DB|R3|ALL]. The following applies to this command: • DB starts the database system: startsap DB • R3 starts the instances & associated processes of the...

Operating System and Database Migration

Pre Export Process In Application level :-  Check the Java JRE version (Min 1.4.1). Check the QCM table entries of SAP. Check for cancelled and update task Delete table entries from TATGPC, TATGPCA Check the incremental table conversion Cancel all released jobs Check for the operation modes Delete unnecessary spool data De-schedule all SAP jobs Delete all the batch jobs Release...

How to generate SAP Solman Key without having Solution manager

You might want to install SAP ECC 5 or SAP ECC 6 and been asking SolmanKey. What if you don't have Solman Server ? Then how would you generate solman key ? There are 2 ways (if you don't have Solman Server to generate solman key) : 1. Ask your friend which have Solman Server to generate it. OR 2. Use this simple script (VB Script) to generate it. '   Solution Manager Key...

How to increase Dialog work process time in SAP

Goto transaction code RZ11, enter the parameter name – rdisp/max_wprun_time and press enter. Once you get the below screen, click on Change Value and enter the desired time. Please not to set the value to 0 as it will make the running time unlimited. No restart required as the parameter is dynamically switchable. For permanent change, please do it on transaction code RZ10. You can...

SAP Kernel Up-gradation in Windows Environment step by step

Step by Step Procedure for Kernel Up-gradation: Basis Administrator shall login to www.service.sap.com with OSS & password and download the latest Kernel files. Downloads---->SAP Support Packages---->Support packages & Patches-Entry By application group---->SAP application Components---->SAP ERP---->SAP ERP 6.0---->  Entry By Component---->SAP...

How to generate SAP Solution Manager Key

To Generate Solution Manager Key Execute T-code SMSY in Solution Manager system, you need to do the following steps: 1) Create a system by right clicking on System entry and select Create new system. 2) Enter the System Name i.e., SID (3 chars) 3) Product = SAP ECC (select from the list) 4) Product Version= ECC 5.0 (select from the list) 5) Save the entries. 6) Select...

SAP Security Audit Log

The Security Audit Log is a tool designed for auditors who need to take a detailed look at what occurs in the SAP system. By activating the audit log, you keep record of those activities you consider relevant for auditing. This information is recorded on a daily basis in an audit file on each application server. You can then access this information for evaluation in the form of...

How extract a SAR file in SAP

What is a SAR file ? SAR files are  delivered by SAP for releasing supportpackages of Kernel and other OS level binaries.   How to extract a SAR file in SAP  Navigate to the path where the SAR file is located and use following command to extract a SAR file. SAPCAR -xvf <filename.SAR>...

How to Kill the Work Process in SAP SM50

Stopping Run-Away or “Bad” Work Processes 1. Log on to any client in the appropriate SAP system. 2. Go to transaction SM50. 3. On the Process Overview screen, find the process which must be stopped. Place a √ in the □ to the left of the process number to be stopped by pressing Space.  On the top-most menu bar,click the Process → Cancel without core. 4. Click...

New Forum Saptecharena

SAPTECHARENA FORUM!!! ...

Display all tables in SAP with DD02T

Execute SE16, Enter DD02T Click display table contents Enter table name (eg: AGR* or GRAC*) Execute ...

How to avoid TIME_OUT dumps in SAP system ?

These TIME_OUT dumps usually occur if the program has exceeded the maximum permitted runtime without interruption. After this program will get terminated and in ST22 a dump will get generated. Usually SAP system will terminate the program after permitted runtime to make the work area available to other users who may waiting and to prevent a work area being blocked unnecessarily...

How to schedule Basis standard jobs ?

How to schedule Basis standard jobs ? Goto transaction SM36 and click on "standard jobs" pushbutton. This inturn displays standard jobs screen. Here select all the jobs and click on "default scheduling" push button to schedule all of them as per their default schedule. What is the need of scheduling basis standard jobs ? Standard jobs are the jobs that should...

What is the difference between dynamic and static parameter in SAP

In SAP, parameters are used to set the configuration and define the functionality of an sap system like number of workprocesses, buffer size, locktable size etc. Basically there are 2 types of parameters : Static Dynamic Static are the parameters those won't take effect immediately the value is set. Restart of an sap system is required for them to take effect. Dynamic...

How to delete an SAP lock Entries (SM12)

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...