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 / vamsi krishna
0 0
1 1
2 2
0 0
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the aggregate objects in data dictionary? : sap abap data dictionary
how to track records from data dictionary?
What is synchronous update?
What are the ways you can do the tuning?
What are local objects?
What is Buffering Concept? When should a Table be buffered?
What are the basic functions of database utility?
foreign key enforcement?
How do you execute the payroll
Which objects are independent transport objects?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
what next in SAP-ABAP/4 is it going to be change?
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
What are the abap/4 commands that link to a layout set?
Can you assign a matchcode object to a parameter? If so how?