‎2009 Jan 28 12:31 PM
Hello,
I have a custom report which uses the FM COPF_DOCUMENT_SHOW_DIRECT to open the external documents residing on my PC or server. This custom program is assigned to an output type and this output type is being used in transaction VL02N. When we assign the output type to delivery item, in the output type further data we have options to select '3. send with application own transaction' and '4. send immediately'. Everything is working fine when we select '3 send with application own transaction' option where in a output record gets created and we need to execute this output record in VL71. But if we go with '4. send immediately' option and save the delivery we are getting a dump mentioning "Error info... 00 671: ABAP/4 processor: OBJECTS_OBJREF_NOT_ASSIGNED". If I comment out my FM in my program, then I am not getting this dump. Any ideas what's going on here? Thanks.
‎2009 Jan 28 3:22 PM