what is difference between parameter & select-option
Answer Posted / venkateswarlu.bandi
select-option: is used for the whenever create the
select-options the system creaat the one internal table same
variable name. that table name is called selection table.
the main purpose of the internal table is used to stored the
selection text.but at the same time the system create the
Sign ,Option,Low,High implicitly.
it will accept the value ranges from the selection screen.
means lower range and higher range value.
parameters: is used for the it will accept the value from
the user.the system doesnot create the internal table
implicitly. it will create the explicitly.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is table buffer?
Mention some important events in abap programming.
Can you delete data element, which is being used by table fields. : abap data dictionary
Folder types in smatforms? 2)What is Command line?
What is the difference between RETURNING and CHANGING parameters for a method?
How can I get ascii value of any letter? Is there any function?
Differentiate between the uline and write: sy-uline statements if any?
How many types of views are there ?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What is the difference between sum and collect?
What is the use of start-of-selection.,if not use in report what will happen,?
What is the t-code to display batch input sessions? : abap bdc
Explain the concept of clusters in payroll
Mention what is alv programming in abap?
What is transparent table?