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