cancel
Showing results for 
Search instead for 
Did you mean: 

Abort from an extractor so that Delta time stamp on R/3 won't change

Former Member
0 Kudos

There is a condition which is occuring in the R/3 extractor and it is sending corrupted data to BW.We need to log the record info to a table and exit out of the extractor at that point so that delta will be a failure and time stamp is not changed,

So that after investigatoing the wrong data we can rerun the delta.

Here is the sequence of calls to this exit.

Extractor (Based on FM) -> user exit for this extractor to enhance -> function module to lookup some cd.

I will be checking for cd = ' ' in the above function module and if it is empty I will log the record data into a table and I need to exit out of this entire extractor so that the delta will be set as failure and the delta timestamp on the R/3 side won't change.

There are couple of options I think like 1.Exit , 2.Leave Program, 3. Abort etc.Kindly let me know which one best fits the above requirement of making the delta a failure.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Use MESSAGE statement with appropriate message type to exit the program...