Online Job Hunter An online portal brought to you by MARRS INFO SOLUTIONS PVT LTD.

Archives

Most Hits
Tech Interview 

Last Added
Tech Interview 

Lucky Pick
Tech Interview 
Home arrow Tech Interview
Tech Interview PDF Print E-mail
User Rating: / 1
PoorBest 

 

TECH INTERVIEW FAQ’s

 

1. What is runtime analysis? Have you used this?

 

It checks program execution time in microseconds. When you go to se30.if you give desired program name in performance file. It will take you to below screen. You can get how much past is your program.

 

2. How did you test the developed objects?

 
I was testing a developed object. There are two types of testing - Negative testing - Positive testing In negative testing we will give negative data in input and we check any errors occurs. In positive testing we will give positive data in input for checking errors.

 

3. How did you handle errors in Call Transaction?

 

We can create a internal table like ‘bsgmcgcoll’. All the messages will go to internal table. We can get errors in this internal table. Below messages are go to internal table when you run the call transaction.

- Message type
- Message id
- Message Number
- Variable1
- Variable2
- Variable3

 

4. Among the Call Transaction and Session Method, which is faster?

 

Call transaction is faster then session method. But usually we use session method in real time, because we can transfer large amount of data from internal table to database and if any errors in a session. Process will not complete until session get correct.

 

5. What are the difference between Interactive and Drill Down Reports?

 

ABAP/4 provides some interactive events on lists such as AT LINE-SELECTION (double click) or AT USER-COMMAND (pressing a button). You can use these events to move through layers of information about individual items in a list.

Drill down report is nothing but interactive report drilldown means above paragraph only.

 

6. What is the table, which contain the details of all the name of the programs and forms?

 

Table contains vertical and horizontal lines. We can store the data in table as blocks. We can scroll depends upon your wish. And these all are stored in database (data dictionary).

 

7. What is the difference between Clustered Tables and Pooled Tables?

 

A pooled table is used to combine several logical tables in the ABAP/4 dictionary. Pooled tables are logical tables that must be assigned to a table pool when they are defined. Cluster table are logical tables that must be assigned to a table cluster when they are defined. Cluster table can be used to store control data they can also used to store temporary data or text such as documentation.

 

8. What is pf-status?

 

Pf status is used in interactive report for enhancing the functionality. If we go to se41, we can get menus, items and different function keys, which we are using for secondary list in interactive report.

 

9. Among “Move” and “Move Corresponding”, which is efficient one?

 

I guess, ‘move corresponding’ is very efficient than ‘move’ statement, because usually we use this statement for internal table fields only. So if we give move corresponding, those fields only move to other place (what ever you want).


10. How data is stored in cluster table?

 

Each field of cluster table behaves as tables which contains the no. of entries.

 




 
Copyright © 2008-2012. All Rights Reserved. Powered by MARRS INFO SOLUTIONS