Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
preinboth committed Mar 25, 2022
1 parent 59afdd9 commit c4ad44c
Show file tree
Hide file tree
Showing 11 changed files with 977 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .abapgit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<DATA>
<MASTER_LANGUAGE>E</MASTER_LANGUAGE>
<STARTING_FOLDER>/src/</STARTING_FOLDER>
<FOLDER_LOGIC>FULL</FOLDER_LOGIC>
</DATA>
</asx:values>
</asx:abap>
10 changes: 10 additions & 0 deletions src/package.devc.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<abapGit version="v1.0.0" serializer="LCL_OBJECT_DEVC" serializer_version="v1.0.0">
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<DEVC>
<CTEXT>Domain check values</CTEXT>
</DEVC>
</asx:values>
</asx:abap>
</abapGit>
Loading

0 comments on commit c4ad44c

Please sign in to comment.