In SAP how to schedule background jobs at OS level?
Invoke a sap event using a OS script and then have a SAP background job set to run on a sap event. I say this assuming Unix and a job in crontab. I would guess the same thing could be done on a Windows system.
sapevt TRIGGER_NAME -t
pf=d:usrsapDEVsysprofileDEV_DVEBMGS00_SVRNAME nr
In SAP what is the procedure to lock a client?
There is no direct tcode to lock a client. the easiest way to lock a client is
1. run tcode SE37
2. type function module name - SCCR_LOCK_CLIENT
3. enter the Client No.
4. execute the function module.
In SAP what is the importance of the clients 000,001 and 006?
000 is also called as Master Client or Golden client. It contains cross client data & Companies Hardware configuration, Patches, Add-ons Plug-ins Etc
001 is the copy of the Master Client.
066 is called as Early Watch Client. If there is any problem with the SAP system then the early watch client throws the alerts.
In SAP what are common transport errors?
Return code (4) indicates imported ended with warning.
Ex:
1. Generation of programs and screens
2. Columns missing and Rows missing.
Return code (8) indicates not imported ended with error
Ex:
1. Syntax error.
2. Program generation error.
3. Dictionary activation error.
4. Method execution error.
Return code (12) indicates import is cancelled.
Ex:
1. Import is cancelled due to object missing.
2. Objects are not active.
3. Program terminated due to job “RDDEXECL” is not working.
Return code (16) indicates import is cancelled.
Ex:
1. Import cancelled due to system down while importing.
2. Import cancelled due to user expires while importing
3. Import cancelled due to insufficient roles.
In SAP if a background job runs more than the time it should be completed normally then what are the actions to be performed?
First and foremost thing ,we need to inform that user who has scheduled, then we will get information about the background job. If the developer wants to kill the Job. Then go to sm50 and select the BTC work process cancel with core and secondly execute sm37 then select the BTC job kill.
What SAP tools you use to install SAP patches?
SPAM is the sap tool used to install sap patches
In SAP what JAVA tools you use to install JAVA Patches?
SDM Was used to Apply Patch to Java new version 700 Systems uses JSPM to apply Patches
In SAP what is early watch report?
The SAP Early Watch Report gives you detailed information about system status, performance, configuration, system operation, database administration and trends.
In SAP how to install multiple Central Instances on the same physical machine?
Assign different instance numbers, and listener name.
Can SAP Patches be installed when other users are online?
SAP Patches cannot be installed when user’s are online. When users are online they may access DB/Tables which may be related to the patch being applied. Therefore it is advisableto apply patches when there are no users online
In SAP what is the importance of Virtual system? - or - Need of Virtual system?
When we are implementing a Sap Project, the development server only available in the beginning, so developers perform their tasks which are assigned by project manager, when development project finished then developers need to release their tasks it is possible when we configure 2/3 system landscape with TMS configuration but now only one (dev) system available, so Virtual system created using tcode STMS and configure TMS. When live system is available we can replace virtual system by the live system i.e., (QAS). The main importance of virtual system simply when live system not available we can configure/create Virtual
system
In SAP what are the differences between system refresh and client refresh?
Copying the entire DDIC, Repository objects and application data from one system (SID0) to another system (SID1) is said to be System Refresh
Copying the objects related to particular a client from one client to another client of same or different SID are said to be Client Refresh







0 comments:
Post a Comment