Hi friends,
I have a scenario in which I have a certain number of reports to be generated through SAP and the data for which is to be passed through SQL. In the SQL database, i have a single table that will give the details of the reports to be passed to SAP. The BAPIs, on the other hand,have limited scope in that each BAPI will generate only 2 reports or some such thing.
So, my query is : Can the same Stored Procedure passing the same data to both the BAPIs(4 same fields passed to different BAPIs) be used in two simultaneously running BizTalk applications? i tried this and the problem that i'm facing is that the second one is not getting connected to SAP.
Kindly suggest an answer at the earliest.