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

confilict in BDC thrown errors

Former Member
0 Likes
433

Hi abapers

i got an strange problem that i am doing BDC on MFBF transaction.

when i am executing the BDC program on MFBF then it is giving success message in BDCMSGCOLL table.

i.e., the BDC is sending success message for the data.

But when i am executing the MFBF transaction with the same data i am getting an error message.

actually the error message i am getting in executing the transaction is appropriate and correct but the BDC is throwing the success message for the same data.

i want to know the reason for this confilict.

when i am executing the same BDC program in 'A' mode

then also i am getting the same error message in the transaction. When it comes back to the program, if we check the data in BDCMSGCOLL table the same error message appears with the message type as 'S'.

<REMOVED BY MODERATOR>

regards

sam

Edited by: Alvaro Tejada Galindo on Mar 27, 2008 1:04 PM

Hi abapers

i got an strange problem that i am doing BDC on MFBF transaction.

when i am executing the BDC program on MFBF then it is giving success message in BDCMSGCOLL table.

i.e., the BDC is sending success message for the data.

But when i am executing the MFBF transaction with the same data i am getting an error message.

actually the error message i am getting in executing the transaction is appropriate and correct but the BDC is throwing the success message for the same data.

i want to know the reason for this confilict.

when i am executing the same BDC program in 'A' mode

then also i am getting the same error message in the transaction. When it comes back to the program, if we check the data in BDCMSGCOLL table the same error message appears with the message type as 'S'.

<REMOVED BY MODERATOR>

regards

sam

Edited by: Alvaro Tejada Galindo on Mar 27, 2008 1:04 PM

2 REPLIES 2
Read only

Former Member
0 Likes
409

Please try and check with Mode 'N' and update 'S'.

See if you get the same error

thanks

Read only

Adi_Bathineni
Participant
0 Likes
409

Hi Sami,

It's too late to give reply.

When the data is not properly submitted on the screen we will get these type of errors.

Check the SY-SUBRC Value. If you get >1000, it is because of the data populating by you.

Regards,

Adi.