MUST KNOW SAP BASIS Administrator Tasks Daily Weekly Monthly Yearly
October 28, 2009 by adminsapjobscareer · Leave a Comment
Recommended daily tasks

1. Check whether the systems are up
2. Check whether the backups finished without errors
3. Check for alerts in CCMS monitors
4. Check for hanging or stopped work processe Read More
SAP BASIS Important Interview Questions & Answers
October 28, 2009 by adminsapjobscareer · Leave a Comment

- What is the difference between Sap lock and database lock?
A “SAP lock” is named “enqueue lock”, the enqueue is on a much higher level, e. g. a complete sales document is locked there wh Read More
How to Determine DIALOG STEPS PER HOUR?
July 2, 2009 by admin · Leave a Comment
Determine DIALOG STEPS PER HOUR
Use this simple process to aid in resizing an existing system. For example, if you are adding more users to an R/3 system, or intr Read More
You many want to Know -SAP TCODE BASIS ABAP
June 27, 2009 by admin · Leave a Comment
Some of the BASIS ABAP Transaction code (Tcode)
DI02 &nb Read More
Remote server login
June 21, 2009 by admin · Leave a Comment
How do you connect to the remote server if you are working from the office for the client in remote place.
WAS web application server or ITS are generally used for this purpose. If you are sitting at your office with a server which is in the system and the other server is at the clients place you can generate IDOC, intermidiate documents which carry Read More
Explain about roll area Dispatcher ABAP-Processor.
June 21, 2009 by admin · Leave a Comment
Explain about roll area , Dispatcher, ABAP-Processor.
Roll area is nothing but memory allocated by work process. It holds the information needed by R/3 about programs execution such as value of the variables.
Dispatcher :All the requests that come from presentation server will be directed first to dispatcher. Further dispatcher sends this requests to work process on Read More
From Excel to ABAP – Is batch mode possible
June 21, 2009 by admin · Leave a Comment
From Excel to ABAP – Is batch mode possible ?
DATA w_file TYPE string.
* Convert the file path into string
w_file = p_input.
* Internal Table should have same field sequence as EXL File.
CLEAR t_upload.
REFRESH t_upload.
* Call function to upload the data into internal table
CALL FUNCTION ‘GUI_UPLOAD’
EXP Read More
SAP Oracle Commit and Roll back explained
June 19, 2009 by admin · Leave a Comment
Explain “Commit” and “Roll back”
The Oracle RDBMS provides a transaction model based on a unit of work. The PL/SQL language supports most, but not all, of the database model for transactions (you cannot, for example, ROLLBACK FORCE). Transactions begin with the first change to data and end with either a COMMIT or ROLLBACK.



