Hi, can any one tell me the follwoing question's answer
1.How can we validate single selection screen field and
multiple selection screen field in report and also in
module pool programming.pls give answer in brief with
example.
2.What is search help ? pls tell search help type breifly
with example?
Answer / malli.gontla
hi
1)Answer:
selection screen validations are doing in At selection
screen on field event. In this event u can write ur screen
validations.
Eg:
Select-option: carrid1 for sflight-carrid.
At Selection-screen.
if carrid1-low = '' and carrid1-high='';
error msg
endif
In above example, if u did not enter any values for carrid1,
then it displays error message
In module pool programming,validations are doing in PAI event
example:
Field sflight-carrid values('LH')
In this example, u must enter value LH, other wise the
screen is not moving.
2)Answer:
Search help means, it displays a list of all possible values
for screen field when u press F4 key .
Search helps are 2 types, Collective and Elementary search
helps.
# Elementary search helps describe a search path. The
elementary search help must define where the data of the hit
list should be read from (selection method), how the
exchange of values between the screen template and selection
method is implemented (interface of the search help) and how
the online input help should be defined (online behavior of
the search help).
Collective search helps combine several elementary search
helps. A collective search help thus can offer several
alternative search paths.
Is This Answer Correct ? | 6 Yes | 0 No |
Recording -- Transaction code?
Can a domain, assigned to a data element be changed? : abap data dictionary
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
DO SERVERS IN EVERY COMPANY HAVE A SPECIFIIC NAME CAN I KNOW THE SERVER NAME OF IGATE AND ITS GEOGRAPHICAL LOCATION AND HOW MANY SERVERS DO A COMPANY WILL HAVE FOR SAP
how can i access SAP through internet?
Explain how to write a bdc - how do you go about it?
1. what r the step followed for ALE Idocs ? 2. what is process code ? where it is define ?
How will you do in session method?
3 Answers FutureSoft, Unilogic Software,
How to put checkbox against a row in ALV display?
what is ment by buffering?
What are the developments you have done with Modulepool?
how we can moddify a internal table without using modify statement