Ivan
3855e5b97f
Merge pull request #495 from TBuryanek/patch-1
...
Allow user specific ALV variant in SALV converter
2017-07-26 09:09:22 -05:00
Ivan
1c127e1a6b
Merge pull request #493 from larshp/master
...
update to latest abapGit format
2017-07-26 09:08:41 -05:00
paladv
7303fb3c98
Fixing syntax errors in ZDEMO_TECHED8 ZDEMO_TECHED9 reports
2017-07-26 14:04:26 +02:00
Tomas
b74bc20d10
Allow user specific ALV variant in SALV converter
...
Same problem is in standart CL_SALV_TABLE~TO_XML method (from which this converter was probably inspired).
2017-07-21 13:02:05 +02:00
larshp
943c124cff
update to latest abapGit format
2017-07-07 18:56:30 +00:00
Ivan
f2390f6375
Merge pull request #492 from ivanfemia/Column-Row-Dimension-Fix
...
Column row dimension fix
2017-07-07 13:10:21 -05:00
Ivan
c8b9132337
Merge branch 'master' into Column-Row-Dimension-Fix
2017-07-07 13:10:08 -05:00
Ivan Femia
cf7d5da6ca
Fix #484
...
Remove obsolete objects
2017-05-22 21:02:18 +02:00
Ivan Femia
969da4a9dc
Fix issue #484
...
Removed the conditional formatting object from the structure
2017-05-22 21:00:39 +02:00
Ivan Femia
d4464072c1
Fixed #484
...
Removed also issue with style class
2017-05-20 00:42:59 +02:00
Ivan Femia
6c124bf61d
Fix issue #484
...
Removed row dimension and introduced row object
2017-05-19 23:52:29 +02:00
Ivan Femia
18cfa99a18
Remove old objects #484
...
Moving from the old column dimension class to the new column class and aligning the management of the collection
2017-05-19 00:39:03 +02:00
Ivan Femia
68b2c66edd
First implementation for issue #484
2017-05-19 00:11:31 +02:00
Ivan
6356cad9f3
Merge pull request #485 from larshp/master
...
clean up
2017-05-18 12:01:20 -05:00
larshp
77bedd78c4
remove unreferenced variables
2017-05-18 16:44:58 +00:00
larshp
4f0393541d
remove end of method statements with no effect
2017-05-18 16:03:12 +00:00
larshp
a3509f1d48
remove TRY without CATCH
2017-05-18 16:00:08 +00:00
Ivan
ee10976c8a
Update README.md
2017-05-18 09:24:07 -05:00
Ivan Femia
240c61dbd7
Fixing after abapGit migration
2017-05-17 22:35:15 +02:00
Ivan Femia
f44f7baae4
Fix issue #461
2017-05-17 22:30:10 +02:00
Ivan Femia
2812fce7ce
fixing after abapGit migration
2017-05-17 22:29:27 +02:00
Ivan Femia
5d80ca2a41
Fix issue #461
2017-05-17 22:26:37 +02:00
Ivan
1b121ea592
Merge pull request #482 from larshp/master
...
fix PROG translations
2017-05-17 15:21:45 -05:00
larshp
b6d536d34e
fix PROG translations
...
make sure to use latest abapGit
2017-05-17 17:36:38 +00:00
Ivan
3ec29afa6d
Remove old SAPlink slnk file
...
Only nugget will be available, any contribution will be managed via
abapGit
2017-05-17 11:40:43 -05:00
Ivan Femia
7de6d2a987
Dummy change for testing
2017-05-17 18:26:02 +02:00
Ivan Femia
8675f3e1c4
Fix text elements after moving to abapGit
2017-05-17 18:22:08 +02:00
Ivan
26cd88ba76
Merge pull request #481 from larshp/master
...
Fix broken CUAs
2017-05-17 11:12:09 -05:00
larshp
8d562dbba1
fix more CUAs
2017-05-17 15:37:48 +00:00
larshp
762e7979ab
test CUA fix
2017-05-17 15:33:26 +00:00
Ivan Femia
1e784c748a
Moving to abapGit
2017-05-16 22:28:51 +02:00
Ivan Femia
14874360eb
Moving to abapGit
2017-05-16 22:27:34 +02:00
Ivan Femia
f8b0e354db
Moving to abapGit
...
First commit to abapGit
2017-05-16 22:22:30 +02:00
Ivan
d1169189e9
Merge pull request #472 from FoxAhead/optimization
...
Optimization
2017-01-24 10:14:48 -06:00
FoxAhead
d2137bf4b3
Optimization: less calls of UCCPI.
...
Optimized methods:
CONVERT_COLUMN2ALPHA
CONVERT_COLUMN2INT.
Too much calls of cl_abap_conv* for UCCPI replaced with statics variables. The improvement is noticeable on binding large tables.
2017-01-24 17:01:09 +03:00
Ivan
c2f2f510e7
Merge pull request #464 from FoxAhead/FoxAhead-patch-1
...
Method DATE_TO_EXCEL_STRING: Date field = space
2017-01-17 12:09:47 -06:00
Gregor Wolf
ceb816ca8a
Replace link to abap2xlsx.org
...
with https://ivanfemia.github.io/abap2xlsx/
2017-01-04 11:03:08 +01:00
FoxAhead
8b8d684cbc
Merge pull request #1 from FoxAhead/FoxAhead-patch-1
...
Method DATE_TO_EXCEL_STRING: Date field = space
2016-09-29 15:03:31 +03:00
FoxAhead
371dfbba56
Method DATE_TO_EXCEL_STRING: Date field = space
...
Sometimes you get date field empty - containing only space(s) (not zeroes '00000000'). This value treated as not initial in ABAP for fields typed as D. This resulted in passing by
CHECK ip_value IS NOT INITIAL
and calculating
lv_date_diff = ip_value - c_excel_baseline_date + 1.
which returns "-693596". In EXCEL this displayed as #########...
2016-09-29 15:00:57 +03:00
Łukasz Pęgiel
538c544c55
Merge pull request #460 from fidley/master
...
Daily build 7.06 version history
2016-09-10 10:04:26 +02:00
Łukasz Pęgiel
612ead65f4
Daily build 7.06 version history
2016-09-10 10:01:01 +02:00
Łukasz Pęgiel
6f7d6a3ce0
Merge remote-tracking branch 'refs/remotes/ivanfemia/master'
2016-09-10 09:51:54 +02:00
Alessandro Iannacci
8deaf71715
Issue: VERSION constant is 7.0.3 in the 7.0.6 NUGG file ( #459 )
...
Issue: VERSION constant is 7.0.3 in the 7.0.6 NUGG file (#459 )
2016-09-09 15:29:21 +02:00
Alessandro Iannacci
bfb4705728
Merge pull request #456 from ivanfemia/revert-451-master
...
Revert "Add files via upload"
2016-09-02 15:21:18 +02:00
Alessandro Iannacci
7835033184
Revert "Add files via upload"
2016-09-02 15:20:25 +02:00
Ivan
9a697b8ade
Merge pull request #451 from StefanSchnell/master
...
Add files via upload
2016-08-16 09:23:33 -05:00
Stefan Schnell
8b0000dd8b
Add files via upload
...
A few tiny corrections:
1. Add in class ZCL_EXCEL_READER_2007 at method READ_FROM_APPLSERVER in signature raising clause.
2. Add in class ZCL_EXCEL_CONVERT at methods OPEN_FILE and WRITE_FILE exceptions at gui_download method and add in both methods signature raising clause.
3. Add in class ZCL_EXCEL_CONVERT a text 'A problem occurred when writen the file'.
4. Changed occured to occurred in the whole file.
5. Changed Schmöcker to Schmoeker in the whole file.
2016-08-16 05:42:03 +02:00
Stefan Schnell
9eae43b0f5
Add files via upload
...
A few tiny corrections:
1. Add in class ZCL_EXCEL_READER_2007 at method READ_FROM_APPLSERVER in signature raising clause.
2. Add in class ZCL_EXCEL_CONVERT at methods OPEN_FILE and WRITE_FILE exceptions at gui_download method and add in both methods signature raising clause.
3. Add in class ZCL_EXCEL_CONVERT a text 'A problem occurred when writen the file'.
4. Changed occured to occurred in the whole file.
5. Changed Schmöcker to Schmoeker in the whole file.
2016-08-16 05:23:39 +02:00
Łukasz Pęgiel
1637eff355
Merge pull request #428 from fidley/master
...
Excel_TABLE
2016-04-01 20:25:00 +02:00
Łukasz Pęgiel
5df8423aca
ExclTable
2016-04-01 20:23:13 +02:00