Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in mass extraction

Former Member
0 Likes
363

We have given the values required for the extraction.

When I click on start Extraction button,its showing "Extraction started".but,when I click on display jobs button,showing "Job list is empty".

Error log shows...

Transaction Canceled 00 671

Task : 04216

Process : V1 Update Task No. 010

Program : RSM13000

Problem cl : SAP Web As Problem

Package : SDYN

Please help us.

1 REPLY 1
Read only

Former Member
0 Likes
321

Hi Ramu,

Here my understanding of the two delta options in Generic Extraction...

New status for changed records means:

Order no Quantity

1000 10

Lets say order changed to quntity 8, in this case two records will posted to BW in first case.

Order no Quantity

1000 -10

Order no Quantity

1000 8

Now we come to Additve delta.

for the same case it will send the same record as

Order no Quantity

1000 10

changed record

1000 -2

This is the way these two options work. New status with changed records should be used only in association with ODS and not cube as we all know that cube does not have overwrite option.

Additive delta we can use for ODS and Cubes with update mode Addition

kindly reward if found helpful.

cheers,

Hema.