C_ABAPD_2507 試験問題を無料オンラインアクセス
| 試験コード: | C_ABAPD_2507 |
| 試験名称: | SAP Certified Associate - Back-End Developer - ABAP Cloud |
| 認定資格: | SAP |
| 無料問題数: | 80 |
| 更新日: | 2026-06-12 |
Given the following code excerpt that defines an SAP HANA database table:
DEFINE TABLE demo_table
{
KEY field1 : REFERENCE TO abap.clnt(3);
KEY field2 : abap.char(1332);
@Semantics.quantity.unitOfMeasure : 'demo_table.field4'
field3 : abap.quan(2);
field4 : abap.unit(2);
}
Which field is defined incorrectly?
Which of the following actions cause an indirect change to a database table requiring a table conversion?
(Select 2)