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
Can a transparent table exist in the data dictionary but not in the database physically?
function modules are also external subroutines. State true or false. : abap modularization
Explain different types of locks?
What is the difference between table and template?
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
What is a bsp application? : sap abap hr
What are the steps to execute session method?
Can you create a table with fields not referring to data elements? : abap data dictionary
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
What is the advantage of structures?
What is the Difference between At Line selection and At user-command?
Specify the types of data dictionary objects.
What is interactive reporting?
What are the differences between primary and secondary indexes?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?