Powered By

Free XML Skins for Blogger

Powered by Blogger

Saturday, October 11, 2008

Validating table fields in SAP ABAP

How do I validate table fields? I want to check whether an entered value in a field is numeric or not. Where in the PAI should I write the logic?

You do the validation within the LOOP; ENDLOOP for the table within the PAI.

See the LOOP entry in flow-logic help for more details.

No comments:

Archives