cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC -> BAPI

Former Member
0 Kudos

Hi,

I have a scenario where i have to sent a set of lines of data from the SQL server and the receiver BAPI should recieve this data in an internal table.Is this possible?If yes,what all steps shud i do?

Thanks and Regards

Jishi

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

just map "set of lines" to the bapi-XML table

if you get your sql lines a many messages than you have to collect them first inside the BPM (collect pattern)

Regards,

michal

Former Member
0 Kudos

Hi Michal,

I am sending a single message of multiple rows in this scenario.In such a case will i have to use the BPM (collect pattern)?or do i have to just do the mappings and all?

Thanks and Regards,

Jishi

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

if you just want the multiple rows from one message to

an internal table of a bapi then you don't have to use BPM

Regards,

michal

Answers (1)

Answers (1)

Former Member
0 Kudos

Usually 0:unbounded data (in case of JDBC <b>row</b>) is mapped to the BAPI structure table 0:unbounded.

That is BAPI structures made by <b>Table Types</b>, they exactly represent the way you create the data types in XI.

regards

Shravan