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

What are the tools used in sap implementation? How do you create alert messages?

Answer Posted / Prabhat Kumar

In SAP HANA, several tools are utilized during implementation, such as SAP HANA Studio, SAP HANA cockpit, and SQL command-line interface (SQL CLI). To create alert messages, you can use the ALERT function within your SQL queries. The ALERT function generates an error message when a specific condition is met. Here's an example of using the ALERT function:

SELECT * FROM my_table WHERE my_column = 'some value' ALERT (SQLERROR ON ROW) 'Invalid Data Encountered';

In this example, if an error occurs on a row while executing the query, an alert message will be generated stating 'Invalid Data Encountered'. The ON ROW option ensures that the alert message is displayed for each row causing an error.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category