sweetstuff4u / zaplink

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

ZAPLINK_CONNECTOR_->get_prog_rawsource return Inactive version when there is no inactive version #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Exporting Public, protected or private section (some not all)
2. Compare results with SE24 screen

What is the expected output?
Same data. Inactive serion when inactive version exists

What do you see instead?
Previous version

Exemple for ZL_LIST Public section:
From Method :
public section.
  type-pools SLIS .

From SE24 :
public section.
  type-pools ABAP .
  type-pools SLIS .

Original issue reported on code.google.com by taryck%b...@gtempaccount.com on 7 May 2010 at 7:41

GoogleCodeExporter commented 8 years ago
Fixed using FUNCTION 'RS_OBJECT_IN_WORKING_AREA'

SE24 calling-stack is :
1) METHOD cl_wb_source_req_dispatcher=>get_object_from_sourcename
   To get type with value in EUOBJEDIT. Like OSI for private section
2) METHOD cl_wb_cleditor=>convert_type_and_name
   To get TADIR type. Like CPRI for private section
3) FUNCTION 'RS_OBJECT_IN_WORKING_AREA'
   To know if inactive or working version do exists
Warning step 2 only applie to objects.

Original comment by taryck%b...@gtempaccount.com on 7 May 2010 at 9:22