2024 Apr 05 8:01 AM
Hi experts,
I have created a table control with wizard, so I could enable the input fields option. I have seen the method, how to extract data from it, however, right in the flow logic, I get the error: 'LOOP' cannot be assigned to any field.
in the PBO section (and also in the PAI section):
LOOP WITH CONTROL my_tc.
(module something.)
ENDLOOP.
I refered to the following problem: https://community.sap.com/t5/application-development-discussions/table-control-how-to-accept-input-u...
However, it fails right in the PBO section, with the error. I've also read that this error occurs when you haven't created the table control yet, but it's not the case here.
If anyone's familiar with the issue, could you please help me out?
Thanks and regards,
batyu
2024 Apr 05 8:42 AM
Check your table controls definition
2024 Apr 05 8:49 AM
Hi Raymond,
thank you for your answer.
I have the definition in my program, everything is activated...
2024 Apr 05 9:13 AM
2024 Apr 05 9:25 AM
It's probably not!
I put a breakpoint to the definition, but it never activates the debugger. How do I fix this?