ttss82
27th February 2002, 16:07
I'm using VB and have one problem.
I try to insert record in tihra100 Baan table. All fields have
been put as required. When I try to insert, I get
following message:


"stpapi.insert("tihra1101m000",1,"Note: order completion already reported")"

The problem is message that is being returned. When I use
this session in BW manualy, I just press <OK> button and message is gone, so I can continue to input manualy.


My question is, how can I get rid of this message being
returned using API call. Is there any way I can skip this message, because insertion does not happend becouse of this message.

Thanks in advance.

mark_h
27th February 2002, 16:57
What happens if you try a save right after the insert? Not sure if this would work, but just a humble guess. I am thinking that the insert generates the warning and then the save would go a head and process the data. I am not sure how else to skip this warning message.

Good Luck!

Mark