Skip to Content
0
Former Member
Dec 04, 2006 at 03:12 PM

Suppress succes message in VL32N

43 Views

Hi All

I am writing a BDC for updating the Bill of ladding number, and this is an RF transaction. I need to display the message 'inbound delivery saved' in a separate screen.

i am using the following code

call transaction p_tcode using bdcdata

mode p_mode

update p_update

messages into p_messtab.

but this is not working, please let me know what should i do to supress the message from getting displayed.

I am writing the BDC just to update the bill of ladding number (LIKP-BOLNR) and GR/GI number (LIKP-XABLNR). let me know is there any other method to do so

Thanks

Amit