hi
While initializing delta for a datasource you can specify a selection criteria.. for e.g. in 0ARTICLE_ATTR you can specify selection criteria for MATNR field.
What is the meaning of this selection criteria?
Is this used to track delta changes?
Is there any doc that explains the use of this selection criteria?
Regards
Mihir
Hi Mihir !
If you use MATNR in selection, you will be able to extract only these MATNR codes!
clearly, when you perform a delta, all the records extracted will be in coherence with the init selection..so, if you'wll need some other articles, you have to add these codes in additional init loads.
Generally speacking:
- in your source system, in table ROOSFIELD, you can see all the fields for which you can perform a selection per datasource (field 'selection' = 'X')
- when you perform an init, data are loaded in accordance to these selections
- if you don't put anything, you will extract all
- when you perform a delta load, you will extract records in accordance to the same init selections
- if you do several init (this is possible, but the selection conditions have to be not overlapping!), you will be able to perform only one delta with all the selections of all the init load (merged)
Hope it helps...
Bye,
Roberto
Hi Mihir
The selection criteria for the init delta can very much be compared with a standard full load. Basiclly it means that you will only get an initial load of data for the criterias which you enter ex. material number 9999 or calender day 01.2004 to 12.2004.
However since this is a init delta it also means that all the future delta loads will only deliver delta data which is included in your initial delta selections. That is only records which are new or have been changed and where the calender day is between 01.2004 to 12.2004. All other data wil not be loaded wit your delta loads.
Hope this helps You
Regards
/Frank
Add a comment