A. Set fo the GUI status of the screen
B. Modify screen attributes dynamically
C. Check the function code
D. Set title bar
A. *
B. &
C. +
D. -
A. UPDATE
B. MODIFY
C. SELECT
D. DELETE
E. INSERT
A. User exit
B. Customer exit
C. Business Transaction Event
D. Business Add-in(BA-dl)
A. A type C data object with the value '1.50E4' to a type I data objectDATA. gv_c(6) TYPE c VALUE '1.50E4', gv_i TYPE i. gv_i = gv_c.
B. An XSTRING type data object to a STRING type data objectDATA. gv_xstring TYPE xstring, gv_string TYPE string. gv_xstring = 'AF00'. gv_string =gv_xstring.
C. A type P data object to a type F data objectDATA. gv_p TYPE p VALUE '15000', gv_f TYPE f. gv_f = gv_p.
D. A type C data object with the value '123' to a type C data object with length 2DATA. gv_c3(3) TYPE c VALUE '123', gv_c2(2) TYPE c. gv_c2 = gv_c3.
A. Class method
B. Function group
C. Web service proxy
D. Function module
E. Transaction code
A. SE16N
B. SE38
C. SE11
D. SM37
A. In a global interface
B. In a global class
C. In the ABAP Dictionary
D. In a function module
E. In a method of a global class