SAP Basis

  Home  Enterprise Resource Planning  SAP Basis


“SAP Basis frequently Asked Questions in various SAP Basis job Interviews by interviewer. Get preparation of SAP Basis job interview”



21 SAP Basis Questions And Answers

6⟩ What is the difference between transactional rfc and regular rfc?

There are mainly 4 types of RFC communication in SAP. They are

1.Synchronous RFC

2.Asynchronous RFC

3.Transactional RFC

4.Queued RFC

Synchronous RFC (sRFC) : In this type of RFC communication,

the calling program waits until the requested processing

step on the remote system has ended and then continues to

work locally.

In other words, both the systems involved must be available

at the time the call is made.

Asynchronous RFC (aRFC) : In this type of RFC communication,

the calling program gives the request to the remote system

and immediately continues to work locally. The requested

processing step is executed on the remote system in isolation.

If the remote system cannot be reached at the time of the

call, the asynchronous calls of the RFC client are lost

Transactional RFC (tRFC) : This type of RFC communication is

similar to asynchronous RFC but by allocating a transaction

id(TID) it guarantees that if a request is sent several

times because of network problems it is processed only

once. Unlike asynchronous RFC, in Transactional RFC the

remote system does not have to be available at the moment

the RFC client program start the call. The data is held in

the source system until the target system is available.

The report program RSARFCSE is called in the background at

regular intervals and tries to place the unsuccessful

requests, identified by their transaction id again.

Queued RFC (qRFC) : This RFC communication is an extension

to the transactional RFC. In this method, all the requests

are queued up(inbound queue and outbound queue) and are

processed in a sequence only if it is certain that all

preceding calls are processed correctly. This method

guarantees that all the requests are processed in the

sequence in which they are received.

This type of RFCs will be used in SCM (APO) systems for CIF

queues etc where requests have to be processed in an order.

 196 views

8⟩ How to assign a object to 100 roles at a time?

Go to se11 T-Code..from there go to the table agr_agrs. You will be asked to provide the Access key ..then enter the object that needs to be added to 100 roles...then Select the range of roles in which the objects needs to be added and then save or Activate whatever option is given.

 195 views

9⟩ What is the function of garbage collector, explain?

garbage collector automatically frees the variables and objects from the memory when they are not in use. user program can't directly free the object from memory instead it is the job of garbage collector to automatically free the objects which are no longer referenced by the program.every class inherits finalize() from java.lang.Object finalize() is called by garbage collector when it determines no more reference to object exist.

 195 views

12⟩ What is MCOD?

MCOD - Multiple components on one database.

we can install multiple components on single database.

 202 views

14⟩ What to do when we cannot login to a dialog server?

When we are not able to login into Dialog Server we can

goto command prompt to following path :

c:/Usr/sap/mms/sys/exe:and type NIPING -t to self test the

SAP system is working properly or not.If the self test is

ok then we can check for DISP+WP whether it is running or

not in console or else to goto Services and rerun oracle

services.

 160 views

15⟩ What is saint update?

SAINT - for updateing SAP-Addon like componets ST-PI, ST-

API etc

SPAM - for updateing SAP support packs like basis,abap, ST-

PI patches etc

 180 views