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
When was the sap abap being created?
How can we use / display table in a screen?
Why bapi need then bdc ? : abap bdc
What is an update type with reference to a match code id?
I need some information regarding Vcentric Test pattern ? with questions.
What are the user groups?
What are the different types of operators in the sap abap?
Different types of locks?
What is a sequence of event-triggered in report?
Setting up a BDC program where you find information from?
What is logo in sap script?
Define alv programming in abap?
What are the Control levels in internal tables?
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
How can we determine a vendor is Bloc/Unblock from the table LFA1?