SAP C_P2WAB_2507 Actual Free Exam Questions & Community Discussion
What is the purpose of a foreign key relationship between two tables in the ABAP Dictionary?
Correct Answer: B
Vote an answer
What can you do in SAP S/4HANA Cloud, public edition? Note: There are 2 correct answers to this question.
Correct Answer: A,B
Vote an answer
Which of the following are features of Core Data Services? Note: There are 3 correct answers to this question.
Correct Answer: A,B,C
Vote an answer
Which of the following are reasons that SAP recommends developing Core Data Services view entities as opposed to classic Core Data Services DDIC-based views? Note: There are 2 correct answers to this question.
Correct Answer: A,C
Vote an answer
What RESTful Application Programming object contains only the fields required for a particular app?
Correct Answer: D
Vote an answer
You have a superclass super1 and a subclass sub1 of super1. Each class has an instance constructor and a static constructor. The first statement of your program creates an instance of sub1.
In which sequence will the constructors be executed?

In which sequence will the constructors be executed?

Correct Answer: A,B,C,D
Vote an answer
Which of the following rules apply for dividing with ABAP SQL? Note: There are 3 correct answers to this question A)The division operator "/" accepts floating point input.
SELECT FROM TABLE dbtab1
FIELDS f1, f2/f3...
B) Numeric function div(nominator, denominator) expects only integer input.
SELECT FROM TABLE dbtab1
FIELDS f1, div (f2, 13)...
C) Numeric function division (nominator, denominator, decimal places) accepts decimal input. SELECT FROM TABLE dbtab1 FIELDS f1, division ( f2, f3,2)...
D) The division operator "/" accepts decimal input.
SELECT FROM TABLE dbtab1
FIELDS f1, f2/f3...
E) Numeric function division(nominator, denominator, decimal places) accepts floating point input.
SELECT FROM TABLE dbtabl
FIELDS f1, division( f2, f3, 2)...
SELECT FROM TABLE dbtab1
FIELDS f1, f2/f3...
B) Numeric function div(nominator, denominator) expects only integer input.
SELECT FROM TABLE dbtab1
FIELDS f1, div (f2, 13)...
C) Numeric function division (nominator, denominator, decimal places) accepts decimal input. SELECT FROM TABLE dbtab1 FIELDS f1, division ( f2, f3,2)...
D) The division operator "/" accepts decimal input.
SELECT FROM TABLE dbtab1
FIELDS f1, f2/f3...
E) Numeric function division(nominator, denominator, decimal places) accepts floating point input.
SELECT FROM TABLE dbtabl
FIELDS f1, division( f2, f3, 2)...
Correct Answer: C,D,E
Vote an answer
0
0
0
10
