Hello!
I want to printout notification during creation of it, but I have one problem. I found one user-exit where I can do it but in that moment data are not stored in DB yet. Maybe you know how to force system to save data in DB.
Please don't write about COMMIT WORK with or without AND WAIT, because I tired it and it din't work. I also tried to use:
call function 'DB_COMMIT'
exceptions
others = 1.
but it doesn't work too. Maybe someone knows other solution?