cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc Acknowledgment

Former Member
0 Kudos

Hi,

I am working on a JDBC to Idoc Scenario,

When the idoc is created in SAP, i must send a acknowledgement back to another Sql Server like "Idoc Created XXXXXXX(Idoc Number)"

How it can be done?

Thanks

Srinivas

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Closed

Former Member
0 Kudos
turmoll
Active Contributor
0 Kudos

You can configure another scenario: IDoc -> XI -> JDBC

Schedule report: RBDSTATE which will trigger ALEAUD IDoc that contains information about (source) IDoc number and (source) IDoc status.

/Jakub

Former Member
0 Kudos

Hi Srinivas,

IDoc doesnot support synchronous calls. Best thing would be use an rfc or a proxy where they post the idoc and let them give the response back to xi and from there you can send the response message. Standard idoc communication doesnot suport this.

Regards,

---Satish