cancel
Showing results for 
Search instead for 
Did you mean: 

Error Message while reversing Shipment cost document ( VI02)

Former Member
0 Kudos

Hi,

I have a requirement where i need to activate the warning message when shippng cost document is reversed.  If the user attempts to reverse the SCD using transaction ( VI02 ), System will prompt the user that the shipment contains deliveries that are in PGI status.

I have found the message which can be used

Message Class :- VW

Message :- 227 :- Delivery & in shipment & is already posted for GI

Is there is any std configuration where i can setup this message class ?

If not which exit i can use ?

I did search a lot in SCN for this but was unsuccesful.

Any help is appreciated.

Thanks,

Kunal Singh

Accepted Solutions (0)

Answers (1)

Answers (1)

balaji_ganesan2
Contributor
0 Kudos

Hello Kunal,

I think, it's not possible to change this message type in static. You can debug by placing a breakpoint in this message VW227 during the cancellation of SCD and check whether it's possible to change this message to warning dynamically through modifications.

Thanks,
Balaji