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


Please Help Members By Posting Answers For Below Questions

A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary

683


What is the collect statement?

683


1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not

1657


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

1772


What are the different message types available in the abap/4 ?

557






How to find the return code of a statement in abap programs?

611


What happens if we use leave to list-processing without using suppress-dialog?

704


In sap script how to print bar code in vertical manner

3449


Which transaction code can I used to analyze the performance of ABAP program.?

637


What is the function module to popup contents in the internal table?

565


Can we access static attribute from instance method

1006


foreign key enforcement?

1634


What are field groups?

606


How do I find the output type of a table or a program?

595


What are the main uses of the primary key?

737