2016 Apr 15 12:01 PM
Hello!
i am using FM CRS_SEND_TO_SERVER to send Data of Z-Tables to middleware.
to extract the data in Initial-Load i want to use Select Cursor, because this can be used generic for any table. unforunately the FM CRS_SEND_TO_SERVER somehow reset the cursor. (most likely with implicit commit work)
is there a chance to call the FM CRS_SEND_TO_SERVER without interupting my BLOCK-Processing? do you know if there is a possibility to call this FM without doing an ipliziz commit work?
did any body use this FM too? how do you do the block processing?
regards
Stefan Seeburger
2016 Apr 18 9:34 AM
Hello!
does any 1 have experience with this FM?
Regards
Stefan Seeburger
2016 Apr 18 9:34 AM
Hello!
does any 1 have experience with this FM?
Regards
Stefan Seeburger
2016 Apr 18 4:24 PM
Hi all,
i found the solution.
the fuba has to be called in background. thou it does not by just giving import parameter i_update_task = 'X'.
there need to be added 2 entries in ERP-CU-Tab CRMPAROLTP
the FM then gets called in Background mode and the cursor wont get resetted.
Regards
Stefan Seeburger