cancel
Showing results for 
Search instead for 
Did you mean: 

Delta Enabling of 0GL_ACCOUNT_ATTR Datasource

Former Member
0 Kudos

Hi All,

0GL_ACCOUNT_ATTR datasource is based on database table SKA1 and structure ZOXEED0206.

We have enhanced structure with cmod code to retreive data for non gaap measure.

Currently we are having full load with datasource.

But now we need to take delta loads with datasource.

0GL_ACCOUNT_ATTR is delta enabled. ALE change pointers take care of the delta. SACH is the change doc object for it.

Will enahnced structure data retrival (non gaap measure) be taken care as part of ALE change pointers.

Please suggest a way to achecive delta for 0GL_ACCOUNT_ATTR with enhancement structure.

Thanks,

Arun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi there,

since 0GL_ACCOUNT_ATTR is already standard delta enabled, don't need to do anything for that.

Simply run init/delta and also the enhanced structure will see those delta changes attached to it.

Hope this helps,

Regards,

Diogo.

Answers (2)

Answers (2)

former_member209032
Active Contributor
0 Kudos

Hi,

Check for yourself whether the changes are getting captured for enhance field or not.

1) GO to ROOSGEN table and find the message type for ur datasource.

2) Ask ur FI consultant to change the enhanced field in R/3

3) Give ur message type in BDCPV table(In latest version of ECC it is replaced by BDCP2 table) and do furthur restriction on user and time and see whether the changed record is there in this table.

4) If this is there then surely your changes will be brought in delta load.

Regards,

Raghavendra.

Former Member
0 Kudos

Hi Arun,

As far as I understand the change document and ALE delta mechanism, only those changes to the fields which are marked for capturing changes (flag exists in 'furthur chars' tab of the dataelement for a particular field) in a particular table, trigger delta for a master data extractor like 0GL_ACCOUNT_ATTR.

Delta would be triggered for the extractor if any of the fields in SKA1 (which have the change doc flag on at the data element level) change.

If the extractor is enhanced with a field from another table, any change to that field, I guess, would not trigger a delta to this extractor. Good way to find out is to run the datasource using RSO2, datasource menu --> ale delta. All fields will be listed and fields which trigger a delta on change have a green tick in the first column.

Edited by: Murali Krishna K on May 30, 2011 11:26 PM