cancel
Showing results for 
Search instead for 
Did you mean: 

DataSource with Extraction Method F1

0 Kudos

Hi there,

how can I create a custom datasource which extracts the data with a function module and the extraction method F1 (complete interface).

Thanks in advance

Lutz

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Lutz,

You can create it from RSO2 -> transactional datasource> Here you need to give the Extract structure and name of the Function module...

Before above process you need to Build up a structure (It contains all the fields of your extraction called as extract structue),Byusing this structure in Function module you can code(Use template RSAX_BIW_GET_DATA_SIMPLE)....

Don't forget to assign points,If it is useful..

Former Member
0 Kudos

Hi Lutz,

I think you can achieve the same with the generic datasource and extraction method F2. As you are the developer of the fm, you can implement the logic as it is best for your requirement. As a template for this fm you can use 'RSAX_BIW_GET_DATA_SIMPLE'.

Hope this helps

regards

Siggi

0 Kudos

Hi Siggi,

thanks for your reply. But it did not solve my problem. I need the complete interface (F1) because I want to generate a data source with delta functionality. The delta is only supported with the F1 interface.

regards

Lutz

Former Member
0 Kudos

Hi Lutz,

if you use the method I already described, you also need to generate a datasource using rso2. For this datasource you can specify a generic delta. With this you will be able to work. Additionally, I think you can just copy one of the F1 function modules and create your extract structure. And what I already did (but that was with 2.0), I created my own entries for this datasource in roosource and roosfield. I have some simple ababs for this. But it is not recommended to do that. If you need to know some more about this let me know.

regards

Siggi