What are different types of parameters? How can you distinguish between different kinds of parameters?

Answer Posted / chaitanya

The different types of parameters are

a) Formal Parameters: It is defined during the definition of subroutine with the ‘FORM’ statement

b) Actual Parameters: It is specified during the call of a subroutine with the ‘PERFORM’ statement

You can distinguish different kind of parameters by their functionality. Input parameters are used to pass data to subroutines, while output parameters are used to pass data from subroutines.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between AT SELECTION-SCREEN and AT SELECTION-SCREEN OUTPUT?

1408


What is the difference between VIEW and a TABLE?

1258


What will you use SELECT SINGLE or SELECT UPTO 1 ROWS ?

1397


What is the difference between RFC and BAPI?

1277


What is the difference between Implicit Enhancements and Explicit Enhancements?

7457






What is the difference between a value table and a check table?

1539


What is the difference between INSTANCE methods and STATIC methods?

1462


What is the difference between SAPSCRIPT and SMARTFORM?

1278


What is the difference between .Include Structure and .Append structure?

1332


What are the standard IDOC's used?

1250


What are the types of Function Modules? What is an UPDATE function module?

1299


What is the difference between Enhancement point and Enhancement Section?

5579


What events do you know in Module Pool Programming?

1295


What is the difference between SY-INDEX and SY-TABIX?

2240


How is the table sorted when you do not specify field name and Ascending or Descending? On what criteria will the table be sorted? Do internal table have keys?

1652