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
Are you familiar with all steps for setting up a workflow?
How many types of data classes are there in sap abap? : abap data dictionary
What will happen when we use fully buffered in abap?
How to create a link between modified form and modified print program?
Example of table cluster and cluster tables.
Why do we use abstract class
What is a table attribute? : abap data dictionary
can anyone please tell me, in orient paper mill project which fields exits for creating report.
how to modify the standard method as per your requirement
What are the different types of view?
Explain what is sap script? What is the purpose of sap script?
In sap scripts, how will you link form with the event driven?
What is the use of at new statement ?
What is the t-code to display batch input sessions? : abap bdc
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?