programming languages Online Quiz - 131
Description: programming languages Online Quiz - 131 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
What is a structured type in the ABAP dictionary that has no physical table defintion in the underlying database referred to as?
Refer to the following Code. What is the value of sy-fdpos and sy-subrc after the search is executed? Data: mystring type c value 'ARAMCO'. Search mystring for 'X'
What is the value of ZFIELDB after the last line of the following code is executed? Data: ZFIELDA(5) type c value 'ABCDE'. ZFIELDB(4) type c. ZFIELDA = ‘XX’. Clear ZFIELDA. ZFIELDB = ZFIELDA.
How would you clear the body of an internal table (with a header line). a) Clear ITAB[] b) Refresh ITAB [] c) Clear ITAB d) Refresh ITAB
When catching errors using the CATCH…ENDCATCH statement, where does the runtime error return code get placed?
When is it better to buffer the table?
To allow the user to enter a range of values on a selection screen, use the ABAP keyword: