in start of selection if we perform validation ,what happens?
Answers were Sorted based on User's Feedback
Answer / monalisa
If we validate in Start-of-selection event,then selection
screen will not appear for input.We have to start the
execution of the program again.
Is This Answer Correct ? | 14 Yes | 1 No |
Use "at selection-screen" to perform validation
Example :
at selection-screen on s_bedat.
if s_bedat ne '00000000'.
data1 = s_bedat-low.
data2 = s_bedat-high.
data3 = ( data2 - data1 ).
if data3 > 367.
MESSAGE 'Date interval should be 1 year period.'
TYPE 'E'.
endif.
endif.
Is This Answer Correct ? | 2 Yes | 9 No |
when we create a simple report with input field as S_VBELN (as select-options)..for any range of values it is displaying the output...i dont want like that..only the existing ranges it must be displayed...for ex. in sales ranges from 4969...but in input from 1 to z also displaying..please send me the solution
What are the various types of the Internal tables used?
What is the syntex used to call a screen as dialog box (pop up)?
Can we use Session method & Call transaction both in one BDC if yes please give me example and scenario where we use this ?
What is Macro
Where are the LSMW events :BEGIN_OF_PROCESSING, BEGIN_OF_TRANSACTION and BEGIN_OF_RECORD declared? Why?
1 Answers Cap Gemini, Deloitte,
Can i Have Some Realtime Examples On Modulepool programming.
What are logical databases? What are the advantages of logical databases?
what is the difference bet ween the appened and insert statment.plz tell me the answer.
How to transfer legacy data into base tables by scheduling a time frame using bdc?
you have to select fourth vendor no in basic list go to open new list ( secondary list) . what is the coding in interactive report ?.. tell me the coding clearly plz?...
Which technical field in the BDCDATA table holds the last cursor position