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
What are Table control and tab strip control in dialog programming ?
when do you need to create an internal table with header line ? and with out a header line?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
Hi every one ! You people are doing a great job here , Im going to attend Tata Technologies interivew on this sunday,Can anyone who has already attended this company interivew or other companies interivews in abap pls share ur experience with me and help me to get into job my id ushareddyabap@gmail.com. Thankyou verymcuh
What is an update type with reference to a match code id? : abap data dictionary
What are Tickets in Realtime ?
What are the types of table fields in the sap abap?
What are the components of selection table?
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
Explain how data is stored in cluster table?
What is luw or data base transaction ?
What is tcode se16? For what is it used.
how to create view in bdc..??