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

Problem with BDC calling Tcode CA02

Former Member
0 Likes
1,146

Hi,

We have a custom report (Z report) using BDC to call the TCode CA02 to update the routine in both Dev and Testing systems.

The problem is in Testing system, when BDC calling CA02 to update routine, no new row was created in table PLMZ (Allocation of bill of material items to operations) while in Dev system was. And this cause the incorrect data issue.

I have checked and found that all parameter's values passed to BDC are identical in both systems.

Please advice me how to resolve this.

Thanks,

Khanh

8 REPLIES 8
Read only

aabhas_wilmar
Contributor
0 Likes
1,062

Make sure all the config settings and Master data are identical as well in both the systems.

-Aabhas

Read only

0 Likes
1,062

THOUGH I HAVE NOT CHECKED CA02 NOW BUT IF THERE ARE MULTIPLE TABS THEN THERE MIGHT BE A SEEN THE CORRECT TAB NEEDS TO BE SELECTED.

IF ERROR IS LIKE "VAR" IS NOT A INPUT SCREEN FIELD THEN CHECK THAT CORRECT TAB IS IN FOCUS WHEN BDC IS RUN.

Read only

0 Likes
1,062

Hi Aabhas,

Could you pls guide me more on detail which config settings and Master data we need to check?

Hi Gaurav_AKS,

The BDCDATA tables are identical in both systems.

Thanks,

Khanh

Edited by: khaliachika on Apr 30, 2010 5:11 PM

Read only

0 Likes
1,062

Hi khaliachika

,

I had faced on similar problem once.

BDC working in Development system correctly but when it went to quality system its not working.

What we found is there are some user based settings in SAP which will change screen numbers and some settings etc..

Due to that it calls wrong screen number etc..

For this its always better to find any BAPI or FM to do the same functionality.

Thanks

Naresh

Read only

0 Likes
1,062

Hi Naresh Nelapatla,

Thanks for your sharing.

I have checked and found that the problem come from Tcode CA02 itself, not the BDC.

In Dev system, when I re-assign the routing, it works. But in TS1 system, when I re-assign the routing, it does not work.

Please advice me on this.

Thanks,

Khanh

Read only

0 Likes
1,062

Moderator message - If your question is answered, please assign po1nts to helpful answers and mark this as closed. Rob

Read only

0 Likes
1,062

Hi,

Sorry for my unclear explaination.

I mean, previously I thought that the problem comes from my custom program but it does not, it comes from my standard Tcode CA02. That means my issue is not because of the BDC.

When I try to re-assign the Operation for the general Routing from CA02, it updates for both General Routing and specific Routing for a Sale Doc in Dev System but IT ONLY UPDATE for General Routing without updating for specific Routing in Test System.

Please advice me.

Thanks,

Khanh

Read only

0 Likes
1,062

Since it's really a different question, you should still close this one and open a new question with a subject line that accurately describes the new problem. But close this one first (mark as answered) or the new one will be locked.

Rob