cancel
Showing results for 
Search instead for 
Did you mean: 

Extractor with class exceptions

Former Member
0 Kudos

Hi,

We all know the classic generic extractor template. This one works with the old school exceptions, but can't be used when you work e.g. with the new syntax of the provide command. I was wondering if there exist a template or example of a extractor which works with class exceptions. Or doesn't RSA3 and BW in general support this?

Eddy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

>

> the classic generic extractor template

what do you call the "classic" template? the function module interface or the query infoset interface?

eddy_declercq
Active Contributor
0 Kudos

The function module

Former Member
0 Kudos

you may want to try this then:

http://help.sap.com/saphelp_nw70/helpdata/EN/25/8f4dd72b0f9f4fa6712fcf2f65f505/content.htm

somewhere in the online help, it gives you real specifics... I'll try to look it up again... basically, you'll create an ABAP program to serve as your extractor... you only need to add 2 key words at specific points in the code... that's it

here are the specifics:

http://help.sap.com/saphelp_nw04/helpdata/en/d2/cb43cc455611d189710000e8322d00/content.htm

Edited by: RafB on Oct 8, 2008 3:00 PM

eddy_declercq
Active Contributor
0 Kudos

You're referring to SAP query. I want the FM as described in http://help.sap.com/saphelp_nw70/helpdata/EN/86/1c8c3e94243446e10000000a114084/frameset.htm but with exception classes instead of classic exceptions

Former Member
0 Kudos

with the function module interface, you're pretty much stuck with the "frame" that SAP delivers you