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 / harsha
0 0
1 1
2 2
2 2
this myt be the correct answer
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
How many types of tables exist and what are they in data dictionary?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
What are the differences between se01, se09 and se10?
What is sap abap data classes?
Does sap handle multiple currencies?
How the transaction that are programmed by the user can be protected?
Where can you find error log for call transaction? : abap bdc
hi frends this is bala raju from pune.i want to know diff between 4.7ee and ecc 5.0.if possible give me brief explanation.this question was asked in EDS(tele interview) in pune bye.
Where do you find info on new developments in SAP?
how to create view in bdc..??
What abap statement will trigger list generation?
what is difference between user exit, customer exit and badi?
Explain Singleton class
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
What are the differences between domain and data element?