Which class is used to define a reference for an instance of the ALV Object Model? |
Which view types can you use to join two tables with an outer join? There are 2 correct answers |
Which of the following actions can be performed in the Process After Input (PAI) processing block? |
You enhance na SAP standard global class by defining a post-method for an SAP method. The original SAP method has an EXPORT parameter named PARM1. Which parameters does the post-method have? |
Which steps are needed when implementing the singleton concept for class instantiation with minimum coding? There are 3 correct answers |
What are the declarative statements used to define the selection? There are 3 correct answers. |
At must, how many buttons can the application toolbar have on the screen? |
You r program performs a data base updata by calling function modules in an update task Which ABAP statements can be used in the program to discard all updata requests for the current SAP logical unit of work(LUW)? There are 3 correct answers |
Identity the types of layout managers. There are 4 correct answers |
You want to translate dynamic text in a web dynpro. From which abstract class should you inherit? |
You write a program that updates a data record in the data base using the following statement: UPDATE scar FROM Is_scarr. Which of the following tasks does the database interface perform? There are 2 correct answers |
What type of changes to the repository does SAP provide? There are 3 correct answers |
Table A and table B are partially buffered Which of the following SELECT statements always access the database? There are 2 correct answers |
Which of the following statements are true? There are 2 correct answers |
You want to read data from two database tables A and B using a database join. Database table B contains details for data records stored in database table A. Your result should contain all combinations of matching rows from A and B plus all rows from A that do not have matching rows in B Which statement do you use? |
Which database objects can you create in the ABAP Dictionary? There are 2 correct answers |
What is the difference between SAP Basis and SAP Netweaver? |
Which of the following types of SQL statements always bypass the SAP table buffers? There are 2 correct answers |
Which of the following customer modifications options are available in the table maintenance generator? There are 2 correct answers |
Which of the following are true statements? There are 3 correct answers |
Your code contains the following statement: READ TABLE gt_itab INTO gs_struc INDEX 1. When defining gt_itab, which internal table types can you use? |
Which of the following statements are true? There are 2 correct answers |
Each work process… There are 3 correct answers |
What are the advantages of defining texts symbols in executable programs? There are 2 correct answers |
Which boundary conditions lead to improved access time to an internal table? There are 3 correct answers |
What is unique about a singleton? There are 2 correct answers |
What does a view do? There are 4 correct answers |
Which ABAP statement can make an element visible that you statically defined as invisible? |
Which of the following statements are true? There are 3 correct answers |
Which you should specify in a non-Unicode system when opening a file in TEXT MODE? There are 2 correct answers |
You task is to enhance the screen of an SAP standard application. How do you determine if there is a customer exit for this task? |
Which parameter types can be used in the signature of a functional method? There are 2 correct answers |
What does SAP recommend that you use a hashed table? |
The statements CALL BADI and GET BADI are used for which type of BADIs? |
What are the advantages of creating a database view to implement a join, instead of formulating the join directly in an Open SQL SELECT statement? There are 2 correct answers |
Which of the following enhancements options foes not require any preparation form SAP? |
What will happen at runtime when accessing a buffered table? |
Which of the following ABAP code lines is valid? There are 3 correct answers |
Which of the following is a true statement? There are 2 correct answers. |
Which of the following tasks does the BADI implementing class perform? |
Which of the following items are used in a Web Dynpro Application to transport database data to the user interface? There are 2 correct answers |
Where can you define global data types that are visible system-wide? There are 3 correct answers |
Which of the following ABAP standard types are numeric? There are 3 correct answers |
How can you find customers exists in an ABAP program? There are 2 correct answers |
There are ______ versions of the ABAP Editor. |
Which comparison operators can you use in a logical expression related to the WHERE clause of the SELECT statement? There are 3 correct answers |
The order of fields for a transparent table in the database… |
What is mandatory for automatic data transport between a variable and an input field on a classical screen (Dynpro)? |
At most, how many buttons can the application toolbar have on the screen? |
You are asked to enhance the GUI status of an SAP standard application Hel do you identify which menu exit function code you can use? |
Which method of passing parameters is prefered for its performance? |
When would you call the RFC function module synchronously? There are 2 correct answers |
Each button on a Dynpro (screen) requires the assignment of a function code. This function code… |
Which rules do you have to consider when working with pooled tables? There are 2 correct answers |
Which of the following can you use to enhance SAP standard tables and structures with fields? There are 2 correct answers |
Which of the following statements are true? There are 2 correct answers |
Which of the following statements can you use to setup checkpoints in an ABAP program? There are 3 correct answers |
Under which circumstances will the classic Debugger start as the debugger? There are 2 correct answers |
When must a foreign key have domain equality? |
How do you program an input validation on a selection screen that allows users to correct their input? |
Which of the following statements about the Object Navigator are true? There are 4 correct answers |
You have written a program to output data using the ALV grid control. Which sequence of steps should be executed ate runtime? |
What does Software Layer Aware Debugging allow you to do? There are 3 correct answers |
You write a report that displays mass data in a table. You dedide to yse the ALV Grid control (class CL_GUI_ALV_GRID) instead of a classical list display with WRITE statements Which of the following functions can you offer to the user without doing any specific programming? There are 2 correct answers |
When analyzing a program, which tasks can you perform using the code inspector? There are 3 correct answers |
When does SAP recommend that you use a full buffering type for a database table? |
What ABAP statements can you use to create an instance of the class CL_GUI_CUSTOM_CONTAINER in an ABAP program? |
Which type of view uses an inner join in a search help? |
How can you maintain documentation for input fields on your screen? |
What is the SAP recommended naming convention for append structures of standard SAP tables? |
What must you do to define a database view using the ABAP Dictionary? There are 3 correct answers |
What transactions can be used to carry out modification adjustments after a system upgrade? There are 2 correct answers |
Which options are available for a JOIN in ABAP Open SQL? There are 3 correct answers |
What is data binding? |
What is the ALV Object Model? |
You want to select all the records from a database table where field CITY contains substring ‘bu’ in any position. Which WHERE clause can you use in an Open SQL select statement? |
Global data types defined in SAP system are… |
Which of the following are valid combinations of event visibility and handler method visibility? There are 2 correct answers |
Which statement ends a screen sequence and starts from initial screen? |
What is the predefined reference variable used in ABAP OO to address the object itself? |
Which data element property do you set so that the system logs changes to the content of fields with data element? |
What can you create using the ABAP dictionary? There are 3 correct answers |
You have located a new (kernel) Business Add-in (BAdI) in an SAP standard application. What must you create to implement the BAdI, and in which order? |
You are writing a function module that will be called from external system via remote function call (RFC) How do you report an error back to the external caller? |
You need to perform a downcast. What should you do? There are 2 correct answers |
Where do you create online documentation ((F1) help) for fields on the screen? |
Which of the following predefined data types are character types? There are 3 correct answers |
Table A and table B are partially buffered. Which of the following SELECT statements are correct? There are 2 correct answers |
Which actions release a database lock? There are 7 answers |
In which database table type is there a one-to-one relationship between the Dictionary table definition and the relevant physical table in the database? |
In which circumstances is a table considered to be a text table? There are 3 correct answers |
What is the diffference between SAP Basis and SAP Netweaver? |
Which screen in the ABAP Dictionary allows you to log data changes to the table? |
ABAP is a programming language that… There are 4 correct answers |
Which statements are true about a class that has granted friendship to another class? There are 4 correct answers |
Which of the following is a true statement? There are 3 correct answers |
After which statement will the runtime system initialize the ABAP memory? |
After which statement will the runtime system initialize the ABAP memory? |
What must you specify in a Unicode system when opening a file in TEXT MODE? |
In a subclass, you want to redefine a method of the super class. Which of the following conditions must be fulfilled? There are 2 correct answers |
You want to use a BAdI to extend the functions of a SAP program. Which of the following tasks is necessary? |
When you define local classes in ABAP, which syntactical sequence must you follow? |
Which of the following statements are correct? There are 3 correct answers |
In na ABAP program you have the following code sequence DATA text TYPE string DATA text_ref TYPE REF TO string DATA data_ref TYPE REF TO data FIELD-SYMBOLS ,fs. TYPE any Text = ‘content of Data Object’ GET REFERENCE OF text INTO data_ref. Which of the following pieces of code can you use to output the content of variable text? There are 2 correct answers |
Which of the following are true statements? There are 3 correct answers |
Is it possible to have multiple active implementations of business add-ins at a time? There are 2 correct answers |
What is a plug? There are 4 correct answers |
The software component for a customer package can be… |
What is the default length of the type P data type? |
What can be defined using an implicit enhancement option? There are 3 correct answers |
To generate the function modules for a lock for a custom table (ENQUEUE_<lock_object> and DEQUEUE_<lock_object>), which tool would you use? |
Which of the following are valid control level changes within a loop over an internal table? There are 2 correct answers |
You have created a Web Dynpro view that shows data for airline connections between cities. You want to display flight data for a specific date in a different view afte the user select a date and pressen a button. Which of the following actions you must perform? There are 2 correct answers. |
When analyzing a program, which tasks can you perform using the code inspector? There are 3 correct answers |
How do you define an internal table in private method of a class? There are 3 correct answers |
What is the result of the following arithmetic operation? |
Which of the following includes are generated when you create a function group? |
Which modularization units are global? There are 2 correct answers. |
Which does the field catalog allows you to do? There are 3 correct answers |
FORM routines (subroutines) can be used in which program types? There are 4 correct answers |
You want to add a field type CURR to a transparent table. What else must you do? |
Which of the following statements are true? There are 2 correct answers |
What is the Web Dynpro programming model is based on? |
Which of the following statements are true? There are 3 correct answers |
What must you do define a database view using the ABAP Dictionary? There are 3 correct answers |
Which of the following steps are required to set up a shared memory area? There are 3 correct answers |
Which of the following can you do with the ABAP debugger? There are 3 correct answers |
Which statement is used to generically define the data reference variable z1? |
What can you do with the code inspector? There are 2 correct answers |
Which of the following transactions are integrated in the ABAP workbench tools? There are 2 correct answers |
What is the maximum number of wathpoints that can exist at one time? |
A work process… |
How can Unicode checks be made? There are 2 correct answers |
How do you call the module CHECK_MODULE in the PAI of the screen to accomplish this? |
In which sequence are the following ABAP Events triggered? |
Which types of programs or parts of programs can be tested directly from the ABAP workbench or ABAP Editor? There are 4 correct answers |
Which statement about ABAP are true? |
In addition to the primary key of an internal table, how many secondary indexes can you define for an internal table? |
Identify the ways to map context structures. There are 2 correct answers |
Which of the following are key capabilities of SAP NetWeaver? There are 3 correct answers |
What is the event block that all of your code changes belongs to if you do not explicitly code any event blocks in an executable program? |
Which objects are automatically created when you create a new function group? |
When you add programming logic to your ABAP program that checks authorizations, which of the following do you have to create? There are 2 correct answers |
What features are provided by the database interface? There are 3 correct answers. |
What is the allowed length of the ABAP Dictionary data type DF16_DEC? |
What are the advantages of creating a database view to implement a join, instead of formulating the join directly in an Open SQL SELECT statement? There are 2 correct answers |
Identify the types of controller. There are 5 correct answers |
What options do you have when setting a watchpoint? There are 2 correct answers |
Where do you create online documentation ((F1)help) for fields on the screen? |
Which events can exist in all types of programs that actually contain executables statements? |
Which screen in the ABAP Dictionary allows you to log data changes to the table? |
You can use the logical expression IS SUPPLIED for any formal parameter passed to which modularization unit? There are 3 correct answers |
Which of the following ABAP statements throws an error at the syntax check? |
Which of the following is a true statement? There are 2 correct answers |
Which of the following capabilities is provided by the Application Layer platform of SAP Netweaver? |
What can you change in the ABAP Debugger? |
What does the Refactoring Assistant allow you to do? There are 2 correct answers |
You add the CREATE PROTECTED addition to a class definition. From where you can instantiate the class? There are 3 correct answers |
Function modules provide which types of parameters? There are 4 correct answers |
The USER has the following fields: ID_FIRST_NAME, LAST_NAME. FIRST_NAME, LAST_NAME have the same basic type and length. You want to compare fields FIRST_NAME, LAST_NAME to each other. Which of the following SELECT statements can you use? There are 2 correct answers |
FORM routines (subroutines) can be used in which program types? There are 4 correct answers |
Which of the following is correct? |
You want to develop a program that processes character type data. When you implement the program, you can either use the classical string statements or the newer string expressions and functions. What are the benefits of using string expressions and string functions? There are 2 correct answers |
What are the advantages of modularization? There are 3 correct answers |
Which of the following ABAP dictionary types can you use to define domains? There are 3 correct answers |
DOG is a subclass of ANIMAL. You have created a variable of type animal that references an instance of the DOG class. Which of the following statements can you use to copy this reference to a new variable of type DOG? |
You have to overwrite spaces in a string with the letter ‘A’. Which of the following statements can you use? There are 3 correct answers |
Which of the following standard types is numeric? There are 3 correct answers |
You create a function group ZATP. Whats is the name of the corresponding main program? |
Which of the following standard hook methods exist in all Web Dynpro controllers? There are 2 correct answers |
You want to include an element of type ‘table’ in your web dynpro. What actions add the corresponding columns to the table automatically? |
Which of this following controller type can exist only once in a Web Dynpro? There are 2 correct answers |
What do you have to take into account before you decide to buffer a table? |
You write a program that updates a data record in the data base using the following statement: UPDATE scar FROM Is_scarr. Which if the following tasks does the Database Interface Perform? There are 2 correct answers |
A structure has enhancement category 3, can be enhanced (character-type). Which set of elementary types is allowed for new fields? |
You are making changes to a program that already has a transaction code linked to it. Your colleague is testing a transaction in your development system. At what point can the changed version of the program be tested? |
Which of the following statements regarding the event AT SELECTION-SCREEN ON HELP-REQUEST FOR <FIELD> is correct? |
In the CALL CUSTOMER-FUNCTION ‘nnn’ statement, nnn is a three-digit number used in SAP programs for which of the following types of enhancement? |
Which type of transport task is used when you modify SAP standard objects? |
Whats is mandatory for automatic data transport between a variable an input field on a classical screen (dynpro)? |
How many work areas are available in the Debugger? |
Which options are available for a JOIN in ABAP Open SQL? There are 3 correct answers |
Which ABAP statement using the local gty_1 correctly defines a data object? There are 2 correct answers to this question |
Where are fixed values for fields stored? |
The data buffered on each application server |
Which elementary field types are considered a character type? There are 5 correct answers |
What must you do to define a database view using the abap dictionary? There are 3 correct answers |
You want to loop over an internal table without copying each table row to a work area. How can you achieve this using a field symbol? |
What is the best order to provide an event handler for an ALV? |
Which statements are allowed for processing internal tables? There are 3 correct answers |
Which options do you have to read data from multiple tables while using a SELECT statement? There are 3 correct answers |
SAP enhancements for customer exits are managed by which transaction? |
Which of the following data types are predefined ABAP data types? There are 3 correct answers |
You use unified Modelling Language (UML) to design your classes. You want to describe the message exchange between object. Which diagram can you use? |
Which of the statement are true? There are 2 correct answers |
How do you create lock objects and lock modules for use in ABAP programs that access the database? |
You defined data reference z1 generically. Which statements would you use to access the content of the referenced variable? |
To reserve an area on the screen for an ALV Grid Control, you must do the following: |
You created a transparent table and during activation got a warning message “enhancement category for table missing”. |
Which of the following statements are true? There are 3 correct answers |
The USER has the following fields: ID_FIRST_NAME, LAST_NAME. FIRST_NAME, LAST_NAME have the same basic type and length. You want to compare fields FIRST_NAME, LAST_NAME to each other Which of the following SELECT statements can you use? There are 2 correct answers |
What are the advantages of defining texts symbols in executable programs? There are 2 correct answers |
What can you enhance using BAdIs? There are 3 correct answers |
What are the prerequisites when creating an append structure for a standard SAP table? There are 2 correct answers |
You use Unified Modelling Language (UML) to design you classes. You want to describe the message exchange between objects. Which diagram can you use? |
Which events can exist in all types of programs that actually contain executable statements? |
Which must a search help do? There are 4 correct answers |
What is variable-length structure called? |
In which program types can you create dialog screens? There are 3 correct answers |
Wihch of the following statements dynamically changes the data type of field z1? |
Which of the following can you do with the SAP code inspector? |
How many kinds of interna tables are supported in the ABAP language? |
How do you use a sorted internal table? There are 2 correct answers |
Which message types behave the same regardless of the context in which they are called? There are 2 correct answers |
Which of the following features do you have to consider when you use shared objects? There are 3 correct answers. |
Which of the following predefined ABAP types is incomplete? |
Identify the ways to map context structures. There are 2 correct answers |
When is an ENDSELECT not required for a SELECT? There are 3 correct answers |
What can be part of the signature of an instance constructor? There are 2 correct answers |
Which type of view cannot be used in a search help? |
You are writing na ABAP declaration using the data element S_CARR_ID. Which of the following statements correctly define a data object? There are 2 correct answers |
In a subclass, you want to redefine a method of the super class. Which of the following conditions must be fulfilled? There are 2 correct answers |
What is required to fully specify a table type in the ABAP Dictionary? There are 3 correct answers |
You display the content of an internal table using an ALV grid control. The content of the internal table changes during the program. Which CL_GUI_ALV_GRID class method can you use to display the changed content? |
With what can you simulate multiple inheritance? |
Each work process is assigned a type of task that can be performed. Which statements related to this are true? There are 3 correct answers. |
In a subclass, you want to redefine a method of the superclass. Which of the following conditions must be fulfilled? There are 2 correct answers |
What is the purpose of implicit enhancements points? |
You want to create a transparent table Which of the following must you define to activate the table? The are 3 correct answers |
Which of the following rules must you follow when creating subscreens? There are 2 correct answers |
You have defined a classical screen (dynpro) with mandatory input fields. You want to exit the screen using the Cancel button even if not all of the mandatory fields have been filled. What is necessary to achieve this? |
For which of the following purposes can you use the ABAP dictionary? There are 2 correct answers |
You have 2 objects: 01 of type class C1 and O2 of type class C2. Class C2 is a subclass of class C1. Which of the following statements implements an up cast? |
For which of the following properties can you use the ABAP dictionary? There are 2 correct answers |
Is it possible to have multiple active implementations of business add-ins at a time? There are 2 correct answers |
Which types of programs of parts of programs can be tested directly from the ABAP Workbench or ABAP Editor? There are 4 correct answers |
You have implemented a class CL_CUSTOMER in which you defined a private attribute. From where can you access this attribute directly? There are 2 correct answers |
You want to define two database tables with different structures. Both tables should contain the fields CHANGE_DATA and CHANGE_TIME. How do you implement this in order to minimize the maintenance effort? |
Which of the following components belong to the SAP application layer? There are correct answers |
Which of the following is a true statement? There are 2 correct answers |
Which steps are needed when implementing the singleton concept for class instantiation with minimum coding? There are 3 correct answers |
Which of the following structures is created when you use a table type to define one of its component? |
Which of the following Data Types are allowed in ABAP? There are 2 correct answers |
Which of the following is a true statement? There are 3 correct answers |
Which steps are needed when implementing the singleton concept for class instantiation with minimum coding? There are 3 correct answers. |
Which statements are true about a class that has granted friendship to another class? There are 4 correct answers |
You define a generic variable that can hold the ABAP types C, D, N, String, and T. You want to restrict the use of other ABAP types. Which generic data type must you use in the definition? |
What does SAP recommend that you use a hashed table? |
When is a foreign ket check performed on an input/output field? |
Which desktops are part of the new ABAP Debugger? There are 3 correct answers |
When are the changes to the VB* table transferred to the database? |
When starting the Debugger, what circumstances causes the runtime error DEBUGGIND_NOT_POSSIBLE |
Which of the elementary data types is deep? |
How can Unicode checks be made? There are 2 correct answers |
You have created the following repository objects: – A class with an event definition – A handler class with a method ON_EVT which handles this event – A report that instantiates the handler class The report does not react to the event. How do you analyze this issue? There are 3 correct answers |
You are writing a program that uses ABAP class. Which components of the class can you create directly from the program? |
To which ABAP Dictionary definition can you assign fixed values? |
Which statement is true? |
Which property of the InputField UI element must be bound to a context attribute? |