cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancing Function Module Extractor

Former Member
0 Kudos

Is it possible to enhance an extract structure which is using a function module as an extractor.

Basically I want to extract some more fields which the function module is not extracting. Can someone let me know how to do this.

Best Regards,

James.

Accepted Solutions (0)

Answers (1)

Answers (1)

edwin_harpino
Active Contributor
0 Kudos

hi James,

is it generic extractor or business content ?

if generic extractor, since it's our own, you can add field(s) in extract structure and add code in the function module to populate these fields.

go to transaction RSO2, and you will see the extract structure, use SE11 to 'change' the structure and activate. then add code in function module, use SE37.

if business content, RSA6, choose your datasource and double click the extract structure and click 'append structure', add field(s) with prefix ZZ. activate the structure.

and populate the field(s) via user exit ZXRSAU01 (for transaction data).

hope this helps.

Former Member
0 Kudos

Hi A.H.P,

Thanx for ur reply. It is a business content extractor. I will try populating the fields using the User Exit and will come back if I have any problem.

Once again thanx for ur help...

Best Regards,

James.