Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Check table entry in screen

EricYu0912
Product and Topic Expert
Product and Topic Expert
0 Likes
822

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

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

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
754

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".