Quantcast
Channel: SCN : Popular Discussions - Floorplan Manager for Web Dynpro ABAP
Viewing all articles
Browse latest Browse all 1726

Where to validate user input from FPM_FORM_UIBB?

$
0
0

I am supporting an ESS OVP app using WDA and FPM. 

This question concerns validating/changing user input from an edit page entered through FPM_FORM_UIBB

 

In a form, on an edit page, we wanted to mask the initially loaded value of a field with asterisks.

I used the feeder class get_data() method to accomplish this.

 

The user may then overtype the asterisks with content data.  At times, the user leaves some of the asterisks there as well.

 

I want to check the contents of the inpu field, and, if needed, compress out the asterisks.

 

if not inputfieldco '* ' .
translate inputfieldusing '* ' .
condense inputfieldNO-GAPS .
endif .
 

Where can I put this code? Or, where, generally, do you code validations of form data?

 

Thanks…  

 

…Mike


Viewing all articles
Browse latest Browse all 1726

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>