google-code-export / saplink-plugins

Automatically exported from code.google.com/p/saplink-plugins
0 stars 1 forks source link

Two ENDMETHOD-Lines in the SMARTFORMS plugin Method: DELETEOBJECT #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I've installed this Files:

CLAS_ZSAPLINK_BSP-0.1.0.slnk
CLAS_ZSAPLINK_BSP_EXTENSIONS-0.1.0.slnk
CLAS_ZSAPLINK_SMARTFORMS-0.1.0.slnk
NUGG_ABAPJS.nugg
NUGG_SAPLINK-0.1.3.nugg
NUGG_SAPLINK_DDIC-0.1.0.nugg
SAPlink_install-0.1.3.zip
zsaplink_installer.txt

on our R/3 Enterprise running on WebAS 6.20

2. I try to activate the SMARTFORMS plugin
3. I got an error that I have two lines of ENDMETHOD in the Method:
DELETEOBJECT.

I've just deleted the line and it works.

Regards
Gregor

Original issue reported on code.google.com by gregor.w...@gmail.com on 16 Apr 2007 at 3:23

GoogleCodeExporter commented 9 years ago

Original comment by ewherrm...@gmail.com on 18 Apr 2007 at 5:51

GoogleCodeExporter commented 9 years ago
There's a bug in method CREATEOBJECTFROMIXMLDOC of class ZSAPLINK_CLASS: it only
recognizes and endmethod if:
1) it's lowercase
2) it's at the beginning of a line, without any character before

The slinkee you're trying to import doesn't respect those conditions, thus 
gives that
error.
I had the same problem myself.

Original comment by marcello...@gmail.com on 31 Jul 2007 at 4:04

GoogleCodeExporter commented 9 years ago
Same problem for me, but by deleting one of the 2 ENDMETHOD's the problem is 
solved.
Why is it still in the download ? Even after 6 months ?????

Original comment by hans.sen...@gmail.com on 5 Oct 2007 at 5:18

GoogleCodeExporter commented 9 years ago
>> Why is it still in the download ? Even after 6 months ?????

Chill out dude. This project is open source and we don't get paid to work on it.
These issues will be fixed in the next release.  For now, feel free to fix it 
and
submit a patch for inclusion into the source.

-ewH

Original comment by ewherrm...@gmail.com on 6 Oct 2007 at 4:53

GoogleCodeExporter commented 9 years ago
@hans.senden:
Incidentally, this appears to be an issue with the Plugin itself, which is not 
part
of the main SAPlink trunk.  We host a few plug-ins here and have ceased doing 
that
for just this reason.  We should find out who is maintaining this and move it 
off our
site.

You may also notice that if you FIX the bug we will give you 25 points on SDN 
for
doing it ( http://weblogs.sdn.sap.com/pub/wlg/6310 ).  Maybe it would be better 
to do
that then complain about the time it takes other people to fix a problem for 
you. 
Additionally, you might want to star the issue because it is how we track what 
is
important to the community.

-d

Original comment by daniel.m...@gmail.com on 6 Oct 2007 at 5:16