live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.02 - C_TAW12_71 Exam Questions

QUESTION NO: 1
For a Database view, what are the required components.
Correct Answer: A,B,D
QUESTION NO: 2
You want to declare a variable which can be used outside of the class globally but no one should be allowed to change that variable except the method of that class. How you can achieve this?
Correct Answer: A
QUESTION NO: 3
A and B are two tables, User wants the output in a way such that it should have all records common from Table A and Table B , and also contain records from table A.
Correct Answer: D
QUESTION NO: 4
Task T1 is processed by a team O1 and team leader wants to release it. Another developer who is not from team O1 wants to do some changes in T1.When he can do changes.
Correct Answer: C
QUESTION NO: 5
A database table without MANDT field is called? (Select most appropriate answer)
Correct Answer: C
QUESTION NO: 6
In a table, when buffering settings are switched on and buffering style is single,What would be the option .
Correct Answer: C
QUESTION NO: 7
Size of Integer.
Correct Answer: D
QUESTION NO: 8
Internal table ITAB has the following data Name Salary John 80000 Bob 20000 Amar 10000 David 50000 What will be the sy-subrc in following case? Read table ITAB into WTAB with key Name = 'David' using binary search.
Correct Answer: D