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-using-a-table-control/td-p/6230185
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