Issue 137 in zaplink: System Requirements for ZAPLink

9 views
Skip to first unread message

zap...@googlecode.com

unread,
Oct 5, 2012, 6:55:17 AM10/5/12
to zaplink...@googlegroups.com
Status: Request
Owner: ----
Labels: Priority-Low Type-Enhancement Detected_on_Release-0.0.002

New issue 137 by jacek.ko...@gmail.com: System Requirements for ZAPLink
http://code.google.com/p/zaplink/issues/detail?id=137

Hi,

Could you please document somewhere on the project page the SAP system
releases on which your framework was succesfully tested.
I'm on release 702 and your framework almost works ;)
The information would save some time people who don't meet the minimum
requirements.

Thanks!
--
Br,
Jacek

zap...@googlecode.com

unread,
Oct 5, 2012, 7:02:23 AM10/5/12
to zaplink...@googlegroups.com
Updates:
Owner: mickael....@gmail.com
Labels: -Priority-Low Priority-Medium

Comment #1 on issue 137 by tar...@bensiali.net: System Requirements for
ZAPLink
http://code.google.com/p/zaplink/issues/detail?id=137

Hi,

This information is on the file (.info.xml) in the release repository.
Where ABAP Version is diplayed :
SAP_ABA => SAPKA70104
SAP_BASIS => SAPKB70104
See file :
http://code.google.com/p/zaplink/source/browse/ZAPLink%20FrameWork%20Basic/V0.0.009-2011-12-12/ZAPLink.V0.0.009.info.xml?repo=releases

This is a good ideaµ. I'll try to do this, but at this point I do not have
many return from users of ZapLink Framework. Let me know what is the
trouble i've got.

For your information, Release 0.009 has trouble for installing. This will
be fixed in the next release that is in install test on release 7.02 where
adding module function failed.

zap...@googlecode.com

unread,
Oct 5, 2012, 9:31:49 AM10/5/12
to zaplink...@googlegroups.com

Comment #2 on issue 137 by jacek.ko...@gmail.com: System Requirements for
ZAPLink
http://code.google.com/p/zaplink/issues/detail?id=137

First of all, it's good to hear that the project is still alive and thanks
for providing this framework.

After 3-4 hours I finally manged to install ZAPLink Basic Framework
V0.0.009 in
SAPKA70207
SAPKB70207

I must admit that the installation process is not very user-friendly.
I'm afraid that many users won't use the framework as it's really but
really hard to install. They will simply give up at some point.

Here are the problems that I faced:

Installer program:
1. Missing type ZAPLINK_SUBCOMPONENT_LEVEL on line 84 (known issue)
2. Missing type ZAPLINK_CX_IMPORT_NOT_ALLOWED on line 20110 (known issue)
3. Dump when calling line 21325:
mac_add_mf_and_raise 'RS_FUNCTIONMODULE_INSERT' 12.
In my system RS_FUNCTIONMODULE_INSERT has only 10 exceptions (not 12).


Activation:

1. CLAS objects should not be put into the worklist.

When I create a new class manually in SE24 the worklist doesn't contain
CLAS entry e.g.:

CINC ZCL_BASE======================CCDEF
CINC ZCL_BASE======================CCIMP
CINC ZCL_BASE======================CCMAC
CPRI ZCL_BASE
CPRO ZCL_BASE
CPUB ZCL_BASE
METH ZCL_BASE TEST

As you can see there's no entry for CLAS.
After running ZAPLink installer my worklist contained the following entries
for class ZAPLINK_CHECKPOINTS_DATA:

CLAS ZAPLINK_CHECKPOINTS_DATA <============ this entry shouldn't be here
CINC ZAPLINK_CHECKPOINTS_DATA======CCDEF
CINC ZAPLINK_CHECKPOINTS_DATA======CCIMP
CINC ZAPLINK_CHECKPOINTS_DATA======CCMAC
CPRI ZAPLINK_CHECKPOINTS_DATA
CPRO ZAPLINK_CHECKPOINTS_DATA
CPUB ZAPLINK_CHECKPOINTS_DATA
METH ZAPLINK_CHECKPOINTS_DATA CONV_ACTIVATION2MODE
METH ZAPLINK_CHECKPOINTS_DATA CONV_MODE2ACTIVATION

This leads to a locking problem during activation: Object
ZAPLINK_CHECKPOINTS_DATA is being processed by user....". I had to manually
deselect all CLAS entries.

2. Incorrect entries in the worklist (they don't require activation):
LIMU ACID ZAPLINK - error message TK103 when activating (below)
LIMU MSAG ZAPLINK - error message TK103 when activating (below)

Here TK103 message:
-------
The syntax of the transferred objects is incorrect. LIMU ACID ZAPLINK made
this check.

This could be caused by the following:

The object type LIMU ACID is unknown
The syntax of the object name ZAPLINK is incorrect
The object is a component of a system object
-------

Let me know when you create a new installer for the framework. I'll test it
in my system.

Br,
Jacek


zap...@googlecode.com

unread,
Oct 5, 2012, 12:18:26 PM10/5/12
to zaplink...@googlegroups.com
Updates:
Labels: -Detected_on_Release-0.0.002 Detected_on_Release-0.0.009

Comment #3 on issue 137 by tar...@bensiali.net: System Requirements for
ZAPLink
http://code.google.com/p/zaplink/issues/detail?id=137

Point 1,2 & 3 are identified. Point 1 and 2 are solved and, as said, will
be fixed in rel 0.0.010.
Point 3 is still investigating, because working fine on previous SAP
releases we do not detect it.

For worklist problem this point wasn't a trouble in previous SAP version
that why it haven't been detected. Now it's fixed in the next rel 0.0.010

Thanks for all this detailled informations. I'll provide beta installer and
beta framework of rel 0.0.010 within 1 week.

zap...@googlecode.com

unread,
Nov 29, 2012, 12:06:10 PM11/29/12
to zaplink...@googlegroups.com

Comment #4 on issue 137 by Taryck.B...@gmail.com: System Requirements for
ZAPLink
http://code.google.com/p/zaplink/issues/detail?id=137

Hi,

Please find Release 0.0.009a that include fixes for the activation process.
Could you please test it :
- Create Zaplink_Installer program
- Use Installer with Framework (you might need to import twice and
re-import component that can't be actived)

Sorry for the delay but the change in ABAP compiler from 7.01 to 7.02 has
create this issue and I'd like to fix it properly.

Let me know as quick as possible (I still has the issue in mind)

Thanks for this issue report and thanks in advance for your test

Attachments:
Zaplink V0.9a.7z 394 KB

zap...@googlecode.com

unread,
Feb 20, 2013, 10:34:14 AM2/20/13
to zaplink...@googlegroups.com

Comment #5 on issue 137 by afkkir: System Requirements for ZAPLink
http://code.google.com/p/zaplink/issues/detail?id=137

Hi,

Thanks a lot for your work !

I am trying to install this version version V0.9a, when I lunch the program
zaplink_framework, and modify the ok-code in the debuging mode, I get this
dump :

----------------------------------------------------
Short text
An exception occurred that was not caught.

What happened?
The exception 'ZAPLINK_CX_IMPORT_NOT_ALLOWED' was raised, but it was
not caught
anywhere along
the call hierarchy.

Since exceptions represent error situations and this error was not
adequately responded to, the running ABAP program 'ZAPLINK_INSTALLER'
has to be
terminated.

----------------------------------------------------

Any idea ?

Regards,
Rachid

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

zap...@googlecode.com

unread,
Feb 21, 2013, 8:51:33 AM2/21/13
to zaplink...@googlegroups.com
Updates:
Status: Fixed

Comment #6 on issue 137 by tar...@bensiali.net: System Requirements for
ZAPLink
http://code.google.com/p/zaplink/issues/detail?id=137

Hi,
please open an new issue for the execpetion ZAPLINK_CX_IMPORT_NOT_ALLOWED
The reason is that the mandant is either productive or no change are
allowed see transaction SCC4.

zap...@googlecode.com

unread,
Feb 26, 2013, 6:30:37 AM2/26/13
to zaplink...@googlegroups.com

Comment #7 on issue 137 by tar...@bensiali.net: System Requirements for
ZAPLink
http://code.google.com/p/zaplink/issues/detail?id=137

Issue 139 has been merged into this issue.
Reply all
Reply to author
Forward
0 new messages