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

Extractor development for Function Module

Former Member
0 Likes
505

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

View Entire Topic
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 .