cancel
Showing results for 
Search instead for 
Did you mean: 

VR error message class, set as a warning message

Former Member
0 Kudos

Hi,

How can we change an error message into a warning message.. In VF05, it requires either a payer or material.. Error message number VR436 (enter partner or material) .. How can we change this to a warning message instead of error?

Accepted Solutions (1)

Accepted Solutions (1)

reazuddin_md
Active Contributor
0 Kudos

Hi,

Can you explain your requirement? Why you want to change the message type from E to W?

Btw: its a std message, You cant change the message type , still if you would like to change you may need ABAPer assistance.Before that you have to check where else this message is used & impact in other cases, if you change the message type.

Changes to Message type can be done , without any developer's assistance.

Tx:OVAH ( only Class :V4 messages can be changed)

&

Tx: OVM1 - ( only listed messages can be changed)

Hope it helps,

Regards,

Reazuddin MD

Former Member
0 Kudos

Hi Rea,

We want a billing report which will display all payer, material.. which has the details of VF05..

reazuddin_md
Active Contributor
0 Kudos

Hi,

if you want to get the details of Payer & Material, then use Tx:VF05N ( available in ECC 6.0 ).

if you are using lower version of ECC 6.0, then you can fetch all those details like payer & material by creating Query use tables VBRK & VBRP.

You can try ,Table:VRPMA - SD Index: Billing Items per Material,

But i dont think it will suffice your complete requirement though it has Payer & Material.

Note: Soft reminder, mark thread as "Answered" only if your issue get resolved. Once answered, dont continue the same thread. You are always free to open a new thread.

Regards,

Reazuddin MD

Answers (0)