C_ABAPD_2507 Web TestEngine demo

Exit VceDump C_ABAPD_2507 SAP Certified Associate - Back-End Developer - ABAP Cloud
Question 1 of 15
0% complete
Q1 Single choice

Given the following code which defines an SAP HANA database table in SAP S/4HANA Cloud, public edition:

@EndUserText.label : 'Draft table for entity /DMO/R_AGENCY'

@AbapCatalog.tableCategory : #TRANSPARENT

@AbapCatalog.deliveryClass : #A

@AbapCatalog.dataMaintenance : #RESTRICTED

define table /dmo/agency_d {

key mandt : mandt not null;

key agencyid : /dmo/agency_id not null;

key draftuuid : sdraft_uuid not null;

name : /dmo/agency_name;

street : /dmo/street;
postalcode : /dmo/postal_code;

city : /dmo/city;

}

You are a consultant and the client wants you to extend this SAP database table with a new field called
zz_countrycode on line #14.

Which of the following is the correct response?

Previous Check answer

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in