cancel
Showing results for 
Search instead for 
Did you mean: 

Don't want JDBC Response.

Former Member
0 Kudos

Hi,

I have a RFC -> XI -> JDBC Scenario.

I don't need the number of inserted rows, but the response of JDBC brings to me. How do I do to ignore it? Because a error appears in <b>Request Message Mapping</b> Step of <b>Response Msg</b>.

The <b>ProcessingMode</b> is synchronous even if I configurated the Message Interface as asynchronous.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Luis,

you need to send the RFC request asynchrounous:


CALL FUNCTION 'Z_MY_FUNC'
IN BACKGROUND TASK
DESTINATION 'MY_DEST'
...
COMMIT WORK.

Regards,

Udo

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Luis,

As it is an RFC -- XI -- JDBC .. is it RFC call a synchronous call or asynchronous call?

Are you using a BPM? Can you give us more details?

Regards,

Bhavesh