Missed file in latest commit

git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@269 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
This commit is contained in:
Ivan Femia 2012-03-19 19:33:13 +00:00
parent c765b00ac0
commit abcd2bb542

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-16"?> <?xml version="1.0" encoding="utf-16"?>
<CLAS CLSNAME="ZCL_EXCEL_CONVERTER_EX_RESULT" VERSION="1" LANGU="E" DESCRIPT="SALV converter" UUID="4F2FC25C1097003CE1008000C008015A" CATEGORY="00" EXPOSURE="2" STATE="1" RELEASE="0" AUTHOR="RTURNHEIM" CREATEDON="20120208" CHANGEDON="00000000" CHGDANYON="00000000" CLSFINAL="X" CLSCCINCL="X" FIXPT="X" UNICODE="X" R3RELEASE="700" CLSBCCAT="00" DURATION_TYPE="0 " RISK_LEVEL="0 " REFCLSNAME="ZCL_EXCEL_CONVERTER_ALV"> <CLAS CLSNAME="ZCL_EXCEL_CONVERTER_EX_RESULT" VERSION="1" LANGU="E" DESCRIPT="SALV converter" UUID="4F2FC25C1097003CE1008000C008015A" CATEGORY="00" EXPOSURE="2" STATE="1" RELEASE="0" AUTHOR="FEMIA" CREATEDON="20120319" CHANGEDBY="FEMIA" CHANGEDON="20120319" CHGDANYON="00000000" CLSFINAL="X" CLSCCINCL="X" FIXPT="X" UNICODE="X" R3RELEASE="702" CLSBCCAT="00" DURATION_TYPE="0 " RISK_LEVEL="0 " REFCLSNAME="ZCL_EXCEL_CONVERTER_ALV">
<publicSection>class ZCL_EXCEL_CONVERTER_EX_RESULT definition <publicSection>class ZCL_EXCEL_CONVERTER_EX_RESULT definition
public public
inheriting from ZCL_EXCEL_CONVERTER_ALV inheriting from ZCL_EXCEL_CONVERTER_ALV
final final
create public . create public .
public section.
*&quot;* public components of class ZCL_EXCEL_CONVERTER_EX_RESULT *&quot;* public components of class ZCL_EXCEL_CONVERTER_EX_RESULT
*&quot;* do not include other source files here!!! *&quot;* do not include other source files here!!!
public section.
methods ZIF_EXCEL_CONVERTER~CAN_CONVERT_OBJECT
redefinition .
methods ZIF_EXCEL_CONVERTER~CREATE_FIELDCATALOG methods ZIF_EXCEL_CONVERTER~CREATE_FIELDCATALOG
redefinition .
methods ZIF_EXCEL_CONVERTER~CAN_CONVERT_OBJECT
redefinition .</publicSection> redefinition .</publicSection>
<protectedSection>*&quot;* protected components of class ZCL_EXCEL_CONVERTER_SALV_TABLE <protectedSection>protected section.
*&quot;* do not include other source files here!!! *&quot;* protected components of class ZCL_EXCEL_CONVERTER_EX_RESULT
protected section.</protectedSection> *&quot;* do not include other source files here!!!</protectedSection>
<privateSection>*&quot;* private components of class ZCL_EXCEL_CONVERTER_EX_RESULT <privateSection>*&quot;* private components of class ZCL_EXCEL_CONVERTER_EX_RESULT
*&quot;* do not include other source files here!!! *&quot;* do not include other source files here!!!
private section.</privateSection> private section.</privateSection>
@ -28,13 +28,12 @@ private section.</privateSection>
*&quot;* implementation or private method&apos;s signature</localTypes> *&quot;* implementation or private method&apos;s signature</localTypes>
<localMacros>*&quot;* use this source file for any macro definitions you need <localMacros>*&quot;* use this source file for any macro definitions you need
*&quot;* in the implementation part of the class</localMacros> *&quot;* in the implementation part of the class</localMacros>
<inheritance CLSNAME="ZCL_EXCEL_CONVERTER_EX_RESULT" REFCLSNAME="ZCL_EXCEL_CONVERTER_ALV" VERSION="1" STATE="1" AUTHOR="RTURNHEIM" CREATEDON="20120208" CHANGEDON="00000000"> <inheritance CLSNAME="ZCL_EXCEL_CONVERTER_EX_RESULT" REFCLSNAME="ZCL_EXCEL_CONVERTER_ALV" VERSION="1" STATE="1" AUTHOR="FEMIA" CREATEDON="20120319" CHANGEDBY="FEMIA" CHANGEDON="20120319">
<redefinition CLSNAME="ZCL_EXCEL_CONVERTER_EX_RESULT" REFCLSNAME="ZCL_EXCEL_CONVERTER_ALV" VERSION="1" MTDNAME="ZIF_EXCEL_CONVERTER~CAN_CONVERT_OBJECT"/> <redefinition CLSNAME="ZCL_EXCEL_CONVERTER_EX_RESULT" REFCLSNAME="ZCL_EXCEL_CONVERTER_ALV" VERSION="1" MTDNAME="ZIF_EXCEL_CONVERTER~CAN_CONVERT_OBJECT" EXPOSURE="2"/>
<redefinition CLSNAME="ZCL_EXCEL_CONVERTER_EX_RESULT" REFCLSNAME="ZCL_EXCEL_CONVERTER_ALV" VERSION="1" MTDNAME="ZIF_EXCEL_CONVERTER~CREATE_FIELDCATALOG"/> <redefinition CLSNAME="ZCL_EXCEL_CONVERTER_EX_RESULT" REFCLSNAME="ZCL_EXCEL_CONVERTER_ALV" VERSION="1" MTDNAME="ZIF_EXCEL_CONVERTER~CREATE_FIELDCATALOG" EXPOSURE="0"/>
</inheritance> </inheritance>
<interfaceMethod CLSNAME="ZCL_EXCEL_CONVERTER_EX_RESULT" CPDNAME="ZIF_EXCEL_CONVERTER~CAN_CONVERT_OBJECT"> <interfaceMethod CLSNAME="ZCL_EXCEL_CONVERTER_EX_RESULT" CPDNAME="ZIF_EXCEL_CONVERTER~CAN_CONVERT_OBJECT">
<source>METHOD zif_excel_converter~can_convert_object. <source>METHOD zif_excel_converter~can_convert_object.
DATA: lo_result TYPE REF TO cl_salv_ex_result_data_table. DATA: lo_result TYPE REF TO cl_salv_ex_result_data_table.
TRY. TRY.
@ -42,7 +41,6 @@ private section.</privateSection>
CATCH cx_sy_move_cast_error . CATCH cx_sy_move_cast_error .
RAISE EXCEPTION TYPE zcx_excel. RAISE EXCEPTION TYPE zcx_excel.
ENDTRY. ENDTRY.
ENDMETHOD.</source> ENDMETHOD.</source>
</interfaceMethod> </interfaceMethod>
<interfaceMethod CLSNAME="ZCL_EXCEL_CONVERTER_EX_RESULT" CPDNAME="ZIF_EXCEL_CONVERTER~CREATE_FIELDCATALOG"> <interfaceMethod CLSNAME="ZCL_EXCEL_CONVERTER_EX_RESULT" CPDNAME="ZIF_EXCEL_CONVERTER~CREATE_FIELDCATALOG">
@ -65,7 +63,7 @@ ENDMETHOD.</source>
IF lo_result IS BOUND. IF lo_result IS BOUND.
lo_bs_data ?= lo_result-&gt;r_model-&gt;r_data. lo_bs_data ?= lo_result-&gt;r_model-&gt;r_data.
lo_data = lo_bs_data-&gt;get_ref_to_table( ) . lo_data = lo_bs_data-&gt;if_salv_bs_data_source~get_table_ref( ) .
ASSIGN lo_data-&gt;* TO &lt;fs_table&gt; . ASSIGN lo_data-&gt;* TO &lt;fs_table&gt; .
lo_ex_cm ?= lo_result-&gt;r_model-&gt;r_model. lo_ex_cm ?= lo_result-&gt;r_model-&gt;r_model.