KyaPoocha.com

Huge Collection of Interview Questions


Archive for April, 2007

How to define Selection Screen? 

There are 3 ways of defining selection screen: 1. Parameters 2. Select-options 3. Selection-Screen  Read more »

How many default Tab Strips are there? How to insert more Tabs in it? 

There 2 default Tab strips. Screen painter attributes contain Tab Title, which is used to insert more tabs in tab strip.  Read more »

List the Screen elements. 

There are 13 screen elements: i) Input / output fields ii) Text fields iii) Checkbox iv) Radio button v) Push Button vi) Drop down list vii) Subscreen viii) Table... Read more »

What are different types of attributes of Function Module? 

There are 6 attributes of FM: 1. Import 2. Export 3. Table 4. Changing 5. Source 6. Exception  Read more »

What is the syntax of Packed Number? 

Data : NUM type P decimals 2  Read more »

What is SAP Script and layout set? 

The tool, which is used to create layout set is called SAP Script. Layout set is a design, appearance and structure of document.  Read more »

How do you set up background jobs in SAP? 

Go to SM36 and create background job by giving job name, job class and job steps (JOB SCHEDULING)  Read more »

What do you do with errors in BDC batch sessions? 

We look into the list of incorrect session and process it again. To correct incorrect session, we analyze the session to determine which screen and value produced... Read more »

What do you do when the system crashes in the middle of a BDC batch session? 

We will look into the error log file (SM35). Check number of records already updated and delete them from input file and run BDC again.  Read more »

Is a logical database a requirement/must to write an ABAP query? 

No, it is not must to use LDB. Apart from it, we have other options: 1) Table join by Basis Table 2) Direct Read of table 3) Data Retrieval by Program  Read more »

What are the functional areas? User groups? How does ABAP query work in relation to these? 

Functional Areas - By creating functional areas, we can initially select this data. This ensures that the data is presented to the ABAP Query user in a meaningful... Read more »

What are the advantages and disadvantages of ABAP query tool? 

Advantages: No programming knowledge is required. Disadvantages: Depending on the complexity of the database tables, it may not be easy for the user to select the... Read more »

What specific statements do you using when writing a drill down report? 

AT LINE-SELECTION AT USER-COMMAND AT PF.  Read more »

What are logical databases? What are the advantages/disadvantages of logical databases? 

To read data from a database tables we use logical database. A logical database provides read-only access to a group of related tables to an ABAP/4 program. Advantages:... Read more »

What are the techniques involved in using SAP supplied programs? 

> Identify relevant fields > Maintain transfer structure ( Predefined – first one is always session record) > Session record structure, Header Data, ItemÂ... Read more »

Page 13 of 16« First...«1112131415»...Last »