cancel
Showing results for 
Search instead for 
Did you mean: 

Populating the Delta field of a Generic Datasource using CMOD Exit

Former Member
0 Kudos

Hello

I have created a Genric Datasource on a view of two tables. I have selected a date field in one of the two tables for Delta in RSO2. The value in this field does not serve the pupose of a time stamp. I have selected

I need to populate this field through a code written in Customer Exit CMOD. This code will fill this field with a date coming from different sources depending on certain cases. The values as populated by the Ciustomer Exit is to be considered for Timestamp evaluation

My Question is as follows:

1. Will the Customer Exit be executed before the evaluation of the Time Stamp for Delta Extraction, or will it be after ?

I hope this is clearly laid out.

Thanks

Regards

Zubin Kurian

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Praveen

Thanks for your reply.

Can my requirement be met if I create a Datasource using Function Modules ?

regards

Zubin

former_member205352
Active Contributor
0 Kudos

1. Will the Customer Exit be executed before the evaluation of the Time Stamp for Delta Extraction, or will it be after ?

Ans : Customer Exit will be executed after the evaluation of timestamp for delta.

I dont think this will solve your purpose.In your case delta will never be pulled.

Use a standard date field in the table.

Hope this helps.