How you can perform field-validation in your dialog
program ?
Answer Posted / aditya panwar
WRITE THE L0OP SCREEN CODE AFTER THE PBO MODULE.
PROCESS BEFORE OUTPUT.
LOOP AT SCREEN.
IF SCREEN-NAME = 'FIELD_NAME'.
SCREEN-INPUT = '1'.
SCREEN-REQUIRED = '1'. "for mandatory
SCREEN-LENGHT = '10'. "for lenght
ENDIF.
MODIFY SCREEN.
ENDLOOP.
MODULE STATUS_1000.
PROCESS AFTER INPUT.
MODULE USER_COMMAND_1000.
| Is This Answer Correct ? | 3 Yes | 26 No |
Post New Answer View All Answers
How many default tab strips are there? How to insert more tabs in it?
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What is the difference between dialog program and a report?
What is is a match code? : abap data dictionary
What is the syntax of packed number?
What are critical issues you have faced in your project
Can we display a list in a pop-up screen other than full-size stacked list?
What is an abap data dictionary? : abap data dictionary
What is the differences between structure and table in the data dictionary in abap?
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
Does sap handle multiple languages?
When the top-of-page event does get triggered?
How do you restrict the data to be entered in the payroll area? : sap abap hr