Application Development and Automation 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: 
Read only

FM CRS_SEND_TO_SERVER BLOCK-Processing

Former Member
0 Likes
1,094

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
Read only

Former Member
0 Likes
912

Hello!

does any 1 have experience with this FM?

Regards

Stefan Seeburger

2 REPLIES 2
Read only

Former Member
0 Likes
913

Hello!

does any 1 have experience with this FM?

Regards

Stefan Seeburger

Read only

0 Likes
912

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