|
1. What is true about using memory to pass data?
Call Function 'MYFUNCTION'
It gets rolled out 4. Identify the internal table types?
By Value 6. Which statement would bypass current loop processing in the DO LOOP and continue processing with the next loop pass? Report ABC.
Do 10 Times.
It calculates the number of days that have elapsed since 01.01.0001 8. In what case are optional parameters allowed in the passing of parameters? Functions. 9. How much memory is reserved for the data object input_record in the following statement? Types: begin of rec_type,
Data: input_record type rec_type.
Types: Begin of line,
Types IT_LINE Type Standard table of line.
Write: 'Hello'(001).
Authority-Check 13. What is the default mode for passing actual parameters in a Perform? By Reference 14. How would you clear the body of an internal table (with a header line)? - Refresh ITAB
15. Refer to the following code. What is the value of the sy-fdpos and sy-subrc after the search is executed? Data: mystring type c value 'SAPDOMAIN'. Search mystring for 'X'
Loop at itab.
|
|
Read Also Get help for your ABAP problemsDo you have a ABAP Question? ABAP Books
More ABAP Tips
SAP ERP Modules, Basis, ABAP and Other IMG Stuff All the site contents are Copyright © www.erpgreat.com
and the content authors. All rights reserved.
|