Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC Processing thru RFC connection

Former Member
0 Likes
933

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

3 REPLIES 3
Read only

0 Likes
677

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

Read only

0 Likes
677

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. 

Read only

kamesh_g
Contributor
0 Likes
677

Hi

Did you created structure in source and target systems . Is you target system is SAP or non SAP .