cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Module Extractor with Delta Functionality

Former Member
0 Likes
792

Hi Friends,

I have to extract the entire data of CDPOS table in R/3 , as its a cluster table I am unable to build a view, I am planning to go for FM extraction, Could someone help me as how to build it with Delta Functionality.

I think I need to develop the Datasource, with Extract Structure,( Do I need to create a Structure in SE11) Please help me out .

Thanks,

Krish

View Entire Topic
Former Member
0 Likes

Hi,

you can either use an existing structure or else create one on your own. (SE11).

The DeltaHandlig fairly easy.

When having finished the extractor (FunctionModule, Structur and DatasSource), go to the "generic Delta" button and select the relevant field.

The Generic Delta and its DeltaPointer is managed within the DeltaQueue (RSA7) and works more or less like a selection. Don't think too hard about it in your function module except taht you need to select by this field in your FM.

Did that come clear?

hth

Cheers

Sven