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

Err when executing BDC transaction ?

Former Member
0 Likes
584

Hi ,

I wrote a BDC propram to make batch input for the transaction COR1 , and i have got the message return like :

msgtyp : S

ID = 00

number = 348

message_v1 = caufvd-gamng

message_v3 = saplcoko

message_v4 = 5115

What was wrong ? May be at the screen saplcoko 5115 and the field is : caufvd , but why the message type is "S" , how can i correct this ?

Thanks ,

3 REPLIES 3
Read only

Former Member
0 Likes
530

Hi Nguyen,

If the message type is "S" then it is a Success message, right?

Then why are you thinking that it is an Error.

Thanks and regadrs

Vipin Das

Read only

Former Member
0 Likes
530

Hi Nguyen,

Pass the messages variables to the FM FORMAT_MESSAGE and see what the message actually means. Then you can take the corrective action.

Regards,

Ravi

Read only

Former Member
0 Likes
530

hi,

You can goto tcode SE91 and give the message class and message number to know the description of the message.

There might be cases where we get messages of type S instead of Error. These messages do not stop the execution.

For example, if you are populating your BDC tab with a 'X' for a checkbox on the screen. If the checkbox is input disabled, then you will not get an error message. Rather, you get a message of type Success though itz an error.

Regards,

Sailaja.