on 2024 Dec 12 12:39 PM
Hello experts,
While creating validation in Manage Substitution and Validation Rules in S4Hana public cloud (2408) rule to prevent the user from selecting a date greater than current date or System date when I give Posting date in Field/Function value will show the calendar to select the date and will not take condition <= SYST-DATUM
Below are the inputs I am giving while creating validation role
Its giving below error
The value SY-DATUM of field PostingDate has a wrong format and cannot be processed.
Kindly suggest me how to give the validation role.
Request clarification before answering.
Comparing two fields with operator <= is currently not possible in the fiori UI of the Substitution/Validation app.
a workaround is to use badi in app custom fields and logic where you could have a
Check
BKPF-BLDAT <= SYST-DATUM
See help documentation on BAdIs for Substitution for Journal Entries
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
7 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.