cancel
Showing results for 
Search instead for 
Did you mean: 

Customer Exit (append of LIS extractor) - When is it executed?

Former Member
0 Kudos

Hi Guys

I have a LIS extractor on R/3 that is appended with new fields which are filled by a customer exit.

But I'm wondering at what point of time the customer exit code is executed? Is it when the document is posted to the extraction queue, when the v3/collective run is executed or at the point of time when the data is retreived (loaded) from the delta queue to BW?

Thanks in advance

Kind regards,

Torben

Accepted Solutions (1)

Accepted Solutions (1)

andr_klos
Explorer
0 Kudos

Hello,

it depends on the customer exit, which you have implemented. If it is an exit of the extension RSAP0001(EXIT_SAPLRSAP_001, EXIT_SAPLRSAP_002, etc.) the code is executed at time of extraction process.

Regards,

André Klos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Torben,

To answer your question, the fields that you specified in your user-exit are filled at extraction time, when it is sent to BW.

At this time, the system goes to the exit to collect the data that you want.

It is in the code of the exit that you select in which table and which fields to fill.

And you can go in degu mode in it just by putting a break point in the user exit code, just like in a program.

Regards,

Mickael

Former Member
0 Kudos

Thanks for the fast respons guys - in my case it is the EXIT_SAPLRSAP_001 which mean execution at extraction time.

Once again, thanks for your help

KR

Torben