최신 SAP-Certifications C-TAW12-71 무료샘플문제:
1. You have got error with warning message for input field in a classical dynpro, how will you process it.
A) Enter the value and press Enter
B) Leave the field blank and press Enter
C) Enter the value and Execute (F8)
D) Leave the field blank and Execute (F8)
2. What is defined in ABAP Dictionary.(3 answer)
A) Methods
B) Type tools.
C) Internal tables
D) Domains.
E) Transparent tables.
3. Which statement can be used to read a single record from the internal table.
A) Move it_tab to wa_taab with .
B) Move corresponding it_tab to it_taab1.
C) None of the above.
D) Read table it_tab into wa_tab index .
4. You have newly joined a development team and your team member is developing a report. He wants to put the validation for the vendor No. In which event he should put the error message so that in case when wrong vendor is entered error message should appear and focus the cursor on that field.
A) Start-of-selection
B) End-of-selection
C) At selection screen on field
D) Initialization
5. If you want the data in the internal table to be copied without using the header line.. ,how will you pass [ Even this q was tricky, so get the ans from ma'am n i only rem the option i ticked]
A) Field symbols ASSIGNING (someting like this).
질문과 대답:
질문 # 1 정답: A,B,C,D | 질문 # 2 정답: B,D,E | 질문 # 3 정답: D | 질문 # 4 정답: C | 질문 # 5 정답: A |