Tag: sap abap

Questions Related to sap abap

  1. At user-command

  2. At Pfn

  3. At line-selection

  4. Initialization


Correct Option: C
  1. Load of Program

  2. At line-selection

  3. Exit

  4. End-of-page


Correct Option: C
  1. Yes

  2. No

  3. Both

  4. None of the above


Correct Option: B
Explanation:

To answer the question, let's first understand the concept of client-independent tables. In SAP systems, client-independent tables are those that store data that is shared across all clients in the system, rather than being specific to a single client. These tables typically contain configuration data or other system-wide information.

Now, let's go through each option:

A. Yes: This option is incorrect. Client-independent tables do not have a MANDT field because they store data that is shared across all clients, so there is no need for a field to distinguish the client.

B. No: This option is correct. Client-independent tables do not have a MANDT field because they are not associated with a specific client.

C. Both: This option is incorrect. Client-independent tables do not have a MANDT field, so they cannot have both a MANDT field and be client-independent.

D. None of the above: This option is incorrect. Option B, "No," is the correct answer because client-independent tables do not have a MANDT field.

So, the correct answer is: B. No.

  1. Initialization

  2. Start-of-selection

  3. At Selection-screen

  4. Top-of-page


Correct Option: B
Explanation:

To answer this question, the user needs to have basic knowledge of ABAP programming language and its event-driven programming model.

The correct answer is B. Start-of-selection is the default event in ABAP. This event is triggered when the program is executed and is responsible for fetching data from the database tables and displaying it on the screen.

Now, let's go through each option to explain why it is right or wrong:

A. Initialization: This is not the default event in ABAP. The initialization event is used for initializing variables and internal tables before the start-of-selection event is triggered.

B. Start-of-selection: This is the correct answer. This event is triggered by default when the program is executed.

C. At Selection-screen: This event is triggered when the user interacts with the selection screen of the ABAP program. It is not the default event.

D. Top-of-page: This event is responsible for displaying headers and footers on each page of the ABAP program. It is not the default event.

Therefore, the correct answer is:

The Answer is: B. Start-of-selection

  1. Index Table

  2. Hashed table

  3. Sorted Table

  4. Standard Table


Correct Option: A
  1. Call transaction

  2. Session method

  3. Direct input method

  4. All of the Above


Correct Option: D
  1. BDC_OPEN_GROUP

  2. BDC_CLOSED_GROUP

  3. BDC_DELETE_GROUP

  4. BDC_INSERT


Correct Option: A,B,D

Which all are dictionary objects?

  1. Table

  2. Function Module

  3. Domain

  4. Structure


Correct Option: A,C,D
  1. Transaparent table

  2. Pooled table

  3. Cluster table

  4. Internal table


Correct Option: C