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