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

Error in BDC

Former Member
0 Likes
484

Hi All,

I am doing bdc for me22 transaction in this i am getting one interesting error. when i call transaction ME22 for bdcdata i am getting error like no data for SAPMSSY3 0131 screen. This screen is debegging Screen. I dont know why i am getting this error..

Suggestions regarding this will be rewarded with points..

Regards,

Srinivas

1 ACCEPTED SOLUTION
Read only

christian_wohlfahrt
Active Contributor
0 Likes
458

Hi Srinivas!

You (or someone else) put somewhere a break-point (e.g. in a user-exit) -> debugger is triggered and batch is crashing.

Regards,

Christian

3 REPLIES 3
Read only

christian_wohlfahrt
Active Contributor
0 Likes
459

Hi Srinivas!

You (or someone else) put somewhere a break-point (e.g. in a user-exit) -> debugger is triggered and batch is crashing.

Regards,

Christian

Read only

Former Member
0 Likes
458

Hi Christian,

you are write...

Thank you...

regards,

Srini

Read only

Former Member
0 Likes
458

Hello Srini,

This may be due to the break-point in that exit.

remove it and try.

Vasanth