i have a parameter called zzzzz
i want that the user can chosse only '99' and '88'
how i do it?
thanks.
Request clarification before answering.
pass the values 99 & 88 in a field in an internal table and use Function module 'F4IF_INT_TABLE_VALUE_REQUEST' to c these values when user presses F4.
to validate, u can issue an error message if he enters something else.
eg.. if ( val <> '99' or val <> '88' ).
message 'value not proper' type 'E'.
endif.
Regards,
Bikash
thats exactly what i meant when i said populate values 99 & 88 in an internal table & use FM for F4 help. it ll pop up these 2 values in the box when user clicks F4
Message was edited by: Bikash Agarwal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.