To reserve an area on the screen for an ALV Grid Control, you must do the following:

To reserve an area on the screen for an ALV Grid Control, you must do the following:A . Use the Screen PainterB . Create an object (instantiate the object) of the class CL_GUI_CUSTOM_CONTAINERC . Create an object (instantiate the object) of the class CL_GUI_ALV_GRIDD . Create an object (instantiate the...

March 14, 2021 No Comments READ MORE +

A watchpoint stops program execution every time the condition specified is met

A watchpoint stops program execution every time the condition specified is metA . FalseB . TrueView AnswerAnswer: A

March 13, 2021 No Comments READ MORE +

In which of the following situations could a row store table be more suitable than a column store table? There are 2 correct answers to this question.

In which of the following situations could a row store table be more suitable than a column store table? There are 2 correct answers to this question.A . The table contains data that you want to aggregate.B . The table contains mainly distinct values per column across rows.C . The...

March 13, 2021 No Comments READ MORE +

Internal tables can also be modified after executing the READ statement with the addition ASSIGNING. (S. 204) {1 Richtig}

Internal tables can also be modified after executing the READ statement with the addition ASSIGNING. (S. 204) {1 Richtig}A . FalseB . TrueView AnswerAnswer: B

March 13, 2021 No Comments READ MORE +

You use the addition OBLIGATORY to define the input field of a parameter as a required field.

You use the addition OBLIGATORY to define the input field of a parameter as a required field.A . TrueB . FalseView AnswerAnswer: A

March 13, 2021 No Comments READ MORE +

All Open SQL commands allow processing on multiple rows.

All Open SQL commands allow processing on multiple rows.A . FalseB . TrueView AnswerAnswer: B

March 13, 2021 No Comments READ MORE +

The ALV is entirely implemented using ABAP Objects.

The ALV is entirely implemented using ABAP Objects.A . FalseB . TrueView AnswerAnswer: A

March 13, 2021 No Comments READ MORE +

How can you replace the following SELECT statement with an outer join?

CORRECT TEXT You want to select data from two tables and store the result in as structure. Table PARTNER contains the fields PARTJD and KIND. Table CONTRACT contains the fields CONTJD, CONT_TYPE and DIVISION. The structure is defined as follows DATA: BEGIN OF wa_result, Part_id type partner-partjd, cont_id type contract-cont_id,...

March 13, 2021 No Comments READ MORE +

An internal table can have at most 15 secondary keys.

An internal table can have at most 15 secondary keys.A . FalseB . TrueView AnswerAnswer: B

March 12, 2021 No Comments READ MORE +

When analyzing a program, which tasks can you perform using the code inspector? There are 3 correct answers to this question.

When analyzing a program, which tasks can you perform using the code inspector? There are 3 correct answers to this question.A . Discover unused variables.B . Inspect the memory consumption.C . Determine used database tables.D . Execute the extended program check.E . Evaluate the time needed for program execution.View AnswerAnswer:...

March 12, 2021 No Comments READ MORE +