cancel
Showing results for 
Search instead for 
Did you mean: 

Delta records doesnt show up in RSA7

Former Member
0 Kudos

Hello,

I am using a standard datasource and a generic datasource. Both use Delta update method AIMD. The init with data transfer worked properly. After that I changed an existing record and added a new record in the backend table - but this change doesnt reflect in RSA7. And consequently the changed/new records are not extracted to BI.

Why the delta doesnt show up in RSA7?

Also, the timestamp is not displayed in RSA7 either.

Thanks & Regards,

Labanya.

Accepted Solutions (0)

Answers (3)

Answers (3)

pradeep_gupta
Active Participant
0 Kudos

Have a look at the above thread. Good to brush up your concepts.

Former Member
0 Kudos

Hi,

I am using a standard datasource and a generic datasource. Both use Delta update method AIMD. The init with data transfer worked properly. After that I changed an existing record and added a new record in the backend table - but this change doesnt reflect in RSA7. And consequently the changed/new records are not extracted to BI.

Why the delta doesnt show up in RSA7?

Assuming that its standard LO datasource which is not fetching any data in RSA7, please check the delta update mode for it in LBWE. If its Queued delta, then this transaction would be lying in LBWQ. You would have to schedule the job in LBWE to push the

data from LBWQ to RSA7.

If you have enhanced the standard datasource during its implementation, there is a possibility that when you changed the existing record, the only field that was changed was this zfield. In that case, delta would not be captured at all as deltas cannot be triggered for change in enhanced zfields.

If its a generic datasource, you need to check the delta field. If the delta field is calday, then please note that deltas can only be fetched once in a day becasue the delta pointer would change only once a day. Any further changes to the records can only be captured next day.

Also, the timestamp is not displayed in RSA7 either.

Delta pointer would only be shown for generic datasources and not for standard datasource. Please let us know that for which datasource, you are not getting timestamp.

former_member186445
Active Contributor
0 Kudos

which one is not working , the standard, generic or both?

what is the standard datasource you're using?

did you consider the offset?

on which field to you have the delta in the generic one and are you sure that the change you make leads to the delta pointer changing?

how is the generic one defined, on a table/view or FM?

if it's based on a FM you need to handle the delta in the coding?

please consider these questions and provide more detailed info else it's just guessing...

M.

Former Member
0 Kudos

Hello M,

Delta is not working for both.

Standard datasource - 0FC_ACCNTBP_ATTR_2.

Generic one is defined on table FKKVKP, delta based on Contract Account ID.

I have not maintained any safety interval.

Thanks & Regards,

Labanya.