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

Pages (3): [1] 2 3 »