Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

COPF_DOCUMENT_SHOW_DIRECT problem

Former Member
0 Likes
364

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.

1 REPLY 1
Read only

Former Member
0 Likes
319

Anyone any suggestions please!