how to use CONVERSION_EXIT_INVDT_OUTPUT on SAP R3? in BODS

I’m extracting data from SAP R3 by using SAP ABAP data flows(already installed functions on SAP R3).

1st I imported function CONVERSION_EXIT_INVDT_OUTPUT into SAP data store

2nd I used it on Data flow and executed but there is showing error massage “Function <conversion_exit_INVDT_OUTPUT> is not RFC_ENABLED”

my question is Are there any ways to use the installed function(Z_AW_…) to execute conversion_exit_invdt_output function on Data services?


thanach (BOB member since 2011-07-12)

Use it in a query of the ABAP dataflow!


Werner Daehn :de: (BOB member since 2004-12-17)

:smiley: Thank you very much! Werner Daehn for your help. now I able to user this function in R3 dataflow.

Previously,After i imported this function into SAP data stored I thought it cannot be used in R3 data flow. so i tried so many times to do on normal Dataflow and never sucessful.


thanach (BOB member since 2011-07-12)

I know and you would expect that you can use everything everywhere.

But inside a regular dataflow all we can do in calling functions via RFC - hence the function needs to be RFC enabled in SAP which it isn’t.
And in ABAP dataflows there is the limitation that we do no support table parameters for functions.

Sooner or later we have to get rid of as many limitations as possible.


Werner Daehn :de: (BOB member since 2004-12-17)