SAP Interview Questions
Job interviews are always stressful and they are tough enough to make fresher and even experienced one feel nervous and scary of the interview. Technical-interviews.com has been developed to help students and jobseekers to prepare for the tough job interview questions shot at them. Review the job interview questions and answers on networking basics, load runner, winrunner, .net, vb, java, oracle and many more common job interview questions online here. You have just made the first step to build the foundation for a successful interview by reviewing Technical-interviews.com.
SAP Technical Interview Questions
How to define Selection Screen?
Ans     Parameters, Select-options & Selection-Screen
What are Check Tables and Value Tables?
Ans     Check Table: The ABAP Dictionary allows you to define relationships between tables using foreign keys . A dependent table is called a foreign key table, and the referenced table is called the check table. Each key field of the check table corresponds to a field in the foreign key table. These fields are called foreign key fields. One of the foreign key fields is designated as the check field for checking the validity of values. The key fields of the check table can serve as input help for the check field.
SAP Technical Interview Questions I
How to debugg a script?
Ans     Go to SE71, give layout set name, go to utilities select debugger mode on.
Â
How many maximum sessions can be open in SAPgui?
Ans     There are maximum 6 sessions open in SAPgui.
Â
SAP Scripts and ABAP programs are client dependent or not? Why?
Ans
Â
What are System Variable?
Ans     System variables have been predefined by SAP. We can use these variables in formulas or, for example, to pass on certain pieces of information to a function module. How the function called by the function module behaves depends on the type of information passed on.
SAP Technical Interview Questions II
Is Session Method, Asynchronous or Synchronous?
Ans     Synchronous
Â
What are the different types of data dictionary objects?
Ans     Different types of data dictionary objects:
Â
1)Â Â Â Â Â Tables
2)Â Â Â Â Â Views
3)Â Â Â Â Â Data elements
4)Â Â Â Â Â Structure
5)Â Â Â Â Â Domains
6)Â Â Â Â Â Search Helps
7)Â Â Â Â Â Local Objects
8)Â Â Â Â Â Matchcode
Â
How many types of tables exist and what are they in data dictionary?
Ans     4 Types of Tables:
Â
SAP Technical Interview Questions III
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
Ans     To use a Native SQL statement, you must precede it with the EXEC SQL statement, and follow it with the ENDEXEC statement as follows:
EXEC SQL [PERFORMING <form>].
<Native SQL statement>
ENDEXEC.
There is no period after Native SQL statements. Furthermore, using inverted commas (”) or an asterisk (*) at the beginning of a line in a native SQL statement does not introduce a comment as it would in normal ABAP syntax. You need to know whether table and field names are case-sensitive in your chosen database.
SAP Interview Questions
How do u display a data in a Detail List?
Ans     By using two statements:
1)Â Â Â Â Â Top-of-page during line-selection
2)Â Â Â Â Â At line-selection
Â
What are the types of windows in SAP Script?
Ans     There are five Standard Layouts in SAP Script:   Â
1)Â Â Â Â Â Page
2)Â Â Â Â Â Window
3)Â Â Â Â Â Page Window
4)Â Â Â Â Â Paragraph Format
5)Â Â Â Â Â Character Format
Â
What are the function modules used in a SAP Script driver program?
Ans     There are three functions used in SAP Script:
1)Â Â Â Â Â OPEN_FORM
2)Â Â Â Â Â WRITE_FORM