Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

FM CRS_SEND_TO_SERVER BLOCK-Processing

former_member220028
Active Contributor
0 Kudos
349

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

1 ACCEPTED SOLUTION

former_member220028
Active Contributor
0 Kudos
167

Hello!

does any 1 have experience with this FM?

Regards

Stefan Seeburger

2 REPLIES 2

former_member220028
Active Contributor
0 Kudos
168

Hello!

does any 1 have experience with this FM?

Regards

Stefan Seeburger

0 Kudos
167

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