In the Screen Painter, I'm trying to add fields from table KNA1 declared globally in my program:
TABLES: VBAK, VBAP, KNA1.
What shows up in the program fields list are the fields from table VBAP assigned to table KNA1 The fields specific to KNA1 are not in the list.
In real life, there is no VBELN
field in table KNA1
, however there should be a KUNNR
field.
How to fix this bug ?