导航菜单
首页 >  sap pa认证考试  > SAP

SAP

QUESTION 16

You want to define a formal parameter to a subroutine that accepts only internal tables of types standard and type sorted as actual parameters. Which of the following generic ABAP data types must you use?

Sorted tableStandard tableIndex tableHashed table

Answer: C

Section: ( none )

QUESTION 17

Which fo the following ABAP standard types are incomplete?

FNXSTRING

Answer: BC

Section: ( none )

QUESTION 18

Which statement ends a screen sequence and starts from the initial screen?

LEAVE TO SCREEN 0LEAVE SCREENCALL SCREENSET SCREEN 0

Answer: AD

Section: ( none )

QUESTION 19

Which of the following actions can be performed in the Process After Input (PAI) processing block?

Set fo the GUI status of the screenModify screen attributes dynamicallySet title barCheck the function code

Answer: BD

Section: ( none )

QUESTION 20

Using the system table what can you modify through a LOOP AT SCREEN ... ENDLOOP construct?

Values of screen elementsFunction codes of buttonsScreen statusAttributes of screen elements

Answer: D

Section: ( none )

QUESTION 21

Which ABAP statement can make an element visible that you statically defined as invisible?

SCREEN-INVISIBLE = 0SCREEN-ACTIVE = 1. C. SCREEN-ACTIVE = 0.

D. SCREEN-INVISIBLE = 1.

Answer: CD

Section: ( none )

QUESTION 22

Which of the following function types in a GUI status are reserved for internal use?

S - SystemE - ExitH - Help requestT - Transaction

Answer: ABD

Section: ( none )

QUESTION 23

When is a foreign key check performed on an input/output field?

If the fields refers to a dictionary field for which an append search is definedIf the fields refers to a dictionary field for which a value help is definedIf the field refers to a dictionary filed for which a check table is definedIf the field refers to a dictionary filed for which a search help is defined

Answer: C

Section: ( none )

QUESTION 24

You want a validation routine for a selection screen field if a wrong value is entered into the field an error message should be displayed and the focus should move to the field. Which event do you use to achieve this?

START-OF-SELECTIONAT-SELECTION-SCREENEND-OF-SELECTIONINITIALIZATION

Answer: B

Section: ( none )

QUESTION 25

Which of the following ABAP code lines is valid?

CONSTANTS gc_matnr TYPE matnr VALUE 100'.PARAMETERS p_matnr TYPE matnr DAFAULT "100'.DATA gc_matnr TYPE matnr DEFAULT '100'.SELECT-OPTIONS s_matnr TYPE matnr DAFAULT '100'.STATICS s_matnr TYPE matnr TYPE matnr DAFAULT '100'.

Answer: AB

Section: ( none )

QUESTION 26

How can you add a section breakpoint to your program?

Set a breakpoint in the ABAP debugger and press F8Set a breakpoint in the ABAP debugger and select SaveSet a breakpoint in the ABAP editorExecute command /h

Answer: BC

Section: ( none )

QUESTION 27

You define a generic variable that can hold the ABAP types C,D,N,STRING and T. You want to restrict the use of other ABAP types. Which generic data type must you use in the definition?

CLIKESIMPLEDATACSEQUENCE

Answer: A

Section: ( none )

QUESTION 28

Which type of transport task is used when you modify SAP standard objects?

Transport of copiesWorkbenchRepairDevelopment/Correction

Answer: CD

Section: ( none )

QUESTION 29

In an ABAP program you have the following code sequence: DATA var TYPE n LENGTH 1. FIELD-SYMBOLS TYPE c. ASSING var TO CASTING. Which type is used to dast the assigned memory area?

The default type IThe type of varThe default type STRINGThe type of

Answer: B

Section: ( none )

QUESTION 30

You want to move a transport request from the development system to the subsequent system. Which of the following are prerequisites for this?

The extended program check must show no warningsThe transport request must releasedAll tasks of the transport request must be assigned to the same userAll object included in the transport request must be activated

Answer: BD

Section: ( none )

 

相关推荐: