nerdexam
SAP

C_TAW12_731 · Question #61

Which assignment will lead to a conversion error?

The correct answer is D. A type C data object with the value '1.50E4' to a type I data object DATA. gv_c(6) TYPE c VALUE. See the full explanation below for the reasoning.

Question

Which assignment will lead to a conversion error?

Options

  • AAn XSTRING type data object to a STRING type data object DATA. gv_xstring TYPE xstring,
  • BA type C data object with the value '123' to a type C data object with length 2 DATA. gv_c3(3)
  • CA type P data object to a type F data object
  • DA type C data object with the value '1.50E4' to a type I data object DATA. gv_c(6) TYPE c VALUE

How the community answered

(50 responses)
  • A
    4% (2)
  • B
    12% (6)
  • C
    2% (1)
  • D
    82% (41)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_731 Practice