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 Posted / 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 |
Post New Answer View All Answers
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What are the modes in which any update tasks work?
How to transfer the objects? Have to transferred any objects?
What are your ways to performance optimization?
What is update task
What is the purpose of sum statement?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What has to be done to the packed fields before submitting to a BDC session.
What are the advantages of logical databases?
What is singleton pattern in OOPS?
What functions does a data dictionary perform ?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What are the types of the programming language used in the sap abap software?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
When is the top-of-page event triggered? : abap data dictionary