‎2020 Jan 07 9:38 AM
is there a method to check that a data entered by input must respect the length of the domain of the data element in order to display an error in output?
‎2020 Jan 07 9:53 AM
It is not an easy task.
Maybe you could try to catch the exception CX_SY_CONVERSION_ERROR and manage the error.
I am not sure it will work for example if the domain contains possible values
‎2020 Jan 07 2:09 PM
List of domains and their attributes like output length and conversion exit = table DD01L
‎2020 Jan 08 7:10 AM
Hi,
Your question is not clear to me.
If your input field is created with reference to a domain/data element, then then system will not allow you to enter more than the defined length.