You need to create a piece of code that can be used by multiple programs.
Which of the following techniques does SAP recommend? (Choose two.)
A. Use a function module in a function group.
B. Use a method in a global class.
C. Use a method in a local class.
D. Use an include program.
Which of the following rules must you follow when you create a static constructor? (Choose two.)
A. You must name the method CONSTRUCTOR.
B. You can define class-based or classic exceptions.
C. You CANNOT define parameters.
D. You must define the method as public.
Which of the following program types can contain screens? (Choose three.)
A. Class pools
B. Interface pools
C. Module pools
D. Executable programs
E. Function groups
You want to define a field symbol that will be assigned to a character string.
Which generic types can you use? (Choose three.)
A. clike
B. csequence
C. any
D. xsequence
E. any table
To which of the following can you assign a search help? (Choose three.)
A. Structure component
B. Table type
C. Check table
D. Domain
E. Data element
A class is defined as follows:
CLASS my_class DEFINITION.
PUBLIC SECTION.
METHODS do_something.
EVENTS state_changed.
CLASS-METHODS static1.
PRIVATE SECTION.
TYPES t_table TYPE STANDARD TABLE OF t001 WITH NON-UNIQUE DEFAULT KEY.
CONSTANTS gc_const TYPE | VALUE 1.
ENDCLASS.
Which components of the class can static method static1 address directly? (Choose two.)
A. The state_changed event.
B. The t_table type.
C. The gc_const constant.
D. The do_something method.
What ABAP statements can you use to create an instance of class CL_GUI_CUSTOM_CONTAINER in an ABAP program?
A. DATA: go_container TYPE CL_GUI_CUSTOM_CONTAINER. CREATE DATA go_container...
B. DATA: go_container TYPE CL_GUI_CUSTOM_CONTAINER. CREATE OBJECT go_container...
C. DATA: go_container TYPE REF TO CL_GUI_CUSTOM_CONTAINER. CREATE OBJECT go_container...
D. DATA: go_container TYPE REF TO CL_GUI_CUSTOM_CONTAINER. CREATE DATA go_container...
What must exist before you can create a new transportable function module? (Choose three.)
A. Change request
B. Type group
C. Package
D. Module pool
E. Function group
You created a class by inheriting from a superclass. The superclass contains a public instance method do_something.
You want to redefine method do_something.
What must you do?
A. Call the implementation in the superclass.
B. Declare the method FINAL.
C. Change the visibility of the method to PROTECTED.
D. Leave the signature of the method unchanged.
How can you search for classic Business Add-Ins (BAdIs)? (Choose two.)
A. Search in the application program for the CALL BADI statement.
B. Search the relevant component in the Implementation Guide (IMG).
C. Search in the application program for the GET BADI statement.
D. Search in the application program for the method GET_INSTANCE of class CL_EXITHANDLER.
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only SAP exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your C_TAW12_750 exam preparations and SAP certification application, do not hesitate to visit our Vcedump.com to find your solutions here.