Application Development 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: 

CV02N error in Java GUI (Platinum GUI for Mac)

Former Member
0 Kudos

Hi all,

When I run CV02N and double click the file, I can't open it and I receive this error message:

I think that the issue arises because of in Mac does not exist the path c:\temp\filename, isn't it?

How can I adjust the path in CV02N?

Or, any other suggestions?

Thanks a lot,

Daniele

  • SAP Managed Tags:
1 ACCEPTED SOLUTION

RMW
Advisor
Advisor
0 Kudos

Hello Daniele,

I am able to reproduce this issue and found out, that it needs changes in ABAP to make this work.

I would suggest to create a support message with the steps to reproduce and clearly indicating that this is not working on Mac using SAP GUI for Java because their is no C:\temp.

Feel free to assign it to BC-FES-JAV, then I can add what I have found out so far to provide application developement some hints.

Best regards

Rolf-Martin

  • SAP Managed Tags:
20 REPLIES 20

RMW
Advisor
Advisor
0 Kudos

Hello Daniele,

I am able to reproduce this issue and found out, that it needs changes in ABAP to make this work.

I would suggest to create a support message with the steps to reproduce and clearly indicating that this is not working on Mac using SAP GUI for Java because their is no C:\temp.

Feel free to assign it to BC-FES-JAV, then I can add what I have found out so far to provide application developement some hints.

Best regards

Rolf-Martin

  • SAP Managed Tags:

Former Member
0 Kudos

Hi Rolf-Martin,

I've just created a support message as you suggested.

Thanks for your help.

Daniele

  • SAP Managed Tags:

0 Kudos

Hi Daniele

Did you get solution for this error? I have same issue.

Can you please share your findings with me, as I dont find any SAP note which describe this error for MAC m/c where I try to open attachment from CV03n.

Thanks

Bharati

  • SAP Managed Tags:

Former Member
0 Kudos

a possible work around might be to right click the document instead of double clicking,

I'm on SAPGUI 7.20rev8, and I found (at least in CV03N) I had to use the right click menu and choose "copy to", then the gui wants to save to C:\ which doesn't exist, but I simply select the browse button (the button to the right of the file path) and choose a location on my mac and the attachments save without issue.

  • SAP Managed Tags:

0 Kudos

Hello Franciso,

Only 7.30 JavaGui is supported.

Please download and install the latest 7.30 rev 4

Support will request that this is done before a message is created.

Best Regards,

Jude

  • SAP Managed Tags:

0 Kudos

Hi Jude,

We are already into 7.30 GUI for JAVA.  Is there any other way. I dont see any relevant SAP note for this error.

Thanks

Bharati

  • SAP Managed Tags:

0 Kudos

Hello,

the support message created by Daniele resulted in SAP note 1568632 containing ABAP changes.

Best regards

Rolf-Martin

  • SAP Managed Tags:

0 Kudos

Hello Rolf-Martin,

sounds interesting. However, when I try to load the note I get the message that it "is actually in review or only internally released" (translated from German, so the English text might be different).

When will the note be available to the "public"?

Best regards,

Matthias

  • SAP Managed Tags:

0 Kudos

Hello Matthias,

I have found out that the note is currently in "pilot release" state. To get access, you should create a customer message on component CA-DMS describing your problem and it will be required to decide if the note matches to your problem.

Best regards

Rolf-Martin

  • SAP Managed Tags:

0 Kudos

Currently we are on SapGui 7.30 rev 5 (but it does it on rev 10 as well) has a viable solution been found for the JavaGui and the reported c:\temp path?

Thank you!

  • SAP Managed Tags:

0 Kudos

Hi Rolf,

the note is still in pilot release. Any news on that?

Thanks,

Daniele

  • SAP Managed Tags:

0 Kudos

Hi Rolf,

  Is this Note still in pilot release? We are getting more users whom are using Mac as their default desktop. and the "Copy To: C:\Temp" via the Java SapGui is being encountered on a regular basis.

any advise?

  • SAP Managed Tags:

0 Kudos

the note is  in pilot release.

It's not a JavaGUI issue but an application issue.

Open a ticket in component CA-DMS and see if you can get the note.

Regards,

Jude

  • SAP Managed Tags:

0 Kudos

Hello Daniele,

I have pinged the authors of the note. There is now some activity to make it public.

Since you already created a support message some long time ago, what was the outcome? I thought you have been provided access to this note.

Best regards

Rolf-Martin

  • SAP Managed Tags:

0 Kudos

Hi Rolf-Martin,

I am still stuck, but with a new error now:

Any further suggestion?

PS I'm using new SAP GUI 7.40 with Fiori theme (Platinum Version of course)

  • SAP Managed Tags:

0 Kudos

Hello Daniele,

Is this only with CV02N or other transactions?

Jude

  • SAP Managed Tags:

0 Kudos

Hello Daniele,

please create a support message on BC-FES-JAV with a description how to reproduce, and create a trace file with default trace keys plus POLICYEXCEPTION.

In case you find your old support message, please provide the full number.

It is again very likely not an issue inside SAP GUI for Java, but at least, with the trace, there is some information to provide to application development what to look for.

Best regards

Rolf-Martin

  • SAP Managed Tags:

0 Kudos

Thanks I will do that

  • SAP Managed Tags:

0 Kudos

Hi Jude,

what transaction do you mean?

other CVxx or..?

This issue is about opening a document stored in file Vault, which usually in SAP is in C:, a path that does not exists on a Mac.

  • SAP Managed Tags:

0 Kudos

Hello Daniele,

when ABAP code assembles a filename with a path without asking the end user by displaying a file chooser, it would typically use API available in ABAP class CL_GUI_FRONTEND_SERVICES to request a path available on the client's file system.

This seems not to be the case in CV02N.

Alternatively, sometimes applications provide customization tables to preset paths per client OS.

However I do not know if this is the case in CV02N.

Best regards

Rolf-Martin

  • SAP Managed Tags: