cancel
Showing results for 
Search instead for 
Did you mean: 

VL09 error: local and group currency X amounts must be equal

Former Member
0 Kudos

VL09 error: local and group currency USD amounts must be equal

This happens when reversing a goods issue in SD via vl09.

Thank you and appreciate the help!

Edited by: sapalchemist on Aug 19, 2010 8:58 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

SmileZhang
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

Could you please tell us the error message number?

Thanks and best regards,

Smile

Former Member
0 Kudos

Its error message ZZ061. Thank you.

Lakshmipathi
Active Contributor
0 Kudos

This is not a standard error message. Take the help of your ABAPer and go through the coding written in the exit applied.

thanks

G. Lakshmipathi

SmileZhang
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

As told by the other guy, this error should be issued in your own coding either in userexit or modification program.

You could start debugging before error occurs by setting /h as command and set breakpoint at statement "Message" to trace the place where SY-MSGID=ZZ and SY-MSGNO=061.

Another way is to call t-code SE91, enter ZZ and 061 in the selection field to get the defination of error message.

Then use the button "Where used list" to check which program issues that error.

Best regards,

Smile