on 2014 May 06 2:43 PM
hi,
How can we do Input field validations in FPM without interacting with database ;
if i want to check weather data,time,email id ,........is in proper format or not;
can U please guide me with some sample code.....
Request clarification before answering.
Hi Anand,
In get_data method check the corresponding even using
if io_event->mv_event_id = 'your_event_id'.
** Do validation, If validation fails raise error message.
endif.
Regards,
Ragavendra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
For checking the format of date & time , its enough to give their respective data types, it would do validation for proper format.
For email validation check the below link,
Validate EMAIL ID without touching database - ABAP Development - SCN Wiki
Regards,
Harsha J
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
30 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.