2022 May 08 12:43 PM
Hi all,
I have a screen parameter which have a check table defined.
My question is how to implement the same by code instead of configuration in dictionary.
Anyone could help?

Regards,
Eric
2022 May 08 1:27 PM
The automatic check is due to the checkbox "required" in the foreign key (check table) of the ABAP Dictionary Structure or Table corresponding to the screen field name. Rename the screen field to anything that doesn't refer to ABAP Dictionary or use a name that corresponds to a DDIC structure without foreign key or foreign key without the flag "required".