최신SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - C-TAW12-750무료샘플문제
문제1
An ABAP Program processes the following expression r=a/b+c which of the following data declarations would cause the runtime environment to use fixed-point arithmetic for the above expression to calculate the value of"/'?
An ABAP Program processes the following expression r=a/b+c which of the following data declarations would cause the runtime environment to use fixed-point arithmetic for the above expression to calculate the value of"/'?
정답: D
문제2
You need to create a piece of code that can be used by multiple programs. Which of the following techniques does SAP recommend? Note: There are 2 correct answers to this question
You need to create a piece of code that can be used by multiple programs. Which of the following techniques does SAP recommend? Note: There are 2 correct answers to this question
정답: A,B
문제3
You have created the following. A class with an event definition. A Handler class with a method ON_EVT that handles this event. A report that instantiates the handler class. A message statement that raises an exception however AND the report does not react to the event. How do you analyze this issue?
Note: There are 3 correct answers to this question.
You have created the following. A class with an event definition. A Handler class with a method ON_EVT that handles this event. A report that instantiates the handler class. A message statement that raises an exception however AND the report does not react to the event. How do you analyze this issue?
Note: There are 3 correct answers to this question.
정답: A,B,C
문제4
What are the reasons to use modularization? Note: There are 3 correct answers to this question
What are the reasons to use modularization? Note: There are 3 correct answers to this question
정답: A,B,D
문제5
Which of the following statement create a data object? Note: There are 3 correct answers to this question.
Which of the following statement create a data object? Note: There are 3 correct answers to this question.
정답: A,C,E
문제6
You have created table ZTAB and you want to create a foreign-key relationship to table SAPTAB Under which conditions is this possible? Note: There are 2 correct answers to this question.
You have created table ZTAB and you want to create a foreign-key relationship to table SAPTAB Under which conditions is this possible? Note: There are 2 correct answers to this question.
정답: A,C
문제7
What are some advantages of using open SQL? Note: There are 2 correct answers to this question
What are some advantages of using open SQL? Note: There are 2 correct answers to this question
정답: C,D
문제8
You want to read a single line of an internal table using table expression itab[...]. How can you identify the line? Note: There are 3 correct answers to this question
You want to read a single line of an internal table using table expression itab[...]. How can you identify the line? Note: There are 3 correct answers to this question
정답: A,C,E