on 2025 Feb 17 9:13 PM
Hi,
I am trying to do an enhancement which is in exit MOVE_TO_VBEP. I've added 3 Custom field
Certificate, Valid from and Valid to. If we get data in Certificate field (VBAP-ZZ1_CERTIFICATE) We need to give warning and ask user to provide data in Valid from and Valid To and we need to open the Custom fields tab so that user can but those entries. How to make this possible.
until now i tried
SET CURSOR FIELD VBAP-zz1_valid_from_sdi. - Did not work.
SCREEN-NAME 'field'
SCREEN-REQUIRED = 1. - Did not work
Request clarification before answering.
Hi,
i would go for a incompletion entry. Add the conditional entry via ABAP to the incompletion log.
Then on the custom UI for the additional fields control the input ready status of the field and navigation like this
IF FEHLER = 'X'.
SET CURSOR FIELD FEHLERFELD.
ENDIF.
Kind regards
Robert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
11 | |
10 | |
9 | |
6 | |
6 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.