cancel
Showing results for 
Search instead for 
Did you mean: 

Change existing data extracted by the standard extractor

Former Member
0 Kudos

Is it possible to use the user exit ZXRSAU01 to change the data content extracted by the standard extractor.

I am working with one of the LO extractors, and I would want to change the field ERNAM to get it from some other table instead of the table that the standard extractor gets it from.

I tried the code from ZXRSAU01 and it doesn't seem to change the existing data.

Is the user exit only used for filling and not changing the existing data extracted by the LO extarctors?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks. I'll look at your suggestions.

Former Member
0 Kudos

Hi Edna,

You can even modify your data in the exit, but the particular exist must be active. Have you assigned any project and activated the project? Did u try debuggin in RSA3? tyr putting a breakpoint and see whether the execution goes through your code?

Regards

Sriram

Former Member
0 Kudos

Hi,

well it should work as you expect it to work. I think there is something wrong in your coding or you didn't assign the exit to a project and activate the project. (cmod).

regards

Siggi