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 is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?

1825


What is asynchronous update?

577


Explain the difference between cluster tables and pool table?

617


Which commands are used for interactive reports?

634


What is a sequence of event-triggered in report?

634






1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?

2569


What is the diff between database view and maintenance view?

594


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?

571


What is pnp-sw-found ? : abap hr

870


Explain the differences between interactive and drill down reports?

522


How to find the return code of a statement in abap programs?

602


What is the difference between the function module and a normal abap/4 subroutine?

638


What are the payroll related infotypes? : abap hr

577


How can you distinguish between different kinds of parameters?

553


What are indexes? : abap hr

593