Experts,
I need some help coding this Abap.
Scenario: I am Loading some data from DSO1 to DSO2. I have to filter out some documents in a start routine looking up a master data table.
My master data table has the following fields
Key: K_MINMAX,K_BUSAREA,0PROD_HIER
Attributes: K_MINPRC,K_MAXPRC (These are key figures).
Now my logic in the start routine should say,
When K_MINMAX = 100 AND K_BUSAREA = 2000 AND 0PROD_HIER = SOURCE_FIELDS-MATERIAL_OPRODH3 (NAVAIGATIONAL)
AND SOURCE_FIELDS-PRICE < K_MINPRC (From the master data table) AND
SOURCE_FIELDS-PRICE > K_MAXPRC (From the master data table).
Delete Data Package.
Can somebody help me code this....
Thanks
Raj