cancel
Showing results for 
Search instead for 
Did you mean: 

How to create the extraction structure having the FM

Former Member
0 Kudos

Hi experts,

I want to create one generic datasource with extraction by FM (function module): STATUS_TEXT_EDIT. But, i need a extraction structure so as to create it.

Does anybody know how to create the extraction structure having the FM?

Regards,

Pablo Moraes

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Create the strucutre from SE11 with the fields that are required for you in the data source. Now you have to wite the function module like the silimar one you're mentioning and you have to fill the data into your structure from this function module.

Regards, Siva

Former Member
0 Kudos

Hi Pablo,

When it is a custom FM extractor, the ES is also custom. It depends on the fields you want to have in your DS. Create a structure which includes all the fields you want to see in your datasource and provide that structure as the structure to your custom FM extractor. The logic to fill these fields are however written in the FM. Hope it helps.

Thanks and Regards

Subray Hegde