Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9080

Re: Generic Extraction - FM - delta enabling

$
0
0

Hi Radhika,

 

Using dummy field for Time stamp / date won't solve your problem. For delta to trigger, value of those fields must be changed or updated whenever you create or change corresponding document.

 

Below are few options for your requirement:

 

1.

Here you need to understand relationship between tables. As you have given example of VBPA table.

 

VBPA does not have any date or timestamp related field, but it works along with VBAK & VBAP tables as all these tables have common VBELN (Sales Document) as primary key. So you have VBAK & VBAP with delta specific fileds.

So whenever any new document is created or changed in VBAK & VBAP, your delta logic should pick up those records from VBAK & VBAP tables and along with this you need to pick the corresponding records from VBPA table using VBELN field. This is how your delta logic will work. You need not to have separate delta specific field in VBPA.

 

You can get table relationship information from functional consultant.

 

On parallel lines you need find relationship between other tables & prepare the logic for delta trigger.

 

2.

Then also if you need to build delta logic for VBPA table then in that case you can use two tables CDHDR & CDPOS. In these two tables changes in the ECC tables get stored along with change date.

 

On SDN you can find information about the working of CDHDR & CDPOS tables.

 

But these table has performance issue as most of the ECC table changes get recorded in these two tables.

 

Hope this 'll solve your problem.

 

If you find this answer relevant, please assign points to this answer.

 

Thanks & Regards,

Pradip Nikam


Viewing all articles
Browse latest Browse all 9080

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>