Archive for the ‘SAP Basis’ Category

MUST KNOW SAP BASIS Administrator Tasks Daily Weekly Monthly Yearly

This item was filled under [ SAP, SAP Basis, Uncategorized ]

 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

Continue reading...

Tagged with: [ ]

SAP BASIS Important Interview Questions & Answers

This item was filled under [ SAP, SAP Basis, Uncategorized ]

  • 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

Continue reading...

Tagged with: [ ]

How to Determine DIALOG STEPS PER HOUR?

This item was filled under [ SAP Basis ]

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

Continue reading...

Tagged with: [ ]

You many want to Know -SAP TCODE BASIS ABAP

This item was filled under [ ABAP, SAP Basis ]

Some of the BASIS ABAP Transaction code (Tcode)

DI02                                 &nb Read More

Continue reading...

Tagged with: [ , , ]

Remote server login

This item was filled under [ ABAP, SAP, SAP Basis ]

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

Continue reading...

Explain about roll area Dispatcher ABAP-Processor.

This item was filled under [ ABAP, SAP, SAP Basis ]

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

Continue reading...

From Excel to ABAP – Is batch mode possible

This item was filled under [ ABAP, SAP, SAP Basis ]

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

Continue reading...

SAP Oracle Commit and Roll back explained

This item was filled under [ ABAP, SAP, SAP Basis ]

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.

Read More

Continue reading...

Tagged with: [ ]