demos
demos copied to clipboard
Demonstration programs
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...
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...
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...
`ZDEMO_EXCEL9`, all values entered in A8 are rejected, whatever B8 contains a "-" or not:  Details of the data validation in cell A8 (Custom, formula `IF(B8"";INDIRECT(LEFT(B8;SEARCH("-";B8;1)));EMPTY)`): 
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...
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...
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`:  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...