‎2004 May 25 6:47 PM
I have created a bapi that will post an invoice using a call transaction for t-code FB60 using a BDC session. The function works when it's tested thru the SAP GUI. But if it is executed using a RFC connection to SAP with a .NET connector, the BDC process fails on the first call. The error is that not data was supplied for the screen. However, the data is being passed.
Has anyone has this same type of problem with BDC processing thru a RFC connection?
Thanks
‎2004 Aug 06 9:36 AM
Hello, this is Thomas.
We met the same problem when we using the java connector too. We have solved it.
You should "not" declare the structure yourself. All you have to do is copy the schema from the RFC and reassign the value into the structure, and the RFC will work.
Share with u.
Thomas
‎2015 Feb 11 6:33 PM
Hi Thomas.
We are facing same what same problem in our project.
We are calling FB60 BDC from UI5 but its not getting successful.
From above explanation, What we have to do exactly?
I haven't got you.
‎2015 Feb 11 7:40 PM
Hi
Did you created structure in source and target systems . Is you target system is SAP or non SAP .