Open SQL does not allow you to specify a secondary index during a SELECT.
Open SQL does not allow you to specify a secondary index during a SELECT.A . TrueB . FalseView AnswerAnswer: A
Is it possible to have multiple active implementations of business add-ins at a time? Select all that apply
Is it possible to have multiple active implementations of business add-ins at a time? Select all that applyA . It can have multiple active implementations if the Multiple use checkbox is '―' selected.B . It cannot have a multiple active implementation.C . It can have multiple implementations if the Filter-Depend,...
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
A development object can be assigned to only one change request.
A development object can be assigned to only one change request.A . TrueB . FalseView AnswerAnswer: B
You cannot use a SORT statement for a sorted internal table.
You cannot use a SORT statement for a sorted internal table.A . FalseB . TrueView AnswerAnswer: B
Which must a search help do? Select all that apply.
Which must a search help do? Select all that apply.A . Determine the values for selection by the userB . sed from a screenC . Use a table or a view for data selectionD . Have a dialog with the userE . Allow the user to select a responseView AnswerAnswer:...
Local data objects can be defined using ABAP Dictionary types
Local data objects can be defined using ABAP Dictionary typesA . FalseB . TrueView AnswerAnswer: B
Function modules provide which types of parameters? Select all that apply.
Function modules provide which types of parameters? Select all that apply.A . Return valuesB . OutputC . ExceptionsD . InputE . Input/output (changing)View AnswerAnswer: B,C,D,E
How would you find out if an application program offers a program exit? Select all that apply.
How would you find out if an application program offers a program exit? Select all that apply.A . Look for a customer exit in the SAP reference IMG within an application ^ UareaB . Use the Application HierarchyC . Search for the character string CUSTOMER-FUNCTIOND . Use the Repository Information...
When does the lifetime of a Web Dynpro component begin and end? Please choose the correct answer.
When does the lifetime of a Web Dynpro component begin and end? Please choose the correct answer.A . It ends each time it is called, and it ends when the component completes.B . It begins when instantiated and it ends when the program ends or the object is freed.C ....