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

Extractor development for Function Module

Former Member
0 Likes
502

This is new project and we are working on Generic Extractor development with Function Modules. I am having a Function Module developed by the ABAP person, now I need to develop Extractor for this Function Module.

Could anybody please give the steps for this.

Thanks in advance

Prasad

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Prasad,

Use transaction RSO2 in R/3 to create a generic extractor, click on extraction by FM, specify your FM name (and underlying extract structure). Then you can save and select the fields required (with generic delta capabilities). Hope it helps.

Sree

Former Member
0 Likes

Just one more tips, when you give the Function module name, you have to assign your funtion module to a Funtion group. In other word, you have to create funtion group also.

Gandaki

Answers (1)

Answers (1)

Former Member
0 Likes

- Goto RSO2

- choose what kind of datasource u r creating and a name

- Choose the approriate app. comp. under which you want to create the generic datsource

- Click on Extraction by FM

- Give the function module name

Choose appropriate options, your datasource should be ready.

- check in rsa3 to make sure it can extract data (after activating the datasource)

Former Member
0 Likes

Thanks, I created the FM. It is extracting more no records and sometimes the running is inifinit.

And one thing in RSA3 Display Extr. Calls if i keep that 10 the extractor extracting records 10 times.

What is the problem and what would be the solution.

Thanks and regards,

Prasad.

And one thing I am unable to find this posted and answered questions from this forum, where can i check these answers after i logged into this forum.

former_member189410
Participant
0 Likes

hi,

for infinite running the reason is u didnt use RAISE NO_MORE_DATA.

u have to use this in ur function module .