Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

SAP Exam C_ABAPD_2309 Topic 4 Question 27 Discussion

Actual exam question for SAP's C_ABAPD_2309 exam
Question #: 27
Topic #: 4
[All C_ABAPD_2309 Questions]

What RESTful Application Programming object contains only the fields required for a particular app?

Show Suggested Answer Hide Answer
Suggested Answer: C, D

Incomplete ABAP types are types that do not specify all the attributes of a data type, such as the length, the number of decimal places, or the value range. Incomplete types can only be used for the typing of field symbols and formal parameters, not for the definition of data objects or constants.Incomplete types can be either predefined or user-defined1.

The following are incomplete ABAP types:

C . C is a type for character strings with a generic length. The length of the character string has to be specified when a data object or a constant is defined with this type.For example, DATA text TYPE c LENGTH 10 defines a data object named text with a type c and a length of 10 characters2.

D . P is a type for packed numbers with a generic length and a generic number of decimal places. The length and the number of decimal places of the packed number have to be specified when a data object or a constant is defined with this type.For example, DATA amount TYPE p LENGTH 8 DECIMALS 2 defines a data object named amount with a type p, a length of 8 bytes, and 2 decimal places3.

The following are not incomplete ABAP types, because they specify all the attributes of a data type:

A . String is a type for variable-length character strings. The length of the character string is determined at runtime and can vary from 0 to 2,147,483,647 characters. The length does not have to be specified when a data object or a constant is defined with this type.For example, DATA text TYPE string defines a data object named text with a type string and a variable length4.

B . T is a type for time values in the format HHMMSS. The length of the time value is fixed at 6 characters and does not have to be specified when a data object or a constant is defined with this type. For example, DATA time TYPE t defines a data object named time with a type t and a length of 6 characters.


Contribute your Thoughts:

Caprice
11 days ago
I'm not sure, but I think it might be A) Database view because it sounds like it could contain only the fields required.
upvoted 0 times
...
Gene
13 days ago
I agree with Valda, Projection View makes sense for this question.
upvoted 0 times
...
Twanna
20 days ago
The question is asking about a RESTful API, so I'm guessing the correct answer is C) Projection View. That seems to be the only one that's specifically about API objects.
upvoted 0 times
Hui
23 hours ago
I agree, Projection View makes sense for a RESTful API.
upvoted 0 times
...
Martina
6 days ago
I think the answer is C) Projection View.
upvoted 0 times
...
...
Valda
27 days ago
I think the answer is C) Projection View.
upvoted 0 times
...

Save Cancel