google-code-export / saplink

Automatically exported from code.google.com/p/saplink
1 stars 2 forks source link

Dump occurs when importing Web Dynpro Component #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a nugget with web dynpro content (WDYN and the corresponding 
INTF)
2. import this nugget in another system

What is the expected output? What do you see instead?
Expected output would be: "Object successfully created". Instead I get a 
dump:
The exception 'CX_WDY_MD_NOT_EXISTING' was raised, but it was not caught 
anywhere along the call hierarchy.

What version of SAP are you using?
SAP_ABA Release / Level: 700/11
SAP_BASIS Release / Level: 700/11

What version of SAPlink are you using:
0.1.3

Please provide any additional information below.
When importing a Web Dynpro component that already exists, this error does 
not occur. Hoever, there are opther issues regarding package assignment of 
OTR concepts then...

Original issue reported on code.google.com by jan-ole....@sap.com on 27 Sep 2007 at 11:13

GoogleCodeExporter commented 9 years ago
The problem is when you export both a component and the matching application 
into the
same nugget.  Because the objects are imported in alphabetical order by plugin 
type,
the application tries to import first.  Because the component doesn’t exist 
yet, it
produces this error.  The quick work around is to either leave the application 
out
all together or put your WD applications into a separate nugget so they can be
imported after the components.  There certainly could be a more elegant long 
term
fix, but it would probably require changes to the nugget importer logic.

Original comment by ewherrm...@gmail.com on 30 Sep 2007 at 1:58

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by sousa.an...@gmail.com on 10 Feb 2009 at 12:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi,
I am also getting the same problem, when importing the webdynpro application.
how should it will be solved.

when exporting it is running fine.
will anyone tell me how to solve this error?

Thanks!

Original comment by sanjay.3...@gmail.com on 17 Dec 2010 at 1:03

GoogleCodeExporter commented 9 years ago
The overall saplink framework doesn't allow the plug-ins to choose the order of 
import.  Therefore the Web Dynpro ABAP applications try to import before the 
components.  This produces this error because the component doesn't exist yet.  
Documented work around is that you can't place the Web Dynpro Components and 
Applications into the same nugget. Use two separate nuggets and import the WD 
Application Nugget after the Component nugget. 

Original comment by Thomas.J...@gmail.com on 17 Dec 2010 at 1:55

GoogleCodeExporter commented 9 years ago
Thanks for your reply,

Now its working fine...!

Thanks a lot.

Original comment by sanjay.3...@gmail.com on 18 Dec 2010 at 6:28

GoogleCodeExporter commented 9 years ago
I am having a similar issue even though I tried what's described by Thomas 
using saplink 0.1.4 for importing objects for ABAP2QRCODE.
http://code.google.com/p/abap2qrcode/wiki/InstallationGuide

Any pointers would be appreciated.

Original comment by mauli...@gmail.com on 3 May 2011 at 8:27

GoogleCodeExporter commented 9 years ago
You should probably contact the owner of the project (ABAP2QRCODE) which you 
are trying to import. They can't place both WD Applications and Components in 
the same nugget.  There isn't really anything you can do on the receiving side 
- sort of manually editing the XML file of the nugget to remove the WD 
Application. 

Original comment by Thomas.J...@gmail.com on 3 May 2011 at 8:30

GoogleCodeExporter commented 9 years ago
Appreciate your prompt response Thomas.

I have reached out to Sergio and hopefully I should hear back from him soon.

On a side note, I used SAPlink today and I must say it is a very well built 
application. I wish we had this 10 years ago, life would have been way 
different in the ABAP world. 

Regards,
Maulik

Original comment by mauli...@gmail.com on 3 May 2011 at 11:16

GoogleCodeExporter commented 9 years ago
Web Dynpro component does not exist in Object List while createing new objetcs 
to nuggets ( Exporting ).I tried to import web dynpro plug in . It is giving 
error like Ouch.your pants on fire,..better to get help...I have used all 
saplink 0.1.4. again...and try install wd component 0.1.0.It is giving same 
error...Pls reply as early as possible.

Original comment by madhukar...@gmail.com on 21 Jan 2015 at 5:27

Attachments:

GoogleCodeExporter commented 9 years ago
Please raise issues only at http://saplink.org/ after you've installed the 
latest version from the SVN Repository.

Original comment by gregor.w...@gmail.com on 22 Jan 2015 at 7:03