----
FORM USEREXIT_SAVE_DOCUMENT_PREPARE *
----
This userexit can be used for changes or checks, before a *
document is saved. *
*
If field T180-TRTYP contents 'H', the document will be *
created, else it will be changed. *
*
This form is called at the beginning of form BELEG_SICHERN *
*
----
FORM USEREXIT_SAVE_DOCUMENT_PREPARE.
IF XVBAK-KWERT < 1000 .
VBAK-KVGR1 = 'u039Du0391u0399'.
ENDIF.
I believe that I have a problem since maybe it interprets the 1000 aw a number and not as a currency field.