diff --git a/docs/abapGit-installation.md b/docs/abapGit-installation.md index 15b7ce7..14b3a48 100644 --- a/docs/abapGit-installation.md +++ b/docs/abapGit-installation.md @@ -4,7 +4,7 @@ ## Procedure -Execute abapGit using the report **ZABAPGIT_FULL**, click on *New Online*, fill the field *Git repository URL* with *https://github.com/abap2xlsx/abap2xlsx.git*, package with *$abap2xlsx* if you just want to test. If you want to transport abap2xlsx to production then use a non local package, for example ZABAP2XLSX. Click *Create package* if the package doesn't exist yet. Then click *Clone online repo* +Execute abapGit using the report **ZABAPGIT_FULL**, click on *New Online*, fill the field *Git repository URL* with *https://github.com/abap2xlsx/abap2xlsx.git*, package with *$abap2xlsx* if you just want to test. If you want to transport abap2xlsx to production then use a non local package, for example ZABAP2XLSX. Click *Create package* if the package doesn't exist yet. Then click *Clone online repo*. ![abapGit New Online Repository](new-online-abap2xlsx.png) diff --git a/src/demos/package.devc.xml b/src/demos/package.devc.xml deleted file mode 100644 index 41982c3..0000000 --- a/src/demos/package.devc.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - Spreadsheet Demo Reports - - - - diff --git a/src/zcl_excel_graph.clas.abap b/src/zcl_excel_graph.clas.abap index 39272ea..e5f885f 100644 --- a/src/zcl_excel_graph.clas.abap +++ b/src/zcl_excel_graph.clas.abap @@ -320,7 +320,7 @@ CLASS zcl_excel_graph DEFINITION !ip_value TYPE c . METHODS set_title IMPORTING - VALUE(ip_value) TYPE string . + ip_value TYPE string . PROTECTED SECTION. *"* protected components of class ZCL_EXCEL_GRAPH *"* do not include other source files here!!!