Question:
hello, i'd like to know wether it's possible for BIZTALK 2004 to send a "table like" structure to SAP (4.6C) calling an RFC.
This is, i'd like to send several table lines into SAP one time only.
I don't need to know (ate the moment) how this is done but if someone here knows how to, or has a link teaching this i'd aprecciate that though, I'd just like to (as soon as possible) know if that's possible.
Thanx in advance.
Answer:
This answer is sort of late, but I am a very "young" member on SAPFans...
There are two ways, either You use the Microsoft SAP Connector (cost "some" $ for BTS2004; I believe free with BTS2006) or write Your own adapter using the "SAP .Net Connector".
Actually I used the 2nd approach, not because of the fee for the MS Adapter, but it generated wrong schemas for custom BAPIs in our project.
To write Your own BTS2004 adapter You should have a look at VS.NET Adapter Framework Wizard Sample and Socket Adapter Sample.