Code Monkey home page Code Monkey logo

zaplink's People

zaplink's Issues

Uninstall allways return failed

What steps will reproduce the problem?
1.Unsitall a component successfully

What is the expected output?
Green flag means OK

What do you see instead?
Red flag means failed

Because use component->exist which in not updated

Original issue reported on code.google.com by taryck%[email protected] on 3 Feb 2010 at 4:20

Implementing interface of interface method

What steps will reproduce the problem?
1. creatre a interface "A" with a method
2. use this interface "A" in interface "B"
3. crete class "C" with implement method of interface "A"
4. export

What is the expected output? What do you see instead?
Source code of method should be in INTERFACES/COMPONENTS segment but is in
METHODS segment

With function module 'SEO_CLASS_TYPEINFO_GET' we can't see any diferences
if method's i implemented or not


Original issue reported on code.google.com by [email protected] on 8 Jan 2010 at 5:15

Reorg pseudo type pool : ZAPLINK_DATATYPES

What tasks has to be done ?
1. Remove local types (used in only on component) from ZAPLINK_DATATYPES
2. Control that it's only real public types (that may used outside of the
framework) 
3.

What is the expected delivery date ?
Next realease 0.0.002



Original issue reported on code.google.com by taryck%[email protected] on 29 Jan 2010 at 10:34

No type and name when extracting new component

What steps will reproduce the problem?
1.Extract using ZAPLINK_EXTRACTOR (Devtools) new component

What is the expected output?
Green flag with component name and type

What do you see instead?
Green flag without component name and type

Original issue reported on code.google.com by taryck%[email protected] on 10 Feb 2010 at 6:52

Connector for Function Groups

Describe the enhancement you would like to get in the next release :
Have an connector for function groups & function module (se37)

Original issue reported on code.google.com by taryck%[email protected] on 16 Feb 2010 at 1:27

Importing transaction with subobjects

What steps will reproduce the problem?
1. Export a transaction using a simple report program
2. Change in XML file the name of the transaction and of the program (and a
"2" at the end)
3. Import the transaction

What is the expected output?
The "copied" transaction shoudl works

What do you see instead?
Short dump program name is " " (empty)

The subobject in the XML haven't be handled. This sub object is not created
AND transaction data in not updated before creation so information is missing.

Original issue reported on code.google.com by taryck%[email protected] on 19 Feb 2010 at 4:50

Interface implementation importing failed

What steps will reproduce the problem?
1. import class which implements a interface method, try to edit method
source code

What is the expected output? What do you see instead?
You can't edit but method's code is executed.
Method's source code is no longer accessible, but you can run it.


Original issue reported on code.google.com by [email protected] on 7 Jan 2010 at 5:49

Program Documentation may include other program documentation

What steps will reproduce the problem?
1. look at the following ZAPLINK program documentation segment

<ZL_OBJECT NAME="ZAPLINK" TYPE="PROG" ...>
 <DIRECTORY .../>
 <RAW>
  <A0_MAIN NAME="ZAPLINK" .../>
  <DOCUMENTATION>
   <ITEM APPLICATION="DOKU" ID="RE" OBJECT="ZAPLINK" ...>
    <TEXTS>
     <ITEM TDSPRAS="E" ..>U1&amp;PURPOSE&amp;
ASZAP Link interface program.
...</ITEM>
    </TEXTS>
   </ITEM>
   <ITEM APPLICATION="DOKU" ID="RE" OBJECT="ZAPLINK_IMP" ...>
    <TEXTS>
     <ITEM TDSPRAS="E" ...>U1&amp;PURPOSE&amp;
ASZAP Link interface program.
...</ITEM>
    </TEXTS>
   </ITEM>
  </DOCUMENTATION>

What is the expected output? What do you see instead?
Shouldn't have OBJECT="ZAPLINK_IMP"



Original issue reported on code.google.com by [email protected] on 14 Jan 2010 at 3:05

Remove use of ZAPLINK_MESSAGE_COLLECTOR=>ACT_*

What tasks has to be done ?
1.remove use of ZAPLINK_MESSAGE_COLLECTOR=>ACT_* and replace by ACTIONS-*

What is the expected delivery date ?
When having times before release of 0.1

Original issue reported on code.google.com by taryck%[email protected] on 3 Feb 2010 at 12:00

Connector for Transaction

Describe the enhancement you would like to get in the next release :
Create connector for transaction
to add transaction for Basic framework and developer tools.

Original issue reported on code.google.com by taryck%[email protected] on 29 Jan 2010 at 4:38

Directory assignment doesn't work on sub-objects

What steps will reproduce the problem?
1. import package with a sub object that only exists as sub object

What is the expected output? What do you see instead?
Short dump recieve

Code of ZAPLINK_CONTAINER_4INST=>TRANSPORT_TO_SAP has been partily
commented as a workaround.

Should be fixed

Original issue reported on code.google.com by [email protected] on 18 Jan 2010 at 2:15

After introducing ZAPLINK_RAW_DATA maping (read) no longer works

This issue has been created AND corrected during build 0.0.002.
It has been provided to keep in mind why changes in class ZAPLINK_EASYXML
has been made.

What steps will reproduce the problem?
1.extract any object raw node is empty
2.import any object raw component is initial

What is the expected output?
Raw node not empty
Component parsed

What do you see instead?
Raw node empty
Comonented is initial

Analyse :
ZAPLINK_EASYXML=>ADD_OBJECT & READ_OBJECT
When determinig component type using :
cl_abap_classdescr=>describe_by_object_ref(
this is the interface reference which is returned : here ZAPLINK_RAW_DATA
instead of /CLASS.
So workaround :
  IF o_obj->absolute_name = '\CLASS=OBJECT'.
    o_obj ?= cl_abap_classdescr=>describe_by_object_ref( p_object_ref =
object ).
* Replace in stack '\CLASS=OBJECT' => '\CLASS=XXXX'
    unstack( ).
    attr_name = o_obj->absolute_name.
    stack( attr_name ).
  ENDIF.
which detect the previous type of raw with was the general type OBJECT, so
this workaround has to be applied all the time.


Original issue reported on code.google.com by taryck%[email protected] on 2 Feb 2010 at 3:32

When exporting Package with sub-package, package name is present twice

What steps will reproduce the problem?
1. export a package with a sub-package

What is the expected output?
Sub-package name appears once.
Parent package name appears once.

What do you see instead?
Sub-package name ZTBE-BC appears twice.
Parent package name ZTBE appears twice.

Exemple :
 <ZL_OBJECT NAME="ZTBE" TYPE="DEVC" VERSION="1.0">
  <DIRECTORY .../>
  <RAW>
   <A0_MAINDATA CTEXT="Central tools of Taryck BENSIALI"  .../>
   <PACKAGES>
    <ITEM>
     <ZL_OBJECT NAME="ZTBE-BC" TYPE="DEVC">
      <DIRECTORY .../>
      <RAW>
       <A0_MAINDATA DEVCLASS="ZTBE-BC" ... PARENTCL="ZTBE" .../>
      </RAW>
     </ZL_OBJECT>
    </ITEM>
   </PACKAGES>
  </RAW>
 </ZL_OBJECT>

Original issue reported on code.google.com by taryck%[email protected] on 17 Mar 2010 at 6:10

Exporting transaction with subobjects

What steps will reproduce the problem?
1. Exporting transaction with subojects

What is the expected output?
Sub ojbect is exported

What do you see instead?
No sub object.

Connected to issue-40

Original issue reported on code.google.com by taryck%[email protected] on 19 Feb 2010 at 5:10

No progam's menu can be saved

What steps will reproduce the problem?
1. extract a program with menu (SE41)
What is the expected output? What do you see instead?
No data about menu will be found in the extract.



Original issue reported on code.google.com by [email protected] on 16 Jan 2010 at 4:17

When importing Program (PROG) entry in working area still stand

What steps will reproduce the problem?
1. Export a program
2. Import with a new name or delete it before
3. Active after importing

What is the expected output? What do you see instead?
You should get en empty working area table DWINACTIV but there still a
"PROG" entry that can't be remove and do not do any activation.



Original issue reported on code.google.com by [email protected] on 14 Jan 2010 at 2:51

Class/Interface definition loads are not properly handled

What steps will reproduce the problem?
1. Export object where "INTERFACE XXX DEFINITION LOAD" instruction is present
2. Import this object

What is the expected output? What do you see instead?
This object should have interface definition load instruction in his source
code. It's not the case

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 7 Jan 2010 at 3:24

Use SET EXTENDED CHECK OFF.

What tasks has to be done ?
1. Use "SET EXTENDED CHECK OFF." before all If 1=2.

What is the expected delivery date ?
When possible, just aSCI problem

Original issue reported on code.google.com by taryck%[email protected] on 3 Feb 2010 at 10:08

RAW->GET_CHECKSUM( ) Not working

What steps will reproduce the problem?
1. look at RAW->GET_CHECKSUM the type is return

Before :
  result = type.

Correct to :
  result = checksum.

Original issue reported on code.google.com by taryck%[email protected] on 29 Jan 2010 at 4:52

When iterating list with 1 component : The component is provided 2 times

What steps will reproduce the problem?
1.Import a component that will produce an exception
2.look at le lsit processing in form DSP_RESULT_DISPLAY
3.Look at the screen

What is the expected output?
Only one exception for one component

What do you see instead?
The same exception is repeated 2 times


Original issue reported on code.google.com by taryck%[email protected] on 3 Feb 2010 at 12:14

Alias descriptions are allways empty

What steps will reproduce the problem?
1.Extract class or interface with alias

What is the expected output?
No description => No segment.

What do you see instead?
Because alias can't have a description descrption his allways empty. But
produce a texts + ITEM segment with no description

Original issue reported on code.google.com by taryck%[email protected] on 1 Feb 2010 at 9:21

Dump when anonimze class with event

What steps will reproduce the problem?
1. extract a class with a event

What is the expected output?
OK

What do you see instead?
Dump :
Runtime Errors         GETWA_NOT_ASSIGNED
  LOOP AT events ASSIGNING <ev>.
    CLEAR:
      <ev>-author,
      <ev>-createdon,
      <ev>-changedby,
      <ev>-changedon,
      <ev>-r3release.
    MODIFY <me>-parameters FROM s_pa TRANSPORTING author createdon
changedby changedon
           WHERE NOT cmpname IS INITIAL OR cmpname IS INITIAL.
    MODIFY <me>-exceptions FROM s_ex TRANSPORTING author createdon
changedby changedon
           WHERE NOT cmpname IS INITIAL OR cmpname IS INITIAL.
  ENDLOOP.




Original issue reported on code.google.com by taryck%[email protected] on 16 Feb 2010 at 6:24

Can't use installer when framework is installed

What steps will reproduce the problem?
1. Install ZAPLINK framework
2. use installer again with new connector
3.

What is the expected output? What do you see instead?
Error analysis
It was tried to assign an object reference (class "ZAPLINK_BADI", view
"global") to an interface reference (interface "ZAPLINK_CONNECTOR", view
"ZAPLINK_INSTALLER").
However, the class "ZAPLINK_BADI" does not support the interface
"ZAPLINK_CONNECTOR".



Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 7 Jan 2010 at 5:13

Extract alsor DYNPRO on programs

What steps will reproduce the problem?
1. export prog with dynpro (not selection screen)

What is the expected output? What do you see instead?
No DYNRPO data is saved

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 16 Jan 2010 at 4:13

Generalize use of mac_add_log

What tasks has to be done ?
1.Use macro "mac_add_log" in every required exception catch.

What is the expected delivery date ?
ASAP if possible for release 0.0.002



Original issue reported on code.google.com by taryck%[email protected] on 3 Feb 2010 at 11:56

When XML parsing retrieves errors import process continue

What steps will reproduce the problem?
1. export component of a type
2. change type in XML file
3. try to import

What is the expected output?
be warned of the error

What do you see instead?
nothing, import crash but previous object if exist is deleted.


Original issue reported on code.google.com by taryck%[email protected] on 9 Mar 2010 at 12:09

After fresh install BADI connector do not works

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%[email protected] on 11 Mar 2010 at 6:56

Parsing errors with self_fieldname on ZAPLINK_EASYXML

What steps will reproduce the problem?
1. create object with the following attribute
begin of x,
  _ type string,
  begin of Y,
    _ type string
  end of x,
end of x.

2. fill data with
X-_ = 'first data'.
X-Y-_ = 'second data'.

3. convert in XML using ZAPLINK_EASYXML

4. read from XML using ZAPLINK_EASYXML

What is the expected output?
X-_ = 'first data'.
X-Y-_ = 'second data'.

What do you see instead?
X-_ = 'first datasecond data'.
X-Y-_ = 'second data'.

because node X as a subnode Y with text the get_value method do not works.
idem for IF_IXML_ELEMENT=>GET_CONTENT_AS_STRING

Original issue reported on code.google.com by taryck%[email protected] on 16 Feb 2010 at 5:43

Connector Extractor => Handle message class

What tasks has to be done ?
1. ZAPLINK_EXTRACTOR when doing connector do not handle messages classes
which are missing on the xml file

What is the expected delivery date ?
ASAP

Original issue reported on code.google.com by taryck%[email protected] on 29 Jan 2010 at 4:36

Error in XML Parsing

What steps will reproduce the problem?
1. parsing XML content with attribute starting with number

What is the expected output?
all node could be crawled

What do you see instead?
after the first attribute starting with number no other node can be founded

This problem has been detected on field 2_DIMENS in dynpros. This used for
FUGR connector.

Original issue reported on code.google.com by taryck%[email protected] on 9 Mar 2010 at 1:46

Connector UUID duplicated not detected

What steps will reproduce the problem?
1. copy an existing connector to an other class
2. activate this new class
3. run ZAPLINK_CONNECTORS in test mode

What is the expected output?
Exception or message

What do you see instead?
nothing, the second class is ignored

Original issue reported on code.google.com by taryck%[email protected] on 2 Feb 2010 at 12:21

Nested loop in DSP_RESULT

What steps will reproduce the problem?
1. Extract DEVC with 1 sub package

What do you see instead?
DUMP : Runtime Errors         SYSTEM_NO_ROLL

Active Calls/Events

Ty.          Program                             Name
FORM         ZAPLINK                             DSP_RESULT_DISPLAY
FORM         ZAPLINK                             DSP_RESULT_DISPLAY
FORM         ZAPLINK                             DSP_RESULT_DISPLAY
FORM         ZAPLINK                             DSP_RESULT_DISPLAY
FORM         ZAPLINK                             DSP_RESULT_DISPLAY
FORM         ZAPLINK                             DSP_RESULT_DISPLAY

Original issue reported on code.google.com by taryck%[email protected] on 18 Mar 2010 at 4:35

Sub-Package are no longer created

What steps will reproduce the problem?
1. Export Package with sub-package
2. delete both on SAP
3. Import them

What is the expected output?
Package and sub-package are created

What do you see instead?
Package is created.
Sub-package is not created because XML parsing failure due to raw data
object is not bound.

Original issue reported on code.google.com by taryck%[email protected] on 18 Mar 2010 at 4:58

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.