How to hide the message box in the BAPI?

Question: Hello abapers:
When I call bapi BAPI_SALESORDER_CHANGE to change a SO in my program , it pop-up a message for me to confirm .But I do not want to show this message when I run my program. I only want it can be fetched in the return table like other messages.(This messages also pop up when do the transaction in tcode 'va02'. )
How can I hide this message ?
Has it any parameters to control?
Thanks in advance.

Answer:
No one knows?

Answer:
Which version you are using? I tried it and it doesnot show any pop-up.

Answer:
ZH-Chinese

Answer:
Firstconsideration is that in a bapi there cannot be popups. So if there is and it is in standard abap, it should not be there and maybe there is a note about this in OSS.
Second, I am not sure but I think BAPI_SALESORDER_CHANGE should no longer be used if you are in a recent SAP release. I think you use the BAPI_SALESORDER_CREATEFROMDAT2 and handle modifications to order through flags. check this bapi and the help on it.

cheers,

Phil
Copyright ?2007 - 2008 www.jt77.com