‎2007 Oct 01 9:55 AM
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.
‎2007 Oct 01 10:00 AM
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!
‎2007 Oct 01 10:00 AM
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!
‎2007 Oct 01 10:02 AM
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)