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 amdp (abap managed data procedures)?
To how many tables can an append structure be assigned. : abap data dictionary
What are the merits of its?-
What is new enhancement framework?
Explain the difference between call screen and leave screen?
How to create a link between modified form and modified print program?
What are the organizational related infotypes? : abap hr
what are the important fields while preparing sales order,inquiry?
What is the difference between sy-tabix and sy-index? Where it is used?
Explain what are the events in screen programming?
Explain the function module in bdc?
What is pretty printer?
How do you process errors in call transaction method? : abap bdc
What is the maximum number of structures that can be included in a table or structure
What is singleton pattern in OOPS?