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

The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary

1370


WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.

2334


Can we define our own match code id's for sap matchcodes? : abap data dictionary

1085


Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.

2118


How to create a link between modified form and modified print program?

1050


What are the different message types available in the abap/4 ?

1082


how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul

4010


what is bapi,badi,bdc,ale idocs?

2353


Explain what is an rfc?

1155


what is diff between idocs,bdc,rfc and bapi. give real time answer

19795


What is the difference between Classic badi and Kernal badi ?

2604


Update types in Call transaction method. What is the difference?

1189


What are Table control and tab strip control in dialog programming ?

5863


What is the abap program name to process the batch input session automatically? : abap bdc

1301


Did you create primary index?

1187