Hi Experts,
I have a requirement where I have to fetch records from ECC-DBM.
Details:
To fetch customers who were invoiced in a date range (say monthly) from a particular service station.
Now i was able to find the tables in ECC-DBM:
invoice: VBRK
service order: /DBM/VBAK_DB
document flow:/DBM/ORDER03 - this may not be necessary
I used the t code sq02 to create infoset joining the first two tables as shown below:
Now I have to extract "customer" from "invoices" created within a "date range" from a particular "service station"
The fields I have identified here are: sold to party for customer; billing document for invoices ; billing date for billing index and print out for date range and plant for service station
I saved the infoset (with package as local object) and generated the infoset.
Later in CRM I created attribute list with the above infoset.
On using it for segmentation I am not able to see any count hitting in the segmentation profiles.I have a feeling something is not right in infoset creation/design.
I would really appreciate if some one can have a look and suggest me a way out :-)