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

SAP Interview Questions II

Work most on which module: Name a few tables.

Ans      Sales & Distribution Module

 

1)      Sales Document: Item Data                         –          VBAP

2)      Sales Document: Partner                             –          VBPA

3)      Sales Document: Header Data                    –          VBAK

4)      Sales Document Flow                                 –          VBFA

5)      Sales Document: Delivery Item Data           -           LIPS

6)      Customer Master                                        –          KNA1

7)      Material Data                                             –          MARA

8)       Conditions (Transaction Data)                     -           KONV

 

System Table used

Ans                 

1)      Sales Document: Item Data                         –          VBAP

2)      Sales Document: Partner                             –          VBPA

SAP Interview Questions III

Can we have more than one selection-screen and how?

Ans      Yes, we can have more than one selection screen.

 

            Selection-screen begin of block honey with frame title text-101.

            Select-options : deptno for zrekha_deptt-deptno.

            Selection-screen end of block honey.

 

            Selection-screen begin of block honey1 with frame title text-102.

            Select-options : dname for zrekha_deptt-dname.

            Selection-screen end of block honey1.

 

How to declare select-option as a parameter?

Ans      SELECT-OPTIONS: specify are displayed on the selection screen for the user to enter values.

SAP ABAP Interview Questions I

What are the system fields? Explain?

Ans. The ABAP system fields are active in all ABAP programs. They are filled by the runtime environment, and you can query their values in a program to find out particular states of the system. Although they are variables, you should not assign your own values to them, since this may overwrite information that is important for the normal running of the program. However, there are some isolated cases in which you may need to overwrite a system variable. For example, by assigning a new value to the field SY-LSIND, you can control navigation within details lists.

SAP ABAP Interview Questions IV

What are Interactive Reports?

Ans      An output list which displays just the basic details & allow user to interact, so that a new list is populated based on user-selection. With interactive list, the user can actively control data retrieval and display during the session.

 

What are the commands used for interactive reports?

Ans      Top-of-Page during line-selection

 

What are the system fields u have worked with? Explain?

Ans      I had worked with the following (30) system fields:

 

1)      SY-DBSYS           -           Central Database

2)      SY-HOST             -           Server

Pages (98): « First ... « 9 10 11 [12] 13 14 15 » ... Last »