From b97a02a617003e504c189e827d3330dfb5aa6ea7 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sun, 25 May 2025 09:41:01 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 800bcf2..9f1ae43 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # abap2xlsx demos Demonstration programs +Some demos can be run direclty via https://github.com/abap2xlsx/abap2xlsx-web without installing into a real system. + Report `ZABAP2XLSX_DEMO_SHOW` display all demo reports. Listed demo reports can be viewed and executed by double click. ![image](https://user-images.githubusercontent.com/75187288/215830193-3a98e61d-91a5-43cd-866d-1ae45a0f9312.png) From 7b7822c0534caf47199419e0ecb4d3d8295caeb5 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sun, 25 May 2025 09:41:50 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f1ae43..53a6a07 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # abap2xlsx demos Demonstration programs -Some demos can be run direclty via https://github.com/abap2xlsx/abap2xlsx-web without installing into a real system. +Some demos can be run direclty via https://abap2xlsx.github.io/abap2xlsx-web/ without installing into a real system. Report `ZABAP2XLSX_DEMO_SHOW` display all demo reports. Listed demo reports can be viewed and executed by double click.