我收到语法错误:
“IT_COMBINE”是一个没有标题行的表,因此没有名为“EBELN”的组件。
我尝试过使用“进入相应的字段”,但这不起作用。
我的代码:
19 Data it_combine type standard table of ty_combine.
...
32 select ebeln lifnr ekorg bsart ekgrp
33 into table it_po
34 from ekko
35 where ebeln = it_combine-ebeln. " <=== SYNTAX ERROR
...