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

Former Member
0 Likes
310

Hi All,

I have one BDC which will update all tables. But according to my requirement , it sud not update all the tables. And a few tables are to be updated using this BDC.Pls can anyone explain me how to proceed with code .

Thanks,

Chakradhar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
294

Can you paste BDC? You can include IF conditions in the BDC. There has to be some field indicating table name to be enterd. When you dont want certain table. Then skip entire BDC from that step.

Reward if useful!

2 REPLIES 2
Read only

Former Member
0 Likes
295

Can you paste BDC? You can include IF conditions in the BDC. There has to be some field indicating table name to be enterd. When you dont want certain table. Then skip entire BDC from that step.

Reward if useful!

Read only

Former Member
0 Likes
294

Hi

U debug the program and check the code.

In that one there is statement called

perform bdc_field using.........

there u can observe in which table it is updating.

By that u can manage .

Points if useful.

(yuganhdar.p)