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
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
What is the tcode for sapscript forms?
Polymorphism real time scenario
What are the various events associated with screen programming?
ABAP : Classical reports events name
What is the last entry in all bdc tables? : abap bdc
5) How to rereive text elements in SF and script?
Is sap xi intended to replace ale?
Explain the advantages of logical databases?
What are the disadvantages of using explicit enhancement?
What is the function of a domain?
What is repository info. Systems? : abap data dictionary
How to eliminate duplicate entries in internal tables?
What is ps structure? : abap hr
Explain how is batch input process different from processing on line?