Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

C_ABAPD_2507 Exam Dumps - SAP Certified Associate - Back-End Developer - ABAP Cloud

Go to page:
Question # 9

Which function call produces the string 'LORE_IPSUM_FACTUM'?

A.

from_mixed( val = 'LorelpsumFactum' sep = '_' )

B.

condense( to_upper( 'LorelpsumFactum' ) )

C.

to_upper( condense( 'LorelpsumFactum' ) )

D.

to_mixed( val = 'LorelpsumFactum' sep = '_' )

Full Access
Question # 10

Which of the following types of Core Data Services Views can be used at the consumption layer?

Note: There are 3 correct answers to this question.

A.

Table Function

B.

Transactional Interface

C.

Transactional Query

D.

Analytical Query

E.

Hierarchy

Full Access
Question # 11

What can you do in SAP S/4HANA Cloud, public edition? (2 correct)

A.

Use SAP-released extension points

B.

Use ABAP Development Tools in Eclipse (ADT)

C.

Modify SAP objects

D.

Use Web Dynpros

Full Access
Question # 12

Given the following data definitions:

DATA: text TYPE string VALUE 'Date 1972-04-01 is in ISO format'.

DATA: regex TYPE string VALUE '[0-9]{4}(-[0-9]{2})(2}'.

In which of the following functions can you use regular expressions?

(Select 3 correct answers)

A.

reverse( val = text pcre = regex )

B.

match( val = text pcre = regex )

C.

condense( val = text pcre = regex )

D.

matches( val = text pcre = regex )

E.

find( val = text pcre = regex )

Full Access
Question # 13

Which of the following are rules that extensions in SAP S/4HANA Cloud, public edition must adhere to? (Select 3 correct answers)

A.

Modify SAP objects in exceptional cases only.

B.

Use tier 2 wrappers to enable access to non-released SAP APIs.

C.

Use released remote or local SAP APIs.

D.

Use cloud-enabled and released technologies.

E.

Extend SAP objects through predefined extension points.

Full Access
Question # 14

You want to extract date information of a flight date (f_info) and format it like yyyy-dd-mm using the following code:

SELECT FROM TABLE dbtab1

FIELDS f1,

extract_year( f_info ) && '-' && extract_month( f_info ) && '-' && extract_day( f_info ) ...

For the extract_* functions to work, what can be the data dictionary types of f_info?

Note: There are 3 correct answers to this question.

A.

TIMS

B.

UTCLONG

C.

TIMESTAMP

D.

DATS

E.

TIMN

Full Access
Question # 15

What is a class defined as part of an ABAP program called?

A.

Local variable

B.

Global variable

C.

Global class

D.

Local class

Full Access
Question # 16

Which of the following integration frameworks have been released for ABAP Cloud development? (Select 3)

A.

CDS Views

B.

Business events

C.

OData services

D.

Business Add-ins (BAdIs)

Full Access
Go to page: