KyaPoocha.com

Huge Collection of Interview Questions


‘SAP-ABAP Interview Questions’ - KyaPoocha.com

Can you call a subroutine of one program from another program? 

Yes, only external subroutines Using ‘SUBMIT’ statement.  Read more »

What are the include programs? 

When the same sequence of statements in several programs is to be written repeatedly. They are coded in include programs (External programs) and are included in... Read more »

Is ABAP a GUI language? 

Yes, ABAP is an Event Driven language(GUI Language)  Read more »

What are step loops? How do you program page down page up in step loops? 

Step loops are repeated blocks of field in a screen. Step loops: Method of displaying a set of records. Page down & Page up: decrement / increment base counter Index... Read more »

Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called? 

Yes. Operating System – Windows based Screen Painter – Alpha numeric Screen Painter  Read more »

Overall how do you write transaction programs in SAP? 

Create program-SE93-create transaction code -Run it from command field. Create the transaction using object browser (SE80) Define the objects e.g. screen, Transactions.... Read more »

Explain PAI and PBO. 

PBO - This event is triggered before the screen is displayed. PAI - This event is responsible for processing of screen after the user enters the data and clicks... Read more »

What are IDOCs? 

IDOCs are intermediate documents to hold the messages as a container.  Read more »

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

‘move corresponding’ is very efficient then ‘move’ statement. Because usually we use this statement for internal table fields only…so... Read more »

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... Read more »

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... Read more »

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... Read more »

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... Read more »

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... Read more »

How did you handle errors in Call Transaction? 

We can create an internal table like ‘bsgmcgcoll’. All the messages will go to internal table. We can get errors in this internal table. Below messages... Read more »

Page 3 of 16«12345»...Last »