The valid value for a decimal floating point number of type decfloat16 is a number between 1E385 and -1E-383 for a negative number, 0, and 1E-383 to 1E385 for a positive number.

The valid value for a decimal floating point number of type decfloat16 is a number between 1E385 and -1E-383 for a negative number, 0, and 1E-383 to 1E385 for a positive number.A . TrueB . FalseView AnswerAnswer: A

January 18, 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

January 18, 2021 No Comments READ MORE +

You can call a module for the FIELD statement to validate user entry on the input field. You can validate the entry on the input field and send an error or a warning message from an ABAP dialog module.

You can call a module for the FIELD statement to validate user entry on the input field. You can validate the entry on the input field and send an error or a warning message from an ABAP dialog module.A . FalseB . TrueView AnswerAnswer: B

January 18, 2021 No Comments READ MORE +

Which of the following statements are true? Select all that apply.

Which of the following statements are true? Select all that apply.A . A conversion routine can be assigned to a domain.B . A conversion routine can be assigned to a data element.C . You define the value range in the data element.D . You can enter documentation for the data...

January 18, 2021 No Comments READ MORE +

The READ statement with the addition BINARY SEARCH for a sorted internal table is better for performance.

The READ statement with the addition BINARY SEARCH for a sorted internal table is better for performance.A . FalseB . TrueView AnswerAnswer: A

January 17, 2021 No Comments READ MORE +

What is the best order to provide an event handler for an ALV?

What is the best order to provide an event handler for an ALV?A . Create the ALV, write the handler, register for the event, display the ALVB . Write the handler, register for the event, create the ALV, display the ALVC . Write the handler, create the ALV, display the...

January 17, 2021 No Comments READ MORE +

Which actions release a database lock (with a default value for _SCOPE)? Select all that apply.

Which actions release a database lock (with a default value for _SCOPE)? Select all that apply.A . An /n in the command fieldB . The display of a dialog message type EC . ENQUEUE_<lock_object>D . A call to a function moduleE . DEQUEUE_<lock_object>F . COMMIT WORKG . A CALL TRANSACTION...

January 17, 2021 No Comments READ MORE +

Repository objects are client-specific.

Repository objects are client-specific.A . TrueB . FalseView AnswerAnswer: B

January 17, 2021 No Comments READ MORE +

How do you embed a subscreen in a main screen? Please choose the correct answer.

How do you embed a subscreen in a main screen? Please choose the correct answer.A . Use SET SUBSCREEN in the flow logic of the main screen.B . Use SET SUBSCREEN in a PBO module of the main screen.C . Use CALL SUBSCREEN in the flow logic of the main...

January 16, 2021 No Comments READ MORE +

What does SAP recommend that you use a hashed table? Please choose the correct answer.

What does SAP recommend that you use a hashed table? Please choose the correct answer.A . When a table must be sorted automatically by key in ascending orderB . When a table must be accessible by both index and keyC . When a table is very large and you want...

January 16, 2021 No Comments READ MORE +