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
To how many tables can an append structure be assigned. : abap data dictionary
What is a development class? : abap data dictionary
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
What is meant by search help? : sap abap data dictionary
What is the difference between getting and get late?
How to maintain lists?
If yes then why do we require logical database
What is constructor expression in nw abap 7.4?
What are local objects?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
Explain the Inportance of pa40? : abap hr
What are the different types of data dictionary objects? : abap data dictionary
What are the ways you can do the tuning?
Explain data dictionary in abap?