cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: Error after uploading Java file in /SAPCND/UE_DEV

Former Member
0 Kudos
136

Hi all,

I have a critical issue and seeing help in solving it. I developed a java code for Pricing routine 609 and uploaded it in t-code /SAPCND/UE_DEV in a custom package called ZABC. Then it prompted me saying that I can upload only one Jar file per package and uploaded the file.

When I went and checked in /SAPCND/UE_DEV T-cde I saw newly uploaded file and its path as

ipc/ab/userexit/z_req_609.java and ipc/ab/pricing/userexit/z_req_609.class and reste VMC in SM52 and to my horror when i check in SM53 I found that all files that anther developer has uploaded were missing.

So I again cpy pasted all the files that develped by the otherjava develper i.e z_req_604, z_req_605, z_req_619 along with my z_req_609 and built a Jar file and uploaded in the T-code /SAPCND/UE_DEV .

Then I reset the VMC and Now when I check again in SM53, all files appeared along with my file. So the entries were

ipc/ab/pricing/userexit/z_req_609.java

ipc/ab/pricing/userexit/z_req_609.class

ipc/ab/pricing/userexit/z_req_605.java

ipc/ab/pricing/userexit/z_req_605.class

ipc/ab/pricing/userexit/z_req_604.java

ipc/ab/pricing/userexit/z_req_604.class

ipc/ab/pricing/userexit/z_req_619.java

ipc/ab/pricing/userexit/z_req_619.class

Now the functional cnsultant started testing and when he tries to create an order in CRM system he gets an error saying

ipc/ab/pricing/userexit/z_req_604(Unsupported major.minor version 49.0)

That means after i over wrote the files something has chnaged with the path. I dont know in which path the other develper as uploaded the file as she left the company. IS there a way i can find ut in which path she maintained the java file?

Does this error look familiar to any body? Please help me with some input, your help would be really appreciated.

Regards,

Sam

View Entire Topic
Former Member
0 Kudos

jassica,

You have to make sure that u r using the j2sdk1.4.2

and also make sure that u r not using any classes which is not supported by the current version of IPC.

Thanks and Regards

shanto aloor

Former Member
0 Kudos

Shanto Aloor,

Yes the problem got solved. I once again complied the files on 1.4 and now it workd well.

Thanks for timely inputs and help.

Regards,

Jessica