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...

March 12, 2021 No Comments READ MORE +

What should you search for and if necessary replace in the existing custom ABAP code?

One of your SAP systems needs to be migrated from its current database to an SAP HANA database. You want to avoid any functional issues after the migration. What should you search for and if necessary replace in the existing custom ABAP code? There are 3 correct answers to this...

March 12, 2021 No Comments READ MORE +

Which modularization units are global? Select all that apply

Which modularization units are global? Select all that applyA . Function modulesB . Subroutines (FORM routines)C . Methods within a local class in the programD . Methods within class poolsView AnswerAnswer: A,D

March 12, 2021 No Comments READ MORE +

Which is not a Golden Rule for Open SQL? Please choose the correct answer.

Which is not a Golden Rule for Open SQL? Please choose the correct answer.A . Minimize the Amount of Data TransferredB . Keep the result set largeC . Reduce the Database LoadD . Minimize the Number of Database AccessesView AnswerAnswer: B

March 12, 2021 No Comments READ MORE +

Which statement ends a screen sequence and starts from initial screen? Please choose the correct answer.

Which statement ends a screen sequence and starts from initial screen? Please choose the correct answer.A . SET SCREEN 0B . CALL SCREENC . LEAVE TO SCREEND . LEAVE SCREENView AnswerAnswer: A

January 20, 2021 No Comments READ MORE +

For which of the following requirements can you implement a functional method? There are 2 correct answers to this question.

For which of the following requirements can you implement a functional method? There are 2 correct answers to this question.A . A handler method for an event that has a returning parameterB . A factory method that returns an object referenceC . A method to set an instance attribute with...

January 20, 2021 No Comments READ MORE +

The ABAP Messaging Channels (AMC) uses the WebSocket protocol to gain two-way communication instead of HTTP.

The ABAP Messaging Channels (AMC) uses the WebSocket protocol to gain two-way communication instead of HTTP.A . TrueB . FalseView AnswerAnswer: B

January 20, 2021 No Comments READ MORE +

Which class is used to define a reference for an instance of the ALV Object Model?

Which class is used to define a reference for an instance of the ALV Object Model?A . Class CL_GUI_ALV_GRIDB . Class CL_GUI_CUSTOM_CONTAINERC . Class CL_SALV_TABLEView AnswerAnswer: C

January 20, 2021 No Comments READ MORE +

What is the default length of the type P data type?

What is the default length of the type P data type?A . 1B . 8C . 1-16View AnswerAnswer: B

January 19, 2021 No Comments READ MORE +

Private components of the class cannot be addressed directly from outside the class except when the friendship concept applies

Private components of the class cannot be addressed directly from outside the class except when the friendship concept appliesA . FalseB . TrueView AnswerAnswer: B

January 19, 2021 No Comments READ MORE +