Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

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?

2176


What are the modes in which any update tasks work?

1048


How to transfer the objects? Have to transferred any objects?

998


What are your ways to performance optimization?

1330


What is update task

8335


What is the purpose of sum statement?

937


send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'

2783


What has to be done to the packed fields before submitting to a BDC session.

1118


What are the advantages of logical databases?

993


What is singleton pattern in OOPS?

1416


What functions does a data dictionary perform ?

981


While sorting field groups we cannot use more than one key field. State true or false. : abap modularization

991


What are the types of the programming language used in the sap abap software?

1088


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?

1828


When is the top-of-page event triggered? : abap data dictionary

1178