Marc Bernard
20c1a3c610
Refactor serializer constructor ( #6701 )
2023-12-18 17:16:00 -05:00
Marc Bernard
39d2e88be3
Enhance Serializer Interface - Follow-up ( #6233 )
2023-04-20 17:34:03 +02:00
Marc Bernard
5f1dc6d5e0
Enhance Serializer Interface ( #6229 )
2023-04-20 16:20:01 +02:00
Marc Bernard
2af39232e6
AVAS,CHDO,DDLS,SPRX: Add objects to transport ( #5542 )
2022-05-06 12:39:47 +02:00
Marc Bernard
e049144e87
SPRX: Add objects to transport ( #5521 )
...
- Add proxy to transport in deserialize
- Add objects to transport in delete
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2022-05-03 07:01:57 +02:00
Marc Bernard
252101ea8c
SPRX: Fix suppress_dialog error ( #5491 )
...
On old support package levels, `suppress_dialog` parameter does not exit
2022-04-26 17:24:28 +02:00
Marc Bernard
014d40db1c
Fix "dynpro_send_in_background" ( #5430 )
...
* Fix "dynpro_send_in_background"
Suppresses dialog processes for ENHC, ENHS, ENSC, SPRX, and TRAN.
Closes #5420
* Update zcl_abapgit_object_enho.clas.abap
* Update zcl_abapgit_object_enhs.clas.abap
* Update zcl_abapgit_object_ensc.clas.abap
* Update zcl_abapgit_object_sprx.clas.abap
* Update zcl_abapgit_object_tran.clas.abap
* exit
2022-04-01 17:40:28 +02:00
Marc Bernard
3fa3323b2e
Refactor: Jump to Object Logic ( #5158 )
...
* Refactor: Jump to Object Logic
Continue #5114
- Removes jump_adt and jump_se11 from zcl_abapgit_objects_super
- Remove almost all object-specific jump handlers (zif_abapgit_object~jump) since they are covered by GUI Jumper now
* Remove ZCL_ABAPGIT_OBJECT_SICF
* Remove obsolete RS_TOOL_ACCESS
* FUGR
* IATU
* PDXX
* SRVD
* XINX
Co-authored-by: Lars Hvam <larshp@hotmail.com>
Co-authored-by: Christian Günter <christianguenter@googlemail.com>
2021-11-29 15:52:13 -05:00
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