How you can perform field-validation in your dialog
program ?
Answers were Sorted based on User's Feedback
Answer / santosh
You can validate your fields in the PAI module of the
program by placing them between the CHAIN & ENDCHAIN
Statement.
Is This Answer Correct ? | 38 Yes | 1 No |
Answer / 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 |
Answer / kerri
We can write code for field validation in the PAI and PBO events.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / 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 |
Explain how do you get output from idoc?
give examples of pool,cluster tables
what are Table-Controls?
What are the Text – elements inscripts. Where you declare this. What is the use to this.
hey guys, what is the t-code that copies a script from one client to other client....!
If i have 6 fields in our ztables,But when i would like to display the contents,then only 4 fields would be come up,HOW IT WILL Handle?
how to field properties are set with **** as a password.
1 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
How to find out the no of implementations done for a badi
What is features and transaction code
Explain the disadvantages of different types of bdc's?
Explain the sequences of event block?
WHAT IS COMPOSITE KEY??