‎2007 Mar 29 8:51 AM
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 ,
‎2007 Mar 29 9:00 AM
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
‎2007 Mar 29 9:02 AM
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
‎2007 Mar 29 9:08 AM
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.