‎2010 Mar 22 2:03 PM
Hello Friend,
I have written a BDC code to copy master recipe to Costing recipe for transaction C201. If I run all the process in C201 everythings work fine, however, if I run my BDC code (MODE 'N'), table MAPL is not getting updated.
Does anybody know what could be the reason?
Thanks,
Rohit
‎2010 Mar 22 2:39 PM
Hi
Have you try to run it in 'E' mode and see if there is some kind of problem?
Best Regards
Yossi
‎2010 Mar 23 4:39 AM
Hi Rohit,
Are you getting any kind of information message or error message when you run your BDC in foreground?
Check for that and also, check sy-subrc value after call transaction statement. If it is not 0 then there is some problem with BDC recording.
If sy-subrc is not 0 then you can check what error message you are getting in your message table.
Let me know if need more help.
Thanks,
Archana