Hello Gurus,
I have a custom output type in which I've created and put my custom program/form into configuration. Everything works fine except there is some processing in my form that I need to do a COMMIT WORK. When I do this with a dispatch time of 4 - Immediately it short dumps because of the this COMMIT WORK. When I remove it I get no short dump but also my work doesn't actually commit and do what it needs to do. However, if I leave the COMMIT WORK in and just process the output with a dispatch time of 1 - send with periodic job and then process it via transaction VL71 everything works fine and my work does what it's supposed to do. Does anyone know any way to get my work to commit while still using the dispatch time of 4? The two function modules I'm using that require the COMMIT WORK are RV_MESSAGES_INSERT and RV_MESSAGES_UPDATE.
Thanks,
Tamara