Hi Kornelia,
I wants to show sales orders inside account workcenter in newly created tab so i am using accountorgoif screen for this(screen extension). In that screen i have added one embedded component(EC).
In this EC i wants to show all salesorder repective of that account, for this i have used advancedlistpane which is bound to ItemSalesOrderItemOverview datalist.
1) And added one query which is bind with SalesOrder-.Item-.ItemSalesOrderItemOverview->QueryByElements
2) added a queryparameter : SalesOrderBuyerID-~content which bound with structure field(SalesOrderBuyerID) which is created in datamodel view under root.
3) for binding this EC with account WC , added one inport with one parameter which is bound to same structure field.And bound this EC to publicoutport of accountorgoif screen's accountid. But still its not working its showing all the sales orders irrespective of selected account., this is one issue.
I have issue in Embedded screen binding but still when i click on any row in that advanced list pane it shows all data in preview pane, but not the image.
Do you think this image issue is bcoz of EC binding?