Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What are pooled tables?

1115


How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.

2456


How to transfer the objects? Have to transferred any objects?

1098


Explain what are the problems in processing batch input sessions?

1118


What are the functional areas? User groups? and how does ABAP query work in relation to these?

1205


How can we omit a leading sign and a leading zero in sapscript?

1092


Explain the Types of Select statements?

1134


What is match code? : sap abap hr

1273


Some Realtime Objects on Bdc.

2940


What are the two different ways of building a match code object?

1079


What are the control break events in abap? : abap data dictionary

1159


How can one distinguish between different kinds of parameters? : abap modularization

1134


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.

1976


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

1981


What are the differences between primary and secondary indexes?

1312