Application Development 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: 

Problem in CC01 BDC and change number BAPI

Former Member
0 Kudos

Hi All,

When we are creating change number from CC01 by BDC , some times the BDC is not generating change number.

Most of the times the change numbers gets generated. But it is failing sometimes.

Have tried with wait statements before we pass for call transaction.

So for alternate measure we are also using bapi CCAP_ECN_MAINTAIN but it is not attaching the components inside material BOM Tab.

Could you please tell what are the parameters we need to pass for CCAP_ECN_MAINTAIN to have material attached inside the MAT BOM TAB.

regards,

SG

5 REPLIES 5

Sandra_Rossi
Active Contributor
0 Kudos

It seems that your question is not about the BDC (your question is about the function module), but did you really try everything with your BDC? What are the errors returned by the BDC?

0 Kudos

Hi,

I am geeting the error in BDC as " No batch input data for screen & & ".But not always . Its happening once after 5 or 10 iterations.

regards,

Sanjoy

0 Kudos

this is normal with BDCs to have this kind of problem, it happens when the data you enter makes display a different screen than the usual one. You need to check that by calling the transaction in 'A' mode (display all screens while executing the call transaction), and try to find out why this screen appears. When you know, then you can conditionally fill the BDCDATA structure.

Former Member
0 Kudos

have solved it

0 Kudos

please give a feedback