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
How do you take care of performance issues in your ABAP programs?
Hat are the different types of mode (run code) in call transaction method?
what is a text table ?
Mention the various databases integrities?
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
What are the differences between domain and data element?
What are system fields for secondary lists?
where are the passwords for ITS stores?
Which database object is used for storing the system variables? : abap data dictionary
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?
Tell me a scenario where did you use secondary index?
How can we omit a leading sign and a leading zero in sapscript?
Explain the Inportance of pa40? : abap hr
What are the different types of locks? : abap data dictionary