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
Can i Have Some Realtime Examples on Badi ?
How can we access the correction and transport system?
Explain what is runtime analysis?
Can you define a field without a data element? : abap data dictionary
What are the list of screen elements?
Can you print decimals in type n?
Explain open dataset in sap abap?
If yes then why do we require logical database
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
What are the rules to create a BAPI?
How do you find if a logical database exists for your program requrements?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
How can you distinguish between different kinds of parameters?
visibility section for class level and attributes level
What is step-loop? Explain all the steps?