0% found this document useful (0 votes)
332 views4 pages

VH ABAP Certification Sample Questions For Abapers

This document provides sample questions for the ABAP certification exam and answers to those questions. The questions cover topics like using TOP-OF-PAGE events, defining foreign keys, using IMPORT/EXPORT to pass values between batch job steps, updating table structures in the ABAP Dictionary, and defining custom exits.

Uploaded by

Karim Roro
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
332 views4 pages

VH ABAP Certification Sample Questions For Abapers

This document provides sample questions for the ABAP certification exam and answers to those questions. The questions cover topics like using TOP-OF-PAGE events, defining foreign keys, using IMPORT/EXPORT to pass values between batch job steps, updating table structures in the ABAP Dictionary, and defining custom exits.

Uploaded by

Karim Roro
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

ABAP Certification Sample Questions for Abapers

ABAP Exam Guide

To take the ABAP certification, contact your local or regional SAP Education
training center at this url :

http://www.sap.com/services/education/index.epx

Caution: more than one answer may be correct.


Please mark ALL correct answers.

Question:
Within the TOP-OF-PAGE event the following code represents:

write: /1 text-001.

A: A selection text.
B: A basic list row.
C: A page footer
D: A page header

Question:
Given the two ABAP Dictioary tables below, the Customer number field in table one
must contain
a value from table two. The Customer number field is known as a ____.

Table one:
Customer number (Primary key)
Company code (Primary key)
Other data

Table two:
Customer number (Primary key)
Customer name
Other data

A: Secondary index
B: Matchcode object
C: Validation field
D: Foreign key

Question:
A batch input job with two steps is processed. IMPORT/EXPORT statements are
used to pass values between the steps.
Step 1 contains the statements
STATUS='S'. CONT = 'C'.
EXPORT STATUS CONT TO MEMORY ID 'XXXX'.

Step 2 contains the statements


CLEAR:CONT, STATUS, FLAG.
IMPORT CONT FLAG FROM MEMORY ID 'XXXX'.

What do the fields SY-SUBRC, CONT and FLAG contain after the IMPORT
statement have been executed?

A. SY-SUBRC=4. CONT='C'. FLAG=''.


B. SY-SUBRC=0. CONT='C'. FLAG=''.
C. SY-SUBRC=0. CONT=''. FLAG=''.

Question:
The structure of a table has been changed in the ABAP/4 Dictionary.
Which of the following adjustments in the relevant database table is correct, if you
want to retain the previous data?

A. Delete and recreate the database table.


B. Change the database directory (ALTER TABLE) where the structure change with
ALTER TABLE is supported by the database.
C. Convert the table.

Question:
Must Exits be predefined by SAP programmers?

A. No
B. Yes
C. Customers can determine for themselves where they want to use exits
Answers for ABAP Certification Sample Questions
ABAP Exam Guide

Question:
Within the TOP-OF-PAGE event the following code represents

write: /1 text-001.

Answer:
A: A selection text.
B: A basic list row.
C: A page footer
D: A page header

Question:
Given the two ABAP Dictioary tables below, the Customer number field in table one
must contain
a value from table two. The Customer number field is known as a ____.

Table one:
Customer number (Primary key)
Company code (Primary key)
Other data

Table two:
Customer number (Primary key)
Customer name
Other data

Answer:
A: Secondary index
B: Matchcode object
C: Validation field
D: Foreign key

Question:
A batch input job with two steps is processed. IMPORT/EXPORT statements are
used to pass values between the steps.

Step 1 contains the statements


STATUS='S'. CONT = 'C'.
EXPORT STATUS CONT TO MEMORY ID 'XXXX'.
Step 2 contains the statements
CLEAR:CONT, STATUS, FLAG.
IMPORT CONT FLAG FROM MEMORY ID 'XXXX'.

What do the fields SY-SUBRC, CONT and FLAG contain after the IMPORT
statement have been executed?

Answer:
A. SY-SUBRC=4. CONT='C'. FLAG=''.
B. SY-SUBRC=0. CONT='C'. FLAG=''.
C. SY-SUBRC=0. CONT=''. FLAG=''.

Question:
The structure of a table has been changed in the ABAP/4 Dictionary.
Which of the following adjustments in the relevant database table is correct, if you
want to retain the previous data?

Answer:
A. Delete and recreate the database table.
B. Change the database directory (ALTER TABLE) where the structure change
with ALTER TABLE is supported by the database.
C. Convert the table.

Question:
Must Exits be predefined by SAP programmers?

Answer:
A. No
B. Yes
C. Customers can determine for themselves where they want to use exits

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy