cancel
Showing results for 
Search instead for 
Did you mean: 

Suppress succes message in VL32N

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Amit,

What is the value of P_MODE you are passing?

Alternatively, you can process the same in background with a session which will give you a more detailed log of processing.

Regards,

Guru