SAP ABAP

  Home  Systems, Applications, and Products (SAP)  SAP ABAP


“SAP ABAP Interview Questions and Answers will guide you that ABAP is a very high level programming language created by the German software company SAP. It is currently positioned, alongside the more recently introduced Java, so learn more about the SAP ABAP with the help of this SAP ABAP Interview Questions with Answers guide”



161 SAP ABAP Questions And Answers

123⟩ 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 way to accomplish the task, and that only the data that the user may use is presented.

User Groups – A user group is a collection of users that work with about the same data and carry out similar tasks. The members of a user group can use all programs (queries) created by any user of the group. Changes to such a program are at once visible to all users. This ensures that all members of a user group use the same evaluation programs.

ABAP Query: It consists of three components – queries, functional areas and user groups. The functional areas provide the user with an initial set of data in accordance with the task to be accomplished. All users must be members of at least one user group. All members of one user group can access the same data as well as the same program (queries) to create lists.

 131 views

127⟩ 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 the error. For small errors in data we correct them interactively otherwise modify batch input program that has generated the session or many times even the data file.

 128 views

134⟩ List of 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 control

ix. Tabstrip control

x. Custom control

xi. Box

xii. Status icons

xiii. OK_CODE fields

 193 views

136⟩ What are the properties of Selection Screen?

There are 11 properties of selection screen:

1) Default

2) Memory ID

3) Lowercase

4) Visible length

5) Obligatory

6) Matchcode

7) Check

8) Checkbox

9) Radiobutton Group

10) No-display

11) Modif ID

 152 views

139⟩ What are the sequences of event block?

i. Reports

ii. Nodes

iii. Data

iv. Initialization

v. At selection-screen

vi. Start-of-selection

vii. Get deptt

viii. Get emp

ix. Get deptt late

x. End-of-selection

xi. Form

xii. Endform

 133 views