cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to JDBC

Former Member
0 Kudos

Hello

my scenary is IDOC to JDBC.

from SAP R3, i need to know if data was update in the target system: what data, how many register,... I can use synchronous messages or asynchronous messages with aknowledgments .

My question is, for return this information (data, number register,..) what is better system? It's necesary using BPM?

very thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

Your question is not clear ,waht info you want

1. IDoc to Jdbc need to asynchronous

2. Idoc ack can be sent back for status

What exactly you want is not clear

Rajesh

former_member181955
Contributor
0 Kudos

Hi

You can do this scenario with help of BPM with the following

mentioned steps.

Receiver

Sender (Mode:Synchronous)

Sender (Mode:Asynchronous)

Thanks

Prasad Nemalikanti

prateek
Active Contributor
0 Kudos

It seems to be a scenario and not a scenary

If you have to use Idoc as sender (and not RFC or abap proxy), then you will have to use BPM as Idoc won't support proxy calls. Abap proxy would be a good choice.

Regards,

Prateek