demos icon indicating copy to clipboard operation
demos copied to clipboard

Demonstration programs

Results 13 demos issues
Sort by recently updated
recently updated
newest added

After I pull the demos repository to SAP BTP Cloud / SAP S/4HANA Public Cloud (via the abapGit Eclipse plugin), almost all objects are not imported. Any chance to enhance...

question

You might be aware of the [abapGit CI Backend](https://github.com/abapGit/CI) which allows to execute integration tests for all object types supported by abapGit. It even supports [a REST API or running...

enhancement

I've looked at ZDEMO_EXCEL30 for hints on how to use the decimal places but it's not working for me when data is coming from SAP sources. For example, when I...

enhancement
help wanted

`ZDEMO_EXCEL9`, all values entered in A8 are rejected, whatever B8 contains a "-" or not: ![image](https://user-images.githubusercontent.com/34005250/151708054-a5fa435c-bedd-43ac-bcde-3a4209b0617f.png) Details of the data validation in cell A8 (Custom, formula `IF(B8"";INDIRECT(LEFT(B8;SEARCH("-";B8;1)));EMPTY)`): ![image](https://user-images.githubusercontent.com/34005250/151707229-505b1f2e-f18f-40f5-b430-fb499ed13011.png)

bug
help wanted

To reproduce, run the program `ZDEMO_EXCEL43`: - Case 1 (short dumps if input Excel file has more than 1 column): - select this Excel file below (has more than 1...

bug
help wanted

I don't understand what this program should demonstrate. Can anyone explain? What means this cell with the text "This cell is unlocked"? In fact it's not unlocked at all. Unlocked...

question
low priority

Fix #71 https://github.com/abap2xlsx/abap2xlsx/pull/1258

`zdemo_excel_checker` shows two "regressions" after https://github.com/abap2xlsx/abap2xlsx/pull/1258, concerning the programs `zdemo_excel2` and `zdemo_excel15_02`: ![image](https://github.com/user-attachments/assets/8c8f327e-dd28-4393-b0bf-4164c79ffe27) These changes are normal and need to be reflected in the corresponding two Excel files stored in...

note `SELECTION-SCREEN BLOCK` indentation is required in this configuration, recent pretty-printer version indents these, but low like 702 does not

hi, any thoughts on extracting the demo logic to classes? this way the class will syntactically be ABAP Cloud Programming Model compatible I've created an interface for output demos, guess...