KyaPoocha.com

Huge Collection of Interview Questions


Archive for April, 2007

Have you used SAP supplied programs to load master data? 

SAP supplied BDC programs RM06BBI0Â (Purchase Requisitions) RMDATIND (Material Master) RFBIKR00Â (Vendor Masters) RFBIDE00 (Customer Master) RVINVB00 (Sales Order)  Read more »

What are Conversion & Interface programs in SAP? 

CONVERSION: Legacy system to flat file. INTERFACE: Flat file to SAP system.  Read more »

How to find the return code of an stmt in ABAP programs? 

Open SQL has 2 system fields with return codes: 1) SY-SUBRC 2) SY-DBCNT Using function modules  Read more »

What are datasets? 

The sequential files (ON APPLICATION SERVER) are called datasets. They are used for file handling in SAP.  Read more »

How do you take care of performance issues in your ABAP programs? 

Performance of ABAP programs can be improved by minimizing the amount of data to be transferred. The data set must be transferred through the network to the applications,... Read more »

What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement? 

1) It is a standard data type object, which exists only during the runtime of the program. They are used to perform table calculations on subsets of database tables... Read more »

Name a few system global variables you can use in ABAP programs? 

SY-SUBRC, SY-DBCNT, SY-LILLI, SY-DATUM, SY-UZEIT, SY-UCOMM, SY-TABIX SY-LILLI is absolute number of lines from which the event was triggered.  Read more »

Are programs client dependent? 

Yes, group of users can access these programs with a client number.  Read more »

What is the client concept in SAP? What is the meaning of client independent? 

In commercial, organizational and technical terms, the client is a self-contained unit in the R3 system, with separate set of Master data and its own set of Tables.... Read more »

What is CTS and what do you know about it? 

CTS stands for Correction and Transport System. The CTS provides a range of functions that help you to choose a transport strategy optimally suited to your requirements.... Read more »

How do you validate the selection criteria of a report? And how do you display initial values in a selection screen? 

The selection criteria is validated in the processing block of the AT SELECTION SCREEN event for the input values on the screen and respective messages can be sent. To... Read more »

What are ranges? What are number ranges? 

Main function of ranges to pass data to the actual selection tables without displaying the selection screen. Min, Max values provided in selection screens. It is... Read more »

What are the elements of selection screen? 

There are 5 elements of selection screen: Selection-screen include blocks Selection-screen include parameters Selection-screen include select-options Selection-screen... Read more »

What are matchcodes? 

It is similar to table index that gives list of possible values for either primary keys or non-primary keys.  Read more »

What happens when a table is activated in DD? 

When the table is activated, a physical table definition is created in the database for the table definition stored in the ABAP dictionary. The table definition... Read more »

Page 14 of 16« First...«1213141516»