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...

in start of selection if we perform validation ,what happens?

Answer Posted / nehruu g

Use "at selection-screen" to perform validation

Example :

at selection-screen on s_bedat.
if s_bedat ne '00000000'.
data1 = s_bedat-low.
data2 = s_bedat-high.
data3 = ( data2 - data1 ).
if data3 > 367.
MESSAGE 'Date interval should be 1 year period.'
TYPE 'E'.
endif.
endif.

Is This Answer Correct ?    2 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which objects are independent transport objects? : abap data dictionary

1062


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?

1926


What are different data types in abap/4?

1058


Write syntax for message error (report)?

1150


Some Realtime Examples on Exits .

2217


What is luw?

1306


5) How to rereive text elements in SF and script?

2221


How many types of views are there? : abap data dictionary

1102


why particularly lock object name starts with EZ OR EY?

2056


How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.

2463


What are the organizational related infotypes? : abap hr

1237


Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?

2089


What is the structure of the bdc table? : abap bdc

1258


What is synchronous update?

1072


How would you set the formatting options statically and dynamically within a report?

1140