From b9d2ac12672533ee16167eb2264bcdd11effc2b0 Mon Sep 17 00:00:00 2001 From: mrsimpson Date: Fri, 12 Feb 2016 17:51:14 +0000 Subject: [PATCH] SAPLink-artifacts added --- zcx_saplink.clas.abap | 47 +++++++++++++++++++++++++++++++++++++++++++ zcx_saplink.clas.xml | 46 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 zcx_saplink.clas.abap create mode 100644 zcx_saplink.clas.xml diff --git a/zcx_saplink.clas.abap b/zcx_saplink.clas.abap new file mode 100644 index 000000000..6f31e6632 --- /dev/null +++ b/zcx_saplink.clas.abap @@ -0,0 +1,47 @@ +class ZCX_SAPLINK definition + public + inheriting from CX_STATIC_CHECK + create public . + +public section. + + constants ERROR_MESSAGE type SOTR_CONC value '000C290745541ED59588615316A22C45' ##NO_TEXT. + constants EXISTING type SOTR_CONC value '000C290745541ED59588615316A24C45' ##NO_TEXT. + constants INCORRECT_FILE_FORMAT type SOTR_CONC value '000C290745541ED59588615316A26C45' ##NO_TEXT. + constants LOCKED type SOTR_CONC value '000C290745541ED59588615316A28C45' ##NO_TEXT. + data MSG type STRING value '44F7518323DB08BC02000000A7E42BB6' ##NO_TEXT. + constants NOT_AUTHORIZED type SOTR_CONC value '000C290745541ED59588615316A2AC45' ##NO_TEXT. + constants NOT_FOUND type SOTR_CONC value '000C290745541ED59588615316A2CC45' ##NO_TEXT. + constants NO_PLUGIN type SOTR_CONC value '000C290745541ED59588615316A2EC45' ##NO_TEXT. + constants SYSTEM_ERROR type SOTR_CONC value '000C290745541ED59588615316A30C45' ##NO_TEXT. + constants ZCX_SAPLINK type SOTR_CONC value '000C290745541ED59588615316A32C45' ##NO_TEXT. + data OBJECT type STRING . + + methods CONSTRUCTOR + importing + !TEXTID like TEXTID optional + !PREVIOUS like PREVIOUS optional + !MSG type STRING default '44F7518323DB08BC02000000A7E42BB6' + !OBJECT type STRING optional . +protected section. +private section. +ENDCLASS. + + + +CLASS ZCX_SAPLINK IMPLEMENTATION. + + + method CONSTRUCTOR. +CALL METHOD SUPER->CONSTRUCTOR +EXPORTING +TEXTID = TEXTID +PREVIOUS = PREVIOUS +. + IF textid IS INITIAL. + me->textid = ZCX_SAPLINK . + ENDIF. +me->MSG = MSG . +me->OBJECT = OBJECT . + endmethod. +ENDCLASS. \ No newline at end of file diff --git a/zcx_saplink.clas.xml b/zcx_saplink.clas.xml new file mode 100644 index 000000000..fc8aa5295 --- /dev/null +++ b/zcx_saplink.clas.xml @@ -0,0 +1,46 @@ + + + + ZCX_SAPLINK + 1 + E + SAPlink exception class + 00000000000000000000000000000000 + 40 + 2 + 1 + 0 + + 00000000 + + 00000000 + + 00000000 + + + + X + + X + X + X + S + + + + + + + 00 + + + + + + + 0 + 0 + + + +