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 in BDC C201

Former Member
0 Likes
641

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

2 REPLIES 2
Read only

Former Member
0 Likes
523

Hi

Have you try to run it in 'E' mode and see if there is some kind of problem?

Best Regards

Yossi

Read only

Former Member
0 Likes
523

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