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

send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'

2409


What are logical databases? What are the advantages of logical databases?

514


Have you set up a back ground job? How to create a background job without a variant ? : abap bdc

589


how can we enable hyperlink in screen painter?

3372


Difference between transparent tables and pooled tables? : abap hr

547






What is your approach to find exit and BAdi?

861


wat are the process that can be executed & tracked in a workflow?

1642


What are the steps to execute session method?

593


What is meant by hot spots? : abap data dictionary

631


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

1502


What functions does a data dictionary perform? : abap data dictionary

609


WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'

1759


What are the components of sapscript?

619


Define external layer? : abap data dictionary

682


What are the 3 types of function modules in sap?

602