-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from RegestaItalia/development
1.0.1
- Loading branch information
Showing
11 changed files
with
164 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
INTERFACE zif_trm | ||
PUBLIC . | ||
|
||
CONSTANTS version TYPE string VALUE '1.0.0' ##NO_TEXT. | ||
CONSTANTS version TYPE string VALUE '1.0.1' ##NO_TEXT. | ||
|
||
ENDINTERFACE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
FUNCTION ZTRM_SET_INTEGRITY. | ||
*"---------------------------------------------------------------------- | ||
*"*"Local Interface: | ||
*" IMPORTING | ||
*" VALUE(IS_INTEGRITY) TYPE ZTRM_INTEGRITY | ||
*" EXCEPTIONS | ||
*" TRM_RFC_UNAUTHORIZED | ||
*"---------------------------------------------------------------------- | ||
CALL FUNCTION 'ZTRM_CHECK_AUTH' | ||
EXCEPTIONS | ||
trm_rfc_unauthorized = 1. | ||
IF sy-subrc EQ 1. | ||
RAISE trm_rfc_unauthorized. | ||
ENDIF. | ||
|
||
MODIFY ztrm_integrity FROM is_integrity. | ||
COMMIT WORK AND WAIT. | ||
|
||
|
||
|
||
ENDFUNCTION. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<abapGit version="v1.0.0" serializer="LCL_OBJECT_TABL" serializer_version="v1.0.0"> | ||
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0"> | ||
<asx:values> | ||
<DD02V> | ||
<TABNAME>ZTRM_INTEGRITY</TABNAME> | ||
<DDLANGUAGE>E</DDLANGUAGE> | ||
<TABCLASS>TRANSP</TABCLASS> | ||
<DDTEXT>Package integrity</DDTEXT> | ||
<MASTERLANG>E</MASTERLANG> | ||
<MAINFLAG>X</MAINFLAG> | ||
<CONTFLAG>A</CONTFLAG> | ||
<EXCLASS>1</EXCLASS> | ||
</DD02V> | ||
<DD09L> | ||
<TABNAME>ZTRM_INTEGRITY</TABNAME> | ||
<AS4LOCAL>A</AS4LOCAL> | ||
<TABKAT>0</TABKAT> | ||
<TABART>APPL0</TABART> | ||
<BUFALLOW>N</BUFALLOW> | ||
</DD09L> | ||
<DD03P_TABLE> | ||
<DD03P> | ||
<FIELDNAME>PACKAGE_NAME</FIELDNAME> | ||
<KEYFLAG>X</KEYFLAG> | ||
<ROLLNAME>ZTRM_PACKAGE_NAME</ROLLNAME> | ||
<ADMINFIELD>0</ADMINFIELD> | ||
<NOTNULL>X</NOTNULL> | ||
<COMPTYPE>E</COMPTYPE> | ||
</DD03P> | ||
<DD03P> | ||
<FIELDNAME>PACKAGE_REGISTRY</FIELDNAME> | ||
<KEYFLAG>X</KEYFLAG> | ||
<ROLLNAME>ZTRM_PACKAGE_REGISTRY</ROLLNAME> | ||
<ADMINFIELD>0</ADMINFIELD> | ||
<NOTNULL>X</NOTNULL> | ||
<COMPTYPE>E</COMPTYPE> | ||
</DD03P> | ||
<DD03P> | ||
<FIELDNAME>INTEGRITY</FIELDNAME> | ||
<ROLLNAME>ZTRM_PACKAGE_INTEGRITY</ROLLNAME> | ||
<ADMINFIELD>0</ADMINFIELD> | ||
<NOTNULL>X</NOTNULL> | ||
<COMPTYPE>E</COMPTYPE> | ||
</DD03P> | ||
</DD03P_TABLE> | ||
</asx:values> | ||
</asx:abap> | ||
</abapGit> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<abapGit version="v1.0.0" serializer="LCL_OBJECT_DTEL" serializer_version="v1.0.0"> | ||
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0"> | ||
<asx:values> | ||
<DD04V> | ||
<ROLLNAME>ZTRM_PACKAGE_INTEGRITY</ROLLNAME> | ||
<DDLANGUAGE>E</DDLANGUAGE> | ||
<HEADLEN>55</HEADLEN> | ||
<SCRLEN1>10</SCRLEN1> | ||
<SCRLEN2>20</SCRLEN2> | ||
<SCRLEN3>40</SCRLEN3> | ||
<DDTEXT>TRM Package Integrity</DDTEXT> | ||
<REPTEXT>Integrity</REPTEXT> | ||
<SCRTEXT_S>Int</SCRTEXT_S> | ||
<SCRTEXT_M>Integrity</SCRTEXT_M> | ||
<SCRTEXT_L>Integrity</SCRTEXT_L> | ||
<DTELMASTER>E</DTELMASTER> | ||
<DATATYPE>CHAR</DATATYPE> | ||
<LENG>000128</LENG> | ||
<OUTPUTLEN>000128</OUTPUTLEN> | ||
</DD04V> | ||
</asx:values> | ||
</asx:abap> | ||
</abapGit> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters