option
Questions
ayuda
daypo
search.php

SAP ABAP-Dialog Programing

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
SAP ABAP-Dialog Programing

Description:
ABAP BC410 questions

Creation Date: 2012/12/15

Category: Computers

Number of questions: 20

Rating:(54)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
Report comment
Try to specify number of correct answers for a multi-select questions..
Answer
END OF LIST
Content:

When you create a screen, you must: a) Design the screen layout in the layout editor b) Set the general screen attributes on the attribute screen c) Write the flow logic in the flow logic editor d) Set the field attributes in the field list. a,b,c,d. c,d,b,a. b,a,d,c. d,b,a,c.

After the which processing block the data is trasnferred to the screen and display. PAI. POV. POH. PBO.

How many modification groups have for each screen element?. 6. 4. 5. 3.

To interrupt processing of the current screen and branch to a new screen, or sequence of screens, which followoing statement is used. call screen <no>. set screen <no>. generate screen <no>. call subscreeen <no>.

You must program your screen modifications in a module that is processed during which processing block. PAI. POV. POH. PBO.

The contents of the Icontext attributes appear in the status bar of the screen when the user chooses the function. True. False.

SET PF-STATUS is used to create. Title Bar. Menu Bar. Function Bar. Application Tool Bar.

The application toolbar contains icons for frequently used icons. False. True.

What are the function codes reserved for internal use by the SAP system. S. T. H. P.

How many entries can a menu contain at max. 10. 15. 12. 20.

If your text consists of more than one word, use the following character as separators. Comma. Question mark. Underscore. Dollar.

The group box text cannot be changed dynamically. Flase. True.

Visible length and Invisible attributes of a status icon can be changed dynamically. True. False.

The following message appears when the processing is interrupted and the user can correct the entries. Error. Warning. Information. Abort.

Input fields may have possible value helps. True. False.

One can assign SAP memory using SET and GET parameters. Flase. True.

If you want to ensure more than one field is ready for inpur you have to list those fields in CHAIN......ENDCHAIN block. True. False.

We can use the AT EXIT-COMMAND addition with more than ONE module for each screen. True. False.

Which of the follwoing are correct. TABLEVIEW is used to create the variable for table control. Screen is the structure available to use whenver screen is activated. Vertical scroll bars automatically work for table control.

Which parameter of the field determines the width of the field, including the button, and hte selection list. Length. Visible Length. Size. None.

Report abuse