Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Changing warning message to Information in VA01

Harsh_Jain2512
Participant
0 Kudos

Hi All,

While creating the Sales Order by VA01 when entering the RDD out of the quotation valid from and valid to dates, we gets a warning message "Reference document is only valid from &". I need to convert this warning message to information message, its from class V2 and no. is 008.

The coding for getting warning message is in a SAP's standard Include, so I want to confirm that is there any way in configuration or any other way that we can change the behavior of this message to display as Information and not as warning.

Any help would be greatly acknowledged.

Regards,

Harsh.

2 REPLIES 2

ipravir
Active Contributor
0 Kudos

Hi Harsh,

Check with your SD functional Team, it may be done through the customization.

In SPRO is having some setting with respect to SO standard message to change the Message Type.

Regards.

Praveer.

Former Member
0 Kudos

Hi Harsh

Yes... there is a way but will require lot of debugging skills..!!

I am highlighting you the steps to proceed.

1) suppress your current SAP warning message (how come this be achieved)?

Ans. There will be some parameter passed to it or some flag being set for this message to appear...debug and find it (most cases it will be a 'X' set to some field of table to popup the message).

2)Clear the field by doing explicit enhancement.

3)Set your information message in an explicit enhancement()but take care of enhancement point where you are writing the code for it.

Hope this helps.

Thanks and Regards

Kishan Shah