google-code-export / saplink

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

Function Groups Plug-in #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Export function group
2. Import function group
3. On import message: "Function group with name "X" already exist ..."  is
shown. Or short dump is received (see attached file) 

What is the expected output? What do you see instead?

What version of SAP are you using?
SAP BW 3.50
SAP_ABA Release 640 (Netweaver 04)/Level:0014
SAP_BASIS Release 640/Level:0014

What version of SAPlink are you using:
0.1.2

Please provide any additional information below.
When i move tag 'FUGR AREA=....'  before 'SPRAS="X" in Slinkee file it
works good.

Original issue reported on code.google.com by irm...@gmail.com on 3 Nov 2006 at 7:15

Attachments:

GoogleCodeExporter commented 9 years ago
I really need to see your slinkee file.   I have tested this plugin extensively 
and 
it works everytime for me, you must have found the exception.   Please send the 
slinkee file for your function group.

Original comment by rich.hei...@gmail.com on 6 Nov 2006 at 2:46

GoogleCodeExporter commented 9 years ago
Here is this slinkee file. If it will work on your system, next week I will 
have 
free time and will try to debug code. 

Original comment by irm...@gmail.com on 13 Nov 2006 at 12:28

Attachments:

GoogleCodeExporter commented 9 years ago
Not sure how your XML is getting messed up, but that is exactly the problem, 
the 
FUGR must be first in the NODE.  Not sure how it would be coming after SPRAS = 
'X'.  
This makes no sense to me.   Make sure that you have the latest version of 
everything.

Rich

Original comment by rich.hei...@gmail.com on 14 Nov 2006 at 7:45

GoogleCodeExporter commented 9 years ago
I have the same problem. After some investigations I could find out following:

During creation of the xml for a FUGR (withing method 
"CREATEIXMLDOCFROMOBJECT") the 
tag '<FUGR SPRAS="E" AREA="ZZTEST" AREAT="Dynamic Selections">' is set within:
    setattributesfromstructure( node = rootnode
                                structure =  xtlibt  ).

xtlibt - based on TLIBT (which delivers the attributes for the tag) has the 
following components:
-1. SPRAS, 
-2. AREA,
-3. AREAT

As a consequence: this probably wrong order within the structure defines that 
the 
attribute SPRAS is written as the first own within the xml.

Daniel
________________

Original comment by danwei...@gmx.de on 22 Dec 2006 at 12:34

GoogleCodeExporter commented 9 years ago

Original comment by daniel.m...@gmail.com on 28 Dec 2006 at 4:06

GoogleCodeExporter commented 9 years ago

Original comment by ewherrm...@gmail.com on 29 Jan 2007 at 10:14

GoogleCodeExporter commented 9 years ago
Issue moved to plugin project:
http://code.google.com/p/saplink-plugins/issues/list

Original comment by ewherrm...@gmail.com on 31 Jan 2007 at 1:55

GoogleCodeExporter commented 9 years ago

Original comment by ewherrm...@gmail.com on 31 Jan 2007 at 2:18