cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Sender Structure

Former Member
0 Kudos

Hi All,

I am create a JDBC --> IDoc scenario.So at the sender end I am trying to create the structure as given below,

DT_JDBC_SENDER

>row (1...unbound)

>>field1

>>field2

>>field3

>>.......

>>.......

Am I right , suggest me if I am wrong.

Thanks,

Venu

Accepted Solutions (1)

Accepted Solutions (1)

former_member206760
Active Contributor
0 Kudos

correct..

see to it that you write a correct query on the sender adapter as well where the fields and there sequence should correspond to the ones specifed in the data type

Answers (2)

Answers (2)

Former Member
0 Kudos

Yes it is correct.

Refer this link for more info..

http://help.sap.com/saphelp_nw04/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/content.htm

Sarvesh

Edited by: Sarvesh Singh on Mar 17, 2009 11:17 PM

Former Member
0 Kudos

That is fine. Row can be considered your Recordset. fields can be considered to correspond your database fields.

Regards.

Liang