2008 Dec 09 1:57 PM
Hi genius,,,
i am facing one critical requirement..give me solution for that
requirement is three select options will be there in selection screen for example KUNNR,AKONT,DATE
if i enter AKONT in select option it will fetch the record for corresponding AKONT,this AKONT will not depanding to other,but if i enter KUNNR automaticaly DATE field change to mandatory, KUNNR should be depend to DATE...
Asok...
2008 Dec 09 2:04 PM
Hi
U need to insert some validations in the event AT SELECTION-SCREEN
Max
Hi genius,,,
i am facing one critical requirement..give me solution for that
requirement is three select options will be there in selection screen for example KUNNR,AKONT,DATE
if i enter AKONT in select option it will fetch the record for corresponding AKONT,this AKONT will not depanding to other,but if i enter KUNNR automaticaly DATE field change to mandatory, KUNNR should be depend to DATE...
Asok...
2008 Dec 09 2:03 PM
you have to do something like this:
AT SELECTION-SCREEN.
IF ( kunnr-low IS NOT INITIAL OR kunnr-high IS NOT INITIAL ) AND
( date-low IS INITIAL AND date-high IS INITIAL ).
==> issue message here that date field is mandatory if kunnr is filled
ENDIF.
2008 Dec 09 2:04 PM
Hi
U need to insert some validations in the event AT SELECTION-SCREEN
Max
2008 Dec 09 2:11 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |