mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
SAPLink-artifacts added
This commit is contained in:
parent
95bc37a6c1
commit
6405ac7ab4
41
zsaplink_bopf.clas.abap
Normal file
41
zsaplink_bopf.clas.abap
Normal file
|
@ -0,0 +1,41 @@
|
|||
class ZSAPLINK_BOPF definition
|
||||
public
|
||||
inheriting from ZSAPLINK_GENERIC_OBJ
|
||||
final
|
||||
create public .
|
||||
|
||||
*/---------------------------------------------------------------------\
|
||||
*| This file is part of SAPlink. |
|
||||
*| |
|
||||
*| SAPlink is free software; you can redistribute it and/or modify |
|
||||
*| it under the terms of the GNU General Public License as published |
|
||||
*| by the Free Software Foundation; either version 2 of the License, |
|
||||
*| or (at your option) any later version. |
|
||||
*| |
|
||||
*| SAPlink is distributed in the hope that it will be useful, |
|
||||
*| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
||||
*| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
||||
*| GNU General Public License for more details. |
|
||||
*| |
|
||||
*| You should have received a copy of the GNU General Public License |
|
||||
*| along with SAPlink; if not, write to the |
|
||||
*| Free Software Foundation, Inc., |
|
||||
*| 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|
||||
*\---------------------------------------------------------------------/
|
||||
public section.
|
||||
protected section.
|
||||
|
||||
methods GETOBJECTTYPE
|
||||
redefinition .
|
||||
private section.
|
||||
ENDCLASS.
|
||||
|
||||
|
||||
|
||||
CLASS ZSAPLINK_BOPF IMPLEMENTATION.
|
||||
|
||||
|
||||
METHOD getobjecttype.
|
||||
objecttype = 'BOBF'.
|
||||
ENDMETHOD.
|
||||
ENDCLASS.
|
1814
zsaplink_bopf.clas.locals_imp.abap
Normal file
1814
zsaplink_bopf.clas.locals_imp.abap
Normal file
File diff suppressed because it is too large
Load Diff
53
zsaplink_bopf.clas.xml
Normal file
53
zsaplink_bopf.clas.xml
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<abapGit version="v0.2-alpha">
|
||||
<VSEOCLASS>
|
||||
<CLSNAME>ZSAPLINK_BOPF</CLSNAME>
|
||||
<VERSION>1</VERSION>
|
||||
<LANGU>E</LANGU>
|
||||
<DESCRIPT>Saplink adapter for BOPF objects</DESCRIPT>
|
||||
<UUID>00000000000000000000000000000000</UUID>
|
||||
<CATEGORY>00</CATEGORY>
|
||||
<EXPOSURE>2</EXPOSURE>
|
||||
<STATE>1</STATE>
|
||||
<RELEASE>0</RELEASE>
|
||||
<AUTHOR></AUTHOR>
|
||||
<CREATEDON>00000000</CREATEDON>
|
||||
<CHANGEDBY></CHANGEDBY>
|
||||
<CHANGEDON>00000000</CHANGEDON>
|
||||
<CHGDANYBY></CHGDANYBY>
|
||||
<CHGDANYON>00000000</CHGDANYON>
|
||||
<CLSEMBED></CLSEMBED>
|
||||
<CLSABSTRCT></CLSABSTRCT>
|
||||
<CLSFINAL>X</CLSFINAL>
|
||||
<CLSCCINCL>X</CLSCCINCL>
|
||||
<REMOTE></REMOTE>
|
||||
<FIXPT>X</FIXPT>
|
||||
<VARCL></VARCL>
|
||||
<UNICODE>X</UNICODE>
|
||||
<RSTAT></RSTAT>
|
||||
<CLSDEFATT></CLSDEFATT>
|
||||
<CLSDEFMTD></CLSDEFMTD>
|
||||
<CLSDEFINT></CLSDEFINT>
|
||||
<CLSBCIMPL></CLSBCIMPL>
|
||||
<R3RELEASE></R3RELEASE>
|
||||
<CLSBCTRANS></CLSBCTRANS>
|
||||
<CLSBCCAT>00</CLSBCCAT>
|
||||
<CLSADDON></CLSADDON>
|
||||
<MSG_ID></MSG_ID>
|
||||
<CLSBCNODEL></CLSBCNODEL>
|
||||
<CLSPROXY></CLSPROXY>
|
||||
<CLSSHAREDMEMORY></CLSSHAREDMEMORY>
|
||||
<WITH_UNIT_TESTS></WITH_UNIT_TESTS>
|
||||
<DURATION_TYPE>0 </DURATION_TYPE>
|
||||
<RISK_LEVEL>0 </RISK_LEVEL>
|
||||
<WITHIN_PACKAGE></WITHIN_PACKAGE>
|
||||
</VSEOCLASS>
|
||||
<TEXTPOOL_TABLE>
|
||||
<TEXTPOOL>
|
||||
<ID>I</ID>
|
||||
<KEY>001</KEY>
|
||||
<ENTRY>Business object exists in this state in the system. No changes to be made</ENTRY>
|
||||
<LENGTH>73 </LENGTH>
|
||||
</TEXTPOOL>
|
||||
</TEXTPOOL_TABLE>
|
||||
</abapGit>
|
Loading…
Reference in New Issue
Block a user