C_TAW12_71 試験問題を無料オンラインアクセス
試験コード: | C_TAW12_71 |
試験名称: | SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.02 |
認定資格: | SAP |
無料問題数: | 80 |
更新日: | 2025-08-27 |
There are two classes CL_SUPER and CL_SUB. Class CL_SUPER has method say SUPER_METHOD and CL_SUB has a method SUB_METHOD.[This q gave me confidence and put me into confusion!!....what is wrong (TRICKY thing is they dint mention CL_SUB is inherited from CL_SUPER )].
DATA: GO_SUPER type ref to CL_SUPER,
GO_SUB type ref to CL_SUB.
You have got error with warning message for input field in a classical dynpro, how will you process it.