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

Message no. 26136

sabarna17
Contributor
0 Likes
2,921

Hi Experts,

I am saving a file with extension ".EML" in AL11 and linking that file with DIR(Document Info Record). But while displaying that file in foreground I am facing this below error.

Please help me out for the same.

Regards,

Sabarna.

1 ACCEPTED SOLUTION
Read only

sabarna17
Contributor
0 Likes
2,537

Hi All,

I am able to resolve the issue. It was just a simple one due to the naming of the file. The file name contained ':'. Which was throwing an error while writing that file in the PC while display. Thanks to all for your contribution.

Regards,

Sabarna.

Hi Experts,

I am saving a file with extension ".EML" in AL11 and linking that file with DIR(Document Info Record). But while displaying that file in foreground I am facing this below error.

Please help me out for the same.

Regards,

Sabarna.

8 REPLIES 8
Read only

Jelena_Perfiljeva
Active Contributor
2,537

The error message is self-explanatory. What is the issue exactly?

It's not clear what you're trying to achieve. What is "the same"?

Read only

Sandra_Rossi
Active Contributor
2,537

"the same" is Indian English meaning "the object of the previous sentence or clause" (here Please help me out for "this question"): https://english.stackexchange.com/questions/30000/using-the-expression-the-same-for-a-previously-men...

Read only

sabarna17
Contributor
0 Likes
2,537

While attaching the ".EML" file into the DIR it is getting attached. But while displaying in the foreground its giving this error. How to avoid this error. And after lot of debugging I found -

1. "CV120_DOC_CHECKOUT_VIEW" - this FM is there in the standard which is creating a temp file in the PC while displaying the attachment.

2. But the file what is being created is a corrupted file.

3. Couldn't find the possible issue for this.

Please help me out to resolve this issue.

Read only

sabarna17
Contributor
0 Likes
2,537

Hi christoph.hopf,

- can you please help me for the same.

Read only

Jelena_Perfiljeva
Active Contributor
2,537

I know. 🙂 But in this case I can't really understand what is "the object of the previous sentence" either. It's posted as a question but there was no question mark anywhere.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
2,537

Could there possibly be a problem with "while attaching" part? Sorry this has been posted in the ABAP tag but I don't really see any ABAP issue here. And not enough details are shared, I'm afraid.

Read only

christoph_hopf
Product and Topic Expert
Product and Topic Expert
2,537

Hi Sabarna,

could you please check if there is a local copy created in directory C:\temp\ when you try to display the file.

Because for me it seems that maybe the SAP GUI or better SAPHTTP/SAPFTP is not able to copy the file to C:\temp\.

Best regards,

Christoph

Read only

sabarna17
Contributor
0 Likes
2,538

Hi All,

I am able to resolve the issue. It was just a simple one due to the naming of the file. The file name contained ':'. Which was throwing an error while writing that file in the PC while display. Thanks to all for your contribution.

Regards,

Sabarna.