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