What are the difference between table controls and step loops in dialog programming

Showing Answers 1 - 1 of 1 Answers

Vamsee Kundurthi

  • Sep 15th, 2005
 

1.      Function modules use a special screen to define the parameters where as subroutines use the same ABAP/4 editor to define its parameters.

2.      Tables work area can be commonly shared by calling program and subroutine where as function modules do not share commonly.

3.      Calling a function module syntax (Call function.) is different from calling a subroutine syntax (perform?.).

4.      With raise statement user can exit from a function module where as exit is used in subroutines.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions