Application Development 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: 

Table control as input fields: 'LOOP' cannot be assigned to any field.

batyu
Discoverer
0 Kudos

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

4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos

Check your table controls definition

0 Kudos

Hi Raymond,

thank you for your answer.

I have the definition in my program, everything is activated... 

0 Kudos

Is navigation from your source to the definition successful?

0 Kudos

It's probably not! 
I put a breakpoint to the definition, but it never activates the debugger. How do I fix this?

batyu_0-1712305496582.png