Commit Graph

288 Commits

Author SHA1 Message Date
larshp
9308ad94dd skip window and subscr selection screens 2018-05-04 08:34:01 +00:00
Gregor Wolf
ae2756b2a9 add object name to error message 2018-04-30 17:32:04 +02:00
Christian G#nter
566d8554ea downport ecatt object 2018-04-23 18:30:32 +02:00
Christian Günter
64bd8fa249 Downport 2018-04-22 22:54:08 +02:00
Lars Hvam
eb828230d2
Merge pull request #1322 from christianguenter2/ECSP
ECSP: eCATT Start Profile serialization
2018-04-22 13:25:18 +02:00
Christian Günter
e86c514cb3 ECSP: eCATT Start Profile serialization 2018-04-22 10:07:26 +02:00
Christian Günter
aab36bd9cd Downport ECVO to 7.02 2018-04-22 09:09:50 +02:00
Christian Günter
a4c4eec214 ECSD eCATT System Data Container serialization 2018-04-16 18:27:32 +02:00
Jakub Filak
75d01344d8 serialization: revive CLAS_NEW (#1311)
For some reason, we are using experimental features of abapGit.

Some time ago, all class were re-serialized with the serializer
LCL_OBJECT_CLASS_NEW.

After upgrade to 1.60, we started getting an error telling that CLAS
is not supported.

The CLASS NEW serializer became standard and the class has been renamed.

Unfortunately, our xml files still includes reference to the CLASS NEW.

I would just use a sed script, if knew all the affected repositories -
we have plenty of repositories versioned by abapGit.

This patch revives the CLASS NEW. It reports itself as the standard
class, so the CLASS NEW can be removed in year or two when all files
are re-serialized.

See commit 21d22d93f2
2018-04-14 09:59:30 +02:00
Lars Hvam
52f1643003
Merge pull request #1308 from christianguenter2/XINX
XINX serialization
2018-04-13 14:44:34 +02:00
Christian Günter
bb87df9c82 XINX serialization 2018-04-11 20:50:52 +02:00
Christian Günter
8afbe9530e ECVO serialization 2018-04-11 17:02:10 +02:00
Christian Günter
f5586f3b4a ECAT serialization 2018-04-05 08:56:46 +02:00
Christian Günter
d3839323b6 ECTC + ecatt common base class 2018-04-04 11:39:08 +02:00
Christian Günter
f96800fa8a ECTD: downport (#1296)
* ECTD: Downport

* ECATT: change to package $ABAPGIT_OBJECTS_ECATT
2018-04-04 09:45:26 +02:00
larshp
87dfd909a2 ECTD: temporarily disable #1295 2018-04-03 16:38:06 +02:00
Lars Hvam
9a62b6e17a
issue 1288, lets try this (#1289) 2018-04-03 16:20:44 +02:00
Christian Günter
dad728e8db ECTD: ECATT test data container serialization (#1287)
* ECTD: Ecatt test data container serialization

* add changed_by | clear SAPRL and VAR_EXT_PATH

* fix changed by

* fix conditional logic in changed by

* fix linter errors
2018-04-03 16:20:07 +02:00
Lars Hvam
7a9bec815a
Seperate UI and logic (#1286)
* no activation popup in background

* purge: seperate ui and logic

* order by primary key
2018-03-30 12:28:00 +02:00
Lars Hvam
8b5486055a
Merge pull request #1277 from christianguenter2/ISSUE_1276
Fix corrupted parameter transaction
2018-03-28 08:08:45 +02:00
Lars Hvam
b9cc65017f
Code inspector (#1272)
* code inspector

+ delete unused methods
+ move methods to private
+ remove commented code

* few more
2018-03-28 08:08:20 +02:00
Christian Günter
af56de400c Fix corrupted parameter transaction 2018-03-27 21:55:56 +02:00
larshp
98c86a2447 minor changes
remove unused variables and method
2018-03-22 14:09:19 +01:00
Lars Hvam
afa162ffa7
INTF: clear fields (#1249)
not sure if these fields exist on 702, but we will find out
2018-03-17 13:39:48 +01:00
Lars Hvam
7b002c66da
transport layer invalid #1020 (#1248) 2018-03-17 08:19:41 +01:00
Fabian Lupa
889106b68b Improve error messages (#1213)
* Add T100 support to ZCX_ABAPGIT_EXCEPTION

* Use T100 error messages in DEVC

* Replace zcx_abapgit_exception->text with get_text

* Use SE24 generated constructor in T100 exception
2018-03-10 13:27:09 +01:00
Christian Günter
dc14fa22df Fix deserialization dependency ENHO -> ENHS 2018-03-08 10:36:39 +00:00
Christian Günter
c40f875ace fix tadir handling in DOCT 2018-02-26 12:04:58 +01:00
Christian Günter
311c7b80bd Fix dump when ADT jump is executed 2018-02-21 16:36:47 +00:00
Lars Hvam
59c1f277ab
more renaming #1132 (#1212)
* more renaming #1132

* fix indentation
2018-02-18 10:04:26 +01:00
Lars Hvam
803148fa0f
fix some naming conventions #1132 (#1211) 2018-02-17 13:55:12 +01:00
Christian Günter
532fd64710 SHMA: Fix typos in dynamic method invokation 2018-02-14 13:22:50 +00:00
larshp
cf216438e9 add progress bar, #1190 2018-02-11 08:34:35 +00: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
larshp
cec950e7ca CLAS: fix where-used in deserialization #1179 2018-02-03 12:05:20 +00:00
larshp
c1d01d37e3 lcl_objects_activation to global
lcl_objects_activation to global class
2018-01-22 16:55:03 +00:00
larshp
082aa44a97 lif_object to global
lif_object to global
2018-01-14 14:47:47 +00:00
larshp
4553458f60 lcl_objects_files to global
lcl_objects_files to global
2018-01-14 14:15:00 +00:00