I have a zSAPPOType field set up in ttEKPO and I've defined Field Groups to use that (pic below). I've assigned the Field Groups to the Object in design and have split the target field (EKPO-MENGE) for mapping across the Field Groups (pic below). Automation is generating the SQL correctly (pic below) _except_ that I am sure it is meant to add an additional element to the WHERE clause to filter on the Field Group, something like
...
WHERE ...
AND (zSAPPOType = 'Material')
I'm positive I've had this working at a past project in DSP 6.x but it's been a while and I am probably missing a step somewhere. Any ideas how to get the result I expect?
Thanks in advance, screen shots follow ...
Field Groups:
Mapping:
Generated SQL:
Comments
3 comments