sweetstuff4u / zaplink

Automatically exported from code.google.com/p/zaplink
0 stars 0 forks source link

After fresh install BADI connector do not works #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Framework 0.0.003 on a new SAP System
2. Use it to check existence of a BADI

What is the expected output?
Existence result

What do you see instead?
Dump => Runtime Errors         CALL_METHOD_NOT_IMPLEMENTED

Analyse :
On SE24 => ZAPLINK_CONNECTOR~DO_EXISTS has not yet been implemented
On SE24 when trying to implement => Method ZAPLINK_CONNECTOR~DO_EXISTS has
already been redefined

ZAPLINK_BADI should be install after ZAPLINK_CONNECTOR_ which is not the case.

Have to introduce dependencies list.

Original issue reported on code.google.com by taryck%b...@gtempaccount.com on 11 Mar 2010 at 6:56

GoogleCodeExporter commented 8 years ago
To solve this problem we had introducing depencies information in component.
1) _Dependecies attribute has been added to ZAPLINK_RAW_DATA
2) _Dependecies must be filled when required by connector (see 
ZAPLINK_CLAS_DATA)
3) dependecies list is moved from ZAPLINK_RAW_DATA->_dependencies to
ZAPLINK_RAW_BASE->dependecies in order to accessible in RAW mode

Original comment by taryck%b...@gtempaccount.com on 17 Mar 2010 at 2:29