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


Please Help Members By Posting Answers For Below Questions

How can we access the correction and transport system? : abap data dictionary

590


What is new enhancement framework?

892


What are the different types of abap reports in sap?

771


What is the project you are currently working and work that you are doing

1026


out bound process code for quotation?

1570






identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT

1937


What are logical databases? What are the advantages of logical databases?

522


What is a modification assistant?

591


Is main window mandatory in smartforms?

725


Can you define a field without a data element? : abap data dictionary

623


How we format the data before writing a statement in the report?

514


What are the two levels in defining a match code? : abap data dictionary

606


What is the function of the transport system and workbench organiser? : abap data dictionary

620


What will you code in start-of-selection & end-of-selection ?

595


Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?

1980