victorizbitskiy
73496a2755
Refactor: Exception handling #4852 ( #4869 )
...
https://github.com/abapGit/abapGit/issues/4852
2021-07-13 09:13:25 +02:00
Lars Hvam
03724484f1
use boolc ( #3920 )
2020-09-23 12:28:13 +02:00
g-back
c05af1163f
XML Refactoring: zif_abapgit_object et al. ( #3895 )
...
* change xml references
* change xml reference, remove type definition
deleted type already exists in zif_abapgit_definitions
* change XML references
* change indentation
* fix indentation
* fix ident pt. 3
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-09-17 17:24:32 +02:00
Lars Hvam
714fe7202d
whitespace fixes ( #2964 )
...
* whitespace fixes
* fix sql compare operators
2019-10-11 02:50:16 -07:00
Martin Fuchs
9f2db446b1
simplified GET_DESERIALIZE_STEPS
...
Since all object handler contains exactly the same CASE statement for STEP definition, I would recommend that each object handler simply returns the STEP he belongs to.
This fix should "simply" issue #2499 .
2019-05-05 00:57:52 -07:00
GoWa
21527528c6
call redefined method of IF
2019-03-12 21:49:15 -07:00
larshp
25f6284493
implement GET_DESERIALIZE_STEPS
...
this is a quick fix, field LATE_DESER will be removed in future
2019-03-12 07:37:56 -07:00
larshp
7da7327f36
SPRX downport
2019-02-27 21:56:30 -08:00
Lars Hvam
3213d0c2dd
Deserialization performance, refactor COMPARE_TO_REMOTE_VERSION ( #2438 )
...
* core part refactored #2436
* indentation
* fix implementations
* delete ZCL_ABAPGIT_COMPARISON_NULL
* pretty print
* Update serializers.md
* downport
2019-02-20 22:20:24 -08:00
Lars Hvam
3cc38cdf90
SPRX, change serialization logic ( #2431 )
...
* SPRX, change serialization logic
* some progress
* delete method dequeue_proxy
* move deserialize_proxy to INTF
2019-02-20 22:00:22 -08:00
Lars Hvam
25d4c9ea07
Remove HAS_CHANGED_SINCE #1021 ( #2401 )
...
* core part removed
* remove method implementations
2019-02-15 06:51:57 -08:00
larshp
f68c3c244e
SPRX: refactor
...
SPRX: refactor, issue #2365
2019-02-07 00:55:59 -08:00
larshp
474a4b9051
include "SPRX" in SPRX error description
2019-02-05 23:11:34 -08:00
Christian Guenter
8219acf73b
SPRX: improve exception handling
2019-02-03 21:43:32 -08:00
Christian Guenter
2c8a3f3b17
SPRX: fix class definition
2019-02-03 21:15:44 +01:00
Christian Günter
6cc064d794
SPRX: Proxy Object
...
Proxy objects are quite complex. With this commit we add basic SPRX support.
Working scenarios are:
- Service Consumer
- Service Provider
2019-02-02 03:06:11 -08:00