what is the output of given code?
data : f1 type i,
f2 type i.
write : / f1, f2.
do 2 times.
perform addfld.
enddo.
write : / f1, f2.
form addfld.
data : f1 type i, f2 type i.
add 1 to f1.
add 1 to f2.
write : / f1 , f2.
endform.
int : f1 , f2.
Answer Posted / raju
output:
0 0
1 1
1 1
0 0
| Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
In delivery processing which step comes first picking, packing, posting goods issue ?
Differentiate between ooabap and abap?
What is off cycle payroll run
What are client dependant objects in abap/sap?
Where the payroll results are stored
What abap statement will trigger list generation?
What are the different functions used in sap script? What are the parameters used in each function?
how do you transport lsmw data from one system to another?
What is the difference between function group and function module?
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
How to convert normal function module to bapi?
Explain what is the step-by-step process to create a table in data dictionary?
What is the tcode to create indexes?
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
What is the advantage of structures?