[Q158-Q182] Try 100% Updated C-TAW12-750 Exam Questions [2021]

Share

Try 100% Updated C-TAW12-750 Exam Questions [2021]

Pass C-TAW12-750 Exam - Real Questions & Answers


C-TAW12-750 Exam Certification Details:

Sub-solution:NetWeaver: Web AS ABAP
Exam:80 questions
Sample Questions: SAP C-TAW12-750 Exam Sample Question
Duration:180 mins
Languages:German, English, Spanish, Japanese, Korean, Russian
Level:Associate
Cut Score:59%

 

NEW QUESTION 158
Which of the following Data Types are allowed in ABAP?
There are 2 correct answers to this question.
Response:

  • A. DECFLOAT16
  • B. DECFLOAT64
  • C. DECFLOAT34
  • D. DECFLOAT32

Answer: A,C

 

NEW QUESTION 159
How do you define an internal table in a private method of a class? There are 3 correct answers to this question.

  • A. DATA It_itab TYPE <Dictionary Table>
  • B. DATA It_itab TYPE TABLE OF < Dictionary Table >
  • C. DATA It_itab TYPE TABLE OF <Dictionary Table > WITH HEADER LINE
  • D. DATA It_itabTYPE <Table Type>
  • E. DATA It_itab TYPE TABLE OF <Structure Type>

Answer: B,D,E

 

NEW QUESTION 160
How do you create lock objects and lock modules for use in ABAP programs that access the database?
Please choose the correct answer.
Response:

  • A. Use the Function Builder to create the lock modules. The lock objects are created in the program logic
  • B. Use the ABAP dictionary to create the lock objects. Use the function builder to create the lock modules
  • C. Use the Function Builder to create the lock modules and the lock objects
  • D. Use the ABAP Dictionary to create the lock objects. The lock modules are created automatically

Answer: D

 

NEW QUESTION 161
What type of method is generated automatically by the Web Dynpro Explorer when you assign an action to a button UI element?
Please choose the correct answer.
Response:

  • A. Standard hook method
  • B. Event handler method
  • C. Supply function
  • D. Ordinary method

Answer: A

 

NEW QUESTION 162
Protected attributes can be accessed by methods of the class and its subclasses.

  • A. True
  • B. False

Answer: A

 

NEW QUESTION 163
Which types of programs or parts of programs can be tested directly from the ABAP Workbench or ABAP Editor?
There are 4 correct answers to this question.
Response:

  • A. PROGRAM
  • B. METHOD
  • C. INCLUDE
  • D. TYPE-POOL
  • E. CLASS-POOL
  • F. FUNCTION MODULE
  • G. FUNCTION-POOL
  • H. INTERFACE-POOL
  • I. REPORT

Answer: B,E,F,I

 

NEW QUESTION 164
Compared to a predefined ABAP type what additional properties can be assigned to a domain?
There are 3 correct answers to this question.
Response:

  • A. Parameter IDs
  • B. Conversion exits
  • C. Value tables
  • D. Search helps
  • E. Fixed values

Answer: B,C,E

 

NEW QUESTION 165
When do you need to use the GROUP BY clause in the SELECT statement? Please choose the correct answer.

  • A. If you want to use aggregate functions and all components in the field list are aggregate functions
  • B. If you want to use ORDER BY to specify a sub-order
  • C. If you want to redefine the sequence of the columns in the result set
  • D. If you want to use aggregate functions and at least one component in the field list is a column identifier

Answer: D

 

NEW QUESTION 166
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 to this question
Response:

  • A. It translates the statement to native SQL
  • B. It restricts the access to the log-on client
  • C. It checks the authorization of the current user
  • D. It applies a logical lock to the updated data record.

Answer: A,D

 

NEW QUESTION 167
What are the basic principles of ALV SAP HANA? There are 2 correct answers to this question.

  • A. Data described declaratively instead of passing big internal tables
  • B. To ensure that the user chooses the data on the selection screen is displayed
  • C. The ALV Optimization for SAP HANA to display data on the screen
  • D. Only retrieve the database data which is to be displayed on screen

Answer: A,D

 

NEW QUESTION 168
It is possible to use both buffering and secondary indexes to improve performance of a search help.

  • A. True
  • B. False

Answer: A

 

NEW QUESTION 169
Which actions release a database lock (with a default value for _SCOPE)? Select all that apply.

  • A. The display of an SAP screen
  • B. COMMIT WORK
  • C. ENQUEUE_<lock_object>
  • D. An /n in the command field
  • E. A call to a function module
  • F. A CALL TRANSACTION / A SUBMIT (Sepeperat)
  • G. The display of a dialog message type A
  • H. DEQUEUE_<lock_object>
  • I. ROLLBACK WORK
  • J. The display of a dialog message type E

Answer: B,D,G,H,I

 

NEW QUESTION 170
You want to include an element of type 'Table' in your web dynpro. What actions add the corresponding columns to the table automatically?

  • A. Right click the table and select the 'CREATE_BINDING' option.
  • B. Bind the table attribute 'DATA_SOURCE' to the context node.
  • C. Include the method BIND_TABLE of IF_WD_CONTEXT_NODE.
  • D. Generate a 'BIND_TABLE' method using the web dynpro method wizard.

Answer: C

 

NEW QUESTION 171
ABAP now has predefined functions that behave like functional methods.

  • A. TRUE
  • B. FALSE

Answer: A

 

NEW QUESTION 172
You can empty the body of the internal table itab with a header line using the CLEAR itab statement.

  • A. True
  • B. False

Answer: B

 

NEW QUESTION 173
You created a transparent table and during activation got a warning message "Enhancement category for table missing".
What do you have to do to eliminate the warning message?
Please choose the correct answer.
Response:

  • A. Provide the correct reference field for the Currency or Quantity field.
  • B. Select any option other than Not Classified from the enhancement category
  • C. Change the Data Class and Size category in the technical settings.
  • D. Select the option Not Classified from the enhancement category.

Answer: B

 

NEW QUESTION 174
What must you take into consideration when you use the new open SQL syntax (available as of SAP Net weaver 7.4 SP05)? There are 2 correct answers to this question.

  • A. All arithmetic expressions can be used for all type of variables.
  • B. All Keywords are case sensitive.
  • C. All ABAP variables must be escaped with a proceeding @ sign.
  • D. All fields in the GROUP BY clause must be separated by commas.

Answer: C,D

 

NEW QUESTION 175
Which actions release a database lock? Select all that apply.

  • A. COMMIT WORK
  • B. A SUBMIT (Sepeperat)
  • C. The display of an SAP screen
  • D. ENQUEUE_<lock_object>
  • E. An/n in the command field
  • F. A call to a function module
  • G. The display of a dialog message type A
  • H. A CALL TRANSACTION
  • I. The display of a dialog message type E
  • J. ROLLBACK WORK
  • K. A Submit

Answer: A,C,E,G,H,I,J,K

 

NEW QUESTION 176
Which of the following is a true statement?
There are 2 correct answers to this question.
Response:

  • A. An access key is required to implement an implicit enhancement point.
  • B. An access key is required to implement business add-ins.
  • C. An access key is required to enhance an SAP application using a user exit.
  • D. An access key is required to modify SAP repository objects.

Answer: C,D

 

NEW QUESTION 177
You want to create a transparent table in the ABAP dictionary.
When the table is physically created in the database?
Please choose the correct answer.
Response:

  • A. When you run the database utility transaction (SE14)
  • B. When you activate the table
  • C. When you save the table
  • D. When you insert the table name and select create

Answer: B

 

NEW QUESTION 178
What is the ALV Object Model?

  • A. A group of classes that describe the ALV Grid as a whole and inherit from a single class
  • B. A group of hierarchal classes that describe the ALV Grid as a whole but do not inherit from a single class

Answer: B

 

NEW QUESTION 179
Which of the following tools and programming techniques use the SQL data definition language? There are 2 correct answers to this question.

  • A. Core data service (CDS) access control
  • B. ABAP Dictionary
  • C. Core data services (CDS) data definition
  • D. Open SQL

Answer: A,D

 

NEW QUESTION 180
You are writing a program that uses ABAP class.
Which components of the class can you create directly from the program?
Please choose the correct answer.
Response:

  • A. Only public components
  • B. Only protected components
  • C. All components
  • D. Only private components

Answer: A

 

NEW QUESTION 181
In which circumstances is a table considered to be a text table? Select all that apply

  • A. This table only has one character-based data field.
  • B. The entire key of this data table is included as the key to this table.
  • C. The ABAP runtime system determines that the relationship exists.
  • D. This table has a foreign key to the data table as a text table.
  • E. This table has an additional language key field.

Answer: B,D,E

 

NEW QUESTION 182
......

C-TAW12-750 Exam Questions Get Updated [2021] with Correct Answers: https://www.actual4dump.com/SAP/C-TAW12-750-actualtests-dumps.html

Free SAP C-TAW12-750 Test Practice Test Questions Exam Dumps: https://drive.google.com/open?id=1f2Y_0n-TT-Ln6rVgkKMjxFQ3tLibKEh6