Taryck / zaplink

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

"A new task will be created" on extract action #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Extract lot of classes some of them will be present in the task created

What is the expected output?
No transport request use

What do you see instead?
A new task will be created for the following request of user xxxx
when using 

Original issue reported on code.google.com by taryck%b...@gtempaccount.com on 25 Jun 2010 at 9:22

Attachments:

GoogleCodeExporter commented 9 years ago
After analyzing here is the calling stack :
14      FORM    APPEND_TO_ORDER SAPLSTRD        LSTRDF30    269
13      FORM    D0300_COMLINE   SAPLSTRD        LSTRDF30    119
12      FUNCTION    TRINT_ORDER_CHOICE  SAPLSTRD        LSTRDU30    191
11      FUNCTION    TRINT_OBJECTS_CHECK_AND_INSERT  SAPLSTRD        LSTRDU50    4.169
10      FUNCTION    TRINT_CORR_INSERT   SAPLSTRD        LSTRDU44    39
9       FUNCTION    RS_CORR_INSERT  SAPLSEUQ        LSEUQU04    207
8       FORM    TRANSPORT   SAPLSEOK        LSEOKF00    92
7       FUNCTION    SEO_CLIF_CORR_INSERT    SAPLSEOK        LSEOKU85    163
6       FUNCTION    SEO_CLASS_GENERATE_SECTIONS SAPLSEOP        LSEOPU02    340
5       METHOD  CHECK_CLAS_SECTIONS ZAPLINK_EXTRACTOR_STANDALONE        ZAPLINK_EXTRACTOR_ST
ANDALONE    23.708
4       METHOD  EXPORT_FROM_SAP_CLASS   ZAPLINK_EXTRACTOR_STANDALONE        ZAPLINK_EXTRACTOR_
STANDALONE  22.613
3       METHOD  ZAPLINK_CONNECTOR~READ_FROM_SAP ZAPLINK_EXTRACTOR_STANDALONE        ZAPLINK_
EXTRACTOR_STANDALONE    23.227
2       METHOD  EXTRACT_BY_TYPE ZAPLINK_EXTRACTOR_STANDALONE        ZAPLINK_EXTRACTOR_STANDA
LONE    14.207
1       EVENT   START-OF-SELECTION  ZAPLINK_EXTRACTOR_STANDALONE        ZAPLINK_EXTRACTOR_STAN
DALONE  27.258

The change is due to the call SEO_CLASS_GENERATE_SECTIONS in method 
CHECK_CLAS_SECTIONS. This action is connected to issue 71.
This change is required by design and do not change ABAP Code at all just a 
section regeneration.

This Issue is closed.

Original comment by taryck%b...@gtempaccount.com on 25 Jun 2010 at 9:46