mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 06:16:14 +08:00
79 lines
2.1 KiB
XML
79 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<VSEOCLASS>
|
|
<CLSNAME>ZCL_EXCEL_OBSOLETE_FUNC_WRAP</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>Wrap obsolete functioncalls</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
<LINES>
|
|
<TLINE>
|
|
<TDFORMAT>U1</TDFORMAT>
|
|
<TDLINE>&FUNCTIONALITY&</TDLINE>
|
|
</TLINE>
|
|
<TLINE>
|
|
<TDFORMAT>AS</TDFORMAT>
|
|
<TDLINE>Some function are becoming flagged as obsolete in later SAP releases.</TDLINE>
|
|
</TLINE>
|
|
<TLINE>
|
|
<TDLINE>This class will wrap all functions that we are using in ABAP2XLSX in a</TDLINE>
|
|
</TLINE>
|
|
<TLINE>
|
|
<TDLINE>static method where we'll use the newer version that SAP suggests</TDLINE>
|
|
</TLINE>
|
|
<TLINE>
|
|
<TDFORMAT>/</TDFORMAT>
|
|
<TDLINE>We'll keep the old function call as a comment in the method - that way</TDLINE>
|
|
</TLINE>
|
|
<TLINE>
|
|
<TDLINE>anyone installing on an older system may remove the comments to activate</TDLINE>
|
|
</TLINE>
|
|
<TLINE>
|
|
<TDLINE>the previous coding</TDLINE>
|
|
</TLINE>
|
|
<TLINE>
|
|
<TDFORMAT>U1</TDFORMAT>
|
|
<TDLINE>&RELATIONS&</TDLINE>
|
|
</TLINE>
|
|
<TLINE>
|
|
<TDFORMAT>AS</TDFORMAT>
|
|
</TLINE>
|
|
<TLINE>
|
|
<TDFORMAT>U1</TDFORMAT>
|
|
<TDLINE>&EXAMPLE&</TDLINE>
|
|
</TLINE>
|
|
<TLINE>
|
|
<TDFORMAT>AS</TDFORMAT>
|
|
</TLINE>
|
|
<TLINE>
|
|
<TDFORMAT>U1</TDFORMAT>
|
|
<TDLINE>&HINTS&</TDLINE>
|
|
</TLINE>
|
|
<TLINE>
|
|
<TDFORMAT>AS</TDFORMAT>
|
|
</TLINE>
|
|
<TLINE>
|
|
<TDFORMAT>U1</TDFORMAT>
|
|
<TDLINE>&FURTHER_SOURCES_OF_INF&</TDLINE>
|
|
</TLINE>
|
|
<TLINE>
|
|
<TDFORMAT>AS</TDFORMAT>
|
|
</TLINE>
|
|
</LINES>
|
|
<DESCRIPTIONS>
|
|
<SEOCOMPOTX>
|
|
<CLSNAME>ZCL_EXCEL_OBSOLETE_FUNC_WRAP</CLSNAME>
|
|
<CMPNAME>GUID_CREATE</CMPNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>Wrapper for obsolete function GUID_CREATE</DESCRIPT>
|
|
</SEOCOMPOTX>
|
|
</DESCRIPTIONS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|