How you can perform field-validation in your dialog
program ?
Answer Posted / ashwin urkude
For single field validation write in PAI
FIELD FIELD-NAME MODULE MODULE_NAME.
Additions are: ON INPUT- whenever change in initial value takes place validation will be done
ON REQUEST : whenever value in that field is changed validation will tale place.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is the use of the raising exception?
Explain the difference between cluster tables and pool table?
What application areas are you comfortable in?
What is the reserve command?
How does the interection between the dynpro and the abap/4 modules takes place?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
What are the different software packets available in the market? : sap abap hr
What are the aggregate objects in the data dictionary? : abap data dictionary
Is it possible to bring select option in module pool screens?
What are the advantages of abap query tool?
What is static attribute
Name a few data dictionary objects? : abap data dictionary
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
When value table becomes check table?