Hello ppl,
working on a 46C architecture we are facing a difficult issue:
we placed some custom controls within a user-exit in RV60AFZZ , so just before invoice is saved.
It works perfectly when we save invoices through VF01.
But if we save invoices through VF04 (mass invoice save) the "E" messages issued in the u-exit
block the saving process and subsequent invoices (even if they are correct ) cannot be saved.
I know that VF04 uses a log so that messages are saved in a log store so that if a E message is issued,
it doesn't stop the process and next invoices can be saved as well.
The point is that i don't seem to be able to store e messages into the log .
Has anyone faced this problem?
I guess the my coustom controls should be moved elsewhere but not sure where.
has anybody suggestions?
Thanks a lot.
Bruno