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


Please Help Members By Posting Answers For Below Questions

Where can you find error log for call transaction? : abap bdc

727


what is leave to TRANSACTION?

1002


any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.

1958


What are the client dependant objects in abap / sap?

537


What is modularization and its benefits?

597






Explain Catch Command in ABAP?

832


What is the difference between the function module and a normal abap/4 subroutine?

638


What is the different between abap and ooabap? Why do we use ooabap?

637


THANKS ALL. i CLEARED THE INTERVIEW OF INFOSYS BASED ON THIS QUESTION SET. IT REALLY WORKS. LONG LIVE ALLINTERVIEW.COM

15761


What is netweaver???what is the relationship with ABAP?

1631


What is update task

7625


What are the various types of selection screen event?

575


What are secondary indexes. How can we know which index is being used in a select query?

1004


Type casting and error handling

933


What are field symbols and field groups? Have you used component idx of structure clause with field groups?

610