Francisco Milán
105a202f8c
Fix typos within the code base ( #6858 )
2024-03-16 10:24:16 +01:00
francisco-milan
bac2666e51
Fix typos and adjust comments within the codebase (Cont'd) ( #6786 )
2024-02-01 08:21:41 +01:00
Marc Bernard
20c1a3c610
Refactor serializer constructor ( #6701 )
2023-12-18 17:16:00 -05:00
Marc Bernard
241b95af91
Clean-up select_single_full_key
( #6615 )
...
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2023-11-03 10:23:59 -04:00
Marc Bernard
cb08c70741
Implement changed_by
for several objects ( #6554 )
...
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2023-10-24 06:48:26 +02: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
6485ec50c1
Refactor: MESSAGE ... INTO
( #6008 )
2023-01-25 09:55:41 +01:00
Marc Bernard
e0e3b442a0
Various objects: Add documentation (longtexts) ( #5796 )
...
Add documentation (longtexts)
After #5786 , Ref #5774
Serialize and deserialize documentation of CHAR, DTEL supplements, SFBF, SFBS, SFSW, TTYP, VIEW, WDYA, XINX
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2022-10-04 09:18:28 -04:00
Marc Bernard
0ab3ee0a06
Remove aliases from object classes ( #5588 )
2022-06-04 10:33:42 +02:00
Christian Günter
2ba6151355
JUMP: Switch execution order - first specific then generic ( #5357 )
...
* Switch jump order
* fix DDLS
* fix SHI3
2022-02-18 05:48:36 +01:00
Marc Bernard
ac8bde9f6c
Fix use of sy-langu in object serializers ( #4807 )
...
* Fix use of sy-langu in object serializers
- Replace sy-langu variable with mv_language
- Replace sy-langu type with langu (makes it easier to spot sy-langu)
- Enhance generic serializer to use mv_language
- Add unit tests to generic serializer
- Adjust and simplify serializers that are based on generic class
Closes #2080
* Update scvi+ueno
* Revert scvi
* Langu
* Langu
* Langu
* Langu
* Langu
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-06-01 13:02:42 +02:00
Juraj Adásek
f710d368e5
Regenerate profile SAP_ALL ( #4792 )
...
* Regenerate profile SAP_ALL
* Regenerate profile SAP_ALL after SUSO delete
Co-authored-by: Juraj Adasek <juraj.adasek@sap.com>
2021-05-27 06:05:22 +02:00
Marc Bernard
3183f95bb6
SUSO: Improve error message when deleting auth.object ( #3642 )
...
Reference to transaction SU21, which can be used to find out where auth.object is still used.
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-07-16 10:33:21 +02:00
Jaime Rodriguez Capote
543114963f
abapOpenCheck - Naming Conventions revision #3239 ( #3240 )
...
* abapOpenChecks config file
* Ignore SCI config folder
* checks revision
* Revert "checks revision"
This reverts commit 56a12289df
.
* Renaming non-constants
Pending:
* Remove SCI configuration
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-03-09 17:34:26 +01: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
Lars Hvam
34e8e0bb69
Uninstall, fix some error messages ( #2451 )
...
* SUSO, fix error message
* DDLS error message
instead of "Object could not be deleted"
2019-02-24 22:46:02 -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
25d4c9ea07
Remove HAS_CHANGED_SINCE #1021 ( #2401 )
...
* core part removed
* remove method implementations
2019-02-15 06:51:57 -08:00
larshp
aae099b93d
naming conventions
2018-11-11 17:45:12 +01:00
Domi Bigl
cf05295170
mark inactive objects in repo list #1943 ( #2017 )
...
* mark inactive objects in repo list
Inactive object are marked in the repo list
The sort order for changed files is not changed
unchanged inactive files come right after the changed files
* move acitve check to object interface
* add is_active for objects up to F
* add is_active for objects up to P
* add is_active for objects up to T
* add is_active for objects up to X
all core object implement (except SSFO) the standard active check via FM RS_INACTIVE_OBJECTS_WARNING now
* add is_active to plugins bridge - always active
* finish object interface implementation + objects
* add is_active for offline with object interface
* rename returning to RV_
* use returning for serialize
* cleanup, PP, UT
2018-10-31 15:54:57 +01:00
Christian Guenter
9e0161f097
SUSO: Downport delete to 702
2018-10-07 10:56:00 +02:00
Christian Guenter
910513bbd3
SUSO: Downport to 702
2018-09-28 08:24:33 +02:00
Christian Günter
f7ce109f86
SUSO Delete: remove popup #1948 ( #1949 )
...
* SUSO: Delete remove popup
* Refactor delete document method
2018-09-25 16:02:02 +02:00
Frederik Hudák
c4639f65ce
Removed endmethod and endclass comments - objects folder
2018-07-28 10:10:16 +02:00
christianguenter2
6521d09470
Block pull if any of deserialized object is locked
2018-06-18 14:18:58 +02:00
Gregor Wolf
ae2756b2a9
add object name to error message
2018-04-30 17:32:04 +02:00
Lars Hvam
f14ac831ba
Objects to global ( #1187 )
...
* add global classes for objects
* fix metadata
* comment old code
fix serializer class
move missing interfaces
* keep objects and bridge as local
* fix syntax errors
and remove SICF -> tadir dependency, instead tadir -> SICF
* remove dependency TABL -> lcl_popups
* fix indentation
* remove old includes
* fix parser errors
* fix deserializing
2018-02-11 09:16:16 +01:00