cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC TO JDBC with many store procedures

Former Member
0 Kudos

Hi all,

I'm developing an IDOC to JDBC interface that should update 3 different store procedures with the same idoc.

In the data type of the JDBC I wrote 3 different actions, one for each table of the store, but the following message appears :

Attribute "name" of element "/schema/complexType("RQ_VMI004PI_2JDBC_DT")/sequence/element("STATEMENT")/complexType/sequence/element("ROWS")/complexType/attribute("action")" has the value "action" that has been already used in element "/schema/complexType("RQ_VMI004PI_2JDBC_DT")/sequence/element("STATEMENT")/complexType/sequence/element("ROWS")/complexType". Ensure that all attributes and elements of each element have unique names when using the data type (enhancement) editor

Is possible to update 3 different tables using store procedures with the same data type or i have to create 3 different data types? Any idea?

Regards,

Roxana.

Accepted Solutions (1)

Accepted Solutions (1)

VijayKonam
Active Contributor
0 Kudos

I am not sure if you can execute 3 SPs in a single transaction. Best way is to create a 4th SP which call these 3 SPs inside it.

VJ

Answers (0)