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
What are pooled tables?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
How to transfer the objects? Have to transferred any objects?
Explain what are the problems in processing batch input sessions?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
How can we omit a leading sign and a leading zero in sapscript?
Explain the Types of Select statements?
What is match code? : sap abap hr
Some Realtime Objects on Bdc.
What are the two different ways of building a match code object?
What are the control break events in abap? : abap data dictionary
How can one distinguish between different kinds of parameters? : abap modularization
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
Hi every one ! You people are doing a great job here , Im going to attend Tata Technologies interivew on this sunday,Can anyone who has already attended this company interivew or other companies interivews in abap pls share ur experience with me and help me to get into job my id ushareddyabap@gmail.com. Thankyou verymcuh
What are the differences between primary and secondary indexes?