Comment

Saturday 21 June 2014

SAP ABAP interview question and answers part 4

Part1[1-10] Part2[11-20]  Part3[21-30]  Part4[31-40]  Part5[41-50]

31. What type of user exits have you written?
Ans - there are four types
1.function exit
2.menu exit
3.screen exit.
4.field exit.

32.What is difference between dialog program and a report?
Ans - Report is a excecutable program
Dialog is a module pool program.It has to be executed via a transaction only.
Dialog programming is used for customization off screens


33.What is Smart Forms?
Ans - Smart Forms allows you to create forms using a graphical design tool with robust functionality, color, and more. Additionally, all new forms developed at SAP will be created with the new Smart Form solution.

34.What are the components of SAP scripts?
Ans - SAP scripts is a word processing tool of SAP which has the following components: Standard text. It is like a standard normal documents. Layout sets. - Layout set consists of the following components: Windows and pages, Paragraph formats, Character formats. Creating forms in the R/3 system. Every layout set consists of Header, paragraph, and character string. ABAP/4 program.

35.What are indexes?
Ans- Indexes are described as a copy of a database table reduced to specific fields. This data exists in sorted form. This sorting form ease fast access to the field of the tables. In order that other fields are also read, a pointer to the associated record of the actual table are included in the index. The indexes are activated along with the table and are created automatically with it in the database.

36.In the ‘select’ statement what is “group by”?
Ans - Group by clause is used to fetch the data from the table by the specified field ex.select count (*) from emptable group by deptno where deptno = 1.
It is used to find the number of employees present in the specified department no.


37.What are the different types of data dictionary objects?
Ans - Data Dictionary Objects
* Tables
* Views
* Domain
* Data Element
* Type Groups
* Search Helps/Matchcode Objects
* Lock objects
* Structures
* Table Types

38.How can you debug a script form?
Ans - SE71 -> give the form name -> utilities -> activate debugger


39.How data is stored in cluster table?
Ans- A cluster table conatins data from mulitple DDIC tables. It stores data as a name value pair ( varkey, vardata)

40.What is the use of pretty printer ?
Ans - Exactly where can we link the functional module to abap coding.


Part1[1-10] Part2[11-20]  Part3[21-30]  Part4[31-40]  Part5[41-50]

No comments:

Post a Comment

 

Blogger news

Blogroll

About