SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.02 - C_TAW12_71 模擬練習
If you want to create structure in two table with same field C_TIME and C_DATE but with different name structure which method you will use?
正解: B
Which modularization unit can be used cross client.
正解: C
Relationship between Buffering and Index.
正解: A
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.
DATA: GO_SUPER type ref to CL_SUPER,
GO_SUB type ref to CL_SUB.
正解: A
To define the internal table using statement: Data : it_tab type XYZ where XYZ should be of type:
正解: B
There is a screen 500 with next screen set as 501 in it's screen attribute. Business want that in some of the condition instead of going to screen 501 it should go to screen 502 after screen 500 finish its execution. How will you achieve this?
正解: B
When large table is buffered and there is a condition such that you always have tospecify The full unique key of the table . which table gives better access.
正解: B
What are the options, If you want to read data from Database, using select statement...(3 answer)
正解: A,C,D