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 Message handling

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
679

Hi All,

I am unable to come over a scenario that in my BDC call transaction method for tcode: QS24 I am getting a No Batch Input error message with Msgtyp = 'S' (Status message)

How to over come this scenario and why it is coming No Batch input error with MSGTYP = 'S' rather 'E'.

Thnaks,

Bhargav.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
637

Hi,

You might have set a break point in the related program of the transaction for which you are doing BDC. If so, please remove that break point and check.

Regards,

Sree.

Hi All,

I am unable to come over a scenario that in my BDC call transaction method for tcode: QS24 I am getting a No Batch Input error message with Msgtyp = 'S' (Status message)

How to over come this scenario and why it is coming No Batch input error with MSGTYP = 'S' rather 'E'.

Thnaks,

Bhargav.

3 REPLIES 3
Read only

Former Member
0 Likes
638

Hi,

You might have set a break point in the related program of the transaction for which you are doing BDC. If so, please remove that break point and check.

Regards,

Sree.

Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
637

Thanks sree.. It works.

I kept a break point in the punction module QSS0_QMKST_RQMST.

Read only

0 Likes
637

Hi,

I have coem across scenarios where in error message was dispalyed as success. The same msg.Best option is check the msg no along with message type.ANd if the msg no is for error.COnsider it as error message.