abapGit/src/objects
Marc Bernard 7e0b75d2a8
Deserialize: Commit changes before activation (#4509)
* Deserialize: Commit changes before activation

Some objects (like `prog` or `intf`) are deserialized as inactive objects i.e. uncommitted changes. Usually, these changes are committed to the database after the activation process (end of the session). However, if there are any errors during activation, an exception is raised which will automatically do a `rollback work`. 

This change will make sure that inactive objects are preserved even if the activation fails. One can then analyze the inactive objects, make necessary corrections, and activate them manually.

Closes #4500

* Replace with standard function

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-02-14 09:29:50 +01:00
..
core Deserialize: Commit changes before activation (#4509) 2021-02-14 09:29:50 +01:00
ecatt ecatt exceptions, test (#4312) 2020-12-12 08:51:49 +01:00
enh ENHO: Implement missing deserialize for WDYC (#4332) 2020-12-15 10:23:02 +01:00
oo Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
texts I18N: Catch exceptions (#4491) 2021-02-06 09:36:29 +01:00
package.devc.xml lcl_objects_files to global 2018-01-14 14:15:00 +00:00
zcl_abapgit_object_acid.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_acid.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_amsd.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_amsd.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_area.clas.abap AREA Object support (#3235) 2020-03-11 12:47:31 +01:00
zcl_abapgit_object_area.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_asfc.clas.abap simplified GET_DESERIALIZE_STEPS 2019-05-05 00:57:52 -07:00
zcl_abapgit_object_asfc.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_auth.clas.abap AUTH jump check FM existence 2019-08-07 19:20:39 -07:00
zcl_abapgit_object_auth.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_avar.clas.abap AVAR: Remove tadir when uninstalling (#4418) 2021-01-18 07:34:31 +01:00
zcl_abapgit_object_avar.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_avas.clas.abap remove unused variables (#3721) 2020-08-11 18:11:39 +02:00
zcl_abapgit_object_avas.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_bdef.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_bdef.clas.xml BDEF: Behaviour Definition (#3331) 2020-05-02 16:15:55 +02:00
zcl_abapgit_object_char.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_char.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_chdo.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_chdo.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_clas.clas.abap Refactor I18N settings (#4423) 2021-01-19 14:29:09 +01:00
zcl_abapgit_object_clas.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_cmod.clas.abap New object type CMOD - Customer Enhancement Project (#3947) 2020-10-01 09:49:48 +02:00
zcl_abapgit_object_cmod.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_cmpt.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_cmpt.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_cus1.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_cus1.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_cus2.clas.abap Refactor I18N settings (#4423) 2021-01-19 14:29:09 +01:00
zcl_abapgit_object_cus2.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_cus0.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_cus0.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_dcls.clas.abap Remove obsolete late_deser from metadata (#4116) 2020-11-02 09:30:55 +01:00
zcl_abapgit_object_dcls.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_ddls.clas.abap DDLS: Fix dump during serialization (#4371) 2021-01-04 10:06:42 +01:00
zcl_abapgit_object_ddls.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_ddlx.clas.abap remove text pragmas and pseudo comments (#3827) 2020-09-03 09:13:47 +02:00
zcl_abapgit_object_ddlx.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_devc.clas.abap DEVC: Fix check if package is empty (#4466) 2021-02-02 21:01:48 +01:00
zcl_abapgit_object_devc.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_dial.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_dial.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_doct.clas.abap Refactor I18N settings (#4423) 2021-01-19 14:29:09 +01:00
zcl_abapgit_object_doct.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_docv.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_docv.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_doma.clas.abap jump_se11, remove unused parameters (#4498) 2021-02-09 15:50:27 +01:00
zcl_abapgit_object_doma.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_drul.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_drul.clas.xml DRUL: Dependency Rule (#3336) 2020-05-02 17:01:00 +02:00
zcl_abapgit_object_dsys.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_dsys.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_dtdc.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_dtdc.clas.xml DTDC: Dynamic Cache (#3335) 2020-05-02 17:04:08 +02:00
zcl_abapgit_object_dtel.clas.abap jump_se11, remove unused parameters (#4498) 2021-02-09 15:50:27 +01:00
zcl_abapgit_object_dtel.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_ecat.clas.abap Remove unnecessary constructors (#4341) 2020-12-22 07:05:13 +01:00
zcl_abapgit_object_ecat.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_ecatt_super.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_ecatt_super.clas.testclasses.abap Removed unnecessary default comments from testclasses 2018-08-03 13:32:57 +02:00
zcl_abapgit_object_ecatt_super.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_ecsd.clas.abap Remove unnecessary constructors (#4341) 2020-12-22 07:05:13 +01:00
zcl_abapgit_object_ecsd.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_ecsp.clas.abap Remove unnecessary constructors (#4341) 2020-12-22 07:05:13 +01:00
zcl_abapgit_object_ecsp.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_ectc.clas.abap Remove unnecessary constructors (#4341) 2020-12-22 07:05:13 +01:00
zcl_abapgit_object_ectc.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_ectd.clas.abap Remove unnecessary constructors (#4341) 2020-12-22 07:05:13 +01:00
zcl_abapgit_object_ectd.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_ecvo.clas.abap Remove unnecessary constructors (#4341) 2020-12-22 07:05:13 +01:00
zcl_abapgit_object_ecvo.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_enhc.clas.abap ENHC: Last changed by (#4380) 2021-01-05 07:55:19 +01:00
zcl_abapgit_object_enhc.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_enho.clas.abap ENxx: Fix error when uninstalling (#4359) 2020-12-29 09:41:13 +01:00
zcl_abapgit_object_enho.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_enhs.clas.abap Serialise only main language for ENHS and ENHO objects (#4337) 2020-12-18 11:11:24 +01:00
zcl_abapgit_object_enhs.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_enqu.clas.abap jump_se11, remove unused parameters (#4498) 2021-02-09 15:50:27 +01:00
zcl_abapgit_object_enqu.clas.xml Package Structure - Part 2 (#4273) 2020-12-04 08:41:35 +01:00
zcl_abapgit_object_ensc.clas.abap ENxx: Fix error when uninstalling (#4359) 2020-12-29 09:41:13 +01:00
zcl_abapgit_object_ensc.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_form.clas.abap Adjust name prefix for types (#3991) 2020-10-07 08:54:15 +02:00
zcl_abapgit_object_form.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_ftgl.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_ftgl.clas.xml PINF: Missing transport entry (#4275) 2020-12-03 15:12:55 +01:00
zcl_abapgit_object_fugr.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_fugr.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_g4ba.clas.abap odatav4 first draft, #2704 2019-05-29 23:53:19 -07:00
zcl_abapgit_object_g4ba.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_g4bs.clas.abap odatav4 first draft, #2704 2019-05-29 23:53:19 -07:00
zcl_abapgit_object_g4bs.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_iamu.clas.abap abapOpenCheck - Naming Conventions revision #3239 (#3240) 2020-03-09 17:34:26 +01:00
zcl_abapgit_object_iamu.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_iarp.clas.abap Fix activation error 7.40 EhP 4 (IARP/IASP) #3139 (#3140) 2020-01-07 11:47:04 +01:00
zcl_abapgit_object_iarp.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_iasp.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_iasp.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_iatu.clas.abap remove text pragmas and pseudo comments (#3827) 2020-09-03 09:13:47 +02:00
zcl_abapgit_object_iatu.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_iaxu.clas.abap abapOpenCheck - Naming Conventions revision #3239 (#3240) 2020-03-09 17:34:26 +01:00
zcl_abapgit_object_iaxu.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_idoc.clas.abap abapOpenCheck - Naming Conventions revision #3239 (#3240) 2020-03-09 17:34:26 +01:00
zcl_abapgit_object_idoc.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_iext.clas.abap Remove self-references (#4115) 2020-11-02 09:25:27 +01:00
zcl_abapgit_object_iext.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_intf.clas.abap Refactor I18N settings (#4423) 2021-01-19 14:29:09 +01:00
zcl_abapgit_object_intf.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_iobj.clas.abap Adjust name prefix for types (#3991) 2020-10-07 08:54:15 +02:00
zcl_abapgit_object_iobj.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_iwmo.clas.abap Implement jump for IWMO, IWPR, IWSV and IWVB 2019-12-19 13:58:38 +01:00
zcl_abapgit_object_iwmo.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_iwom.clas.abap additional gateway support (#2771) 2019-07-07 23:38:55 -07:00
zcl_abapgit_object_iwom.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_iwpr.clas.abap Implement jump for IWMO, IWPR, IWSV and IWVB 2019-12-19 13:58:38 +01:00
zcl_abapgit_object_iwpr.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_iwsg.clas.abap additional gateway support (#2771) 2019-07-07 23:38:55 -07:00
zcl_abapgit_object_iwsg.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_iwsv.clas.abap Implement jump for IWMO, IWPR, IWSV and IWVB 2019-12-19 13:58:38 +01:00
zcl_abapgit_object_iwsv.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_iwvb.clas.abap Implement jump for IWMO, IWPR, IWSV and IWVB 2019-12-19 13:58:38 +01:00
zcl_abapgit_object_iwvb.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_jobd.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_jobd.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_msag.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_msag.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_nrob.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_nrob.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_nspc.clas.abap jump_se11, remove unused parameters (#4498) 2021-02-09 15:50:27 +01:00
zcl_abapgit_object_nspc.clas.xml NSPC: Add support for namespaces (#4426) 2021-01-23 10:05:58 +01:00
zcl_abapgit_object_oa2p.clas.abap use boolc (#3920) 2020-09-23 12:28:13 +02:00
zcl_abapgit_object_oa2p.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_odso.clas.abap abapOpenCheck - Naming Conventions revision #3239 (#3240) 2020-03-09 17:34:26 +01:00
zcl_abapgit_object_odso.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_otgr.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_otgr.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_para.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_para.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_pdts.clas.abap Update unit tests to use CI (#4106) 2020-11-03 08:49:22 +01:00
zcl_abapgit_object_pdts.clas.locals_def.abap Object type PDTS - Workflow Task (#3711) 2020-09-29 07:41:35 +02:00
zcl_abapgit_object_pdts.clas.locals_imp.abap Object type PDTS - Workflow Task (#3711) 2020-09-29 07:41:35 +02:00
zcl_abapgit_object_pdts.clas.testclasses.abap Update unit tests to use CI (#4106) 2020-11-03 08:49:22 +01:00
zcl_abapgit_object_pdts.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_pers.clas.abap Remove obsolete late_deser from metadata (#4116) 2020-11-02 09:30:55 +01:00
zcl_abapgit_object_pers.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_pinf.clas.abap PINF: Missing transport entry (#4275) 2020-12-03 15:12:55 +01:00
zcl_abapgit_object_pinf.clas.locals_def.abap Type Hunting (#3414) 2020-05-26 05:55:28 +02:00
zcl_abapgit_object_pinf.clas.locals_imp.abap PINF: Exporting to Returning Parameter (#3252) 2020-03-11 11:42:15 +01:00
zcl_abapgit_object_pinf.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_prag.clas.abap remove class prefixes if its current class (#3137) 2020-01-06 13:20:19 +01:00
zcl_abapgit_object_prag.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_prog.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_prog.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_samc.clas.abap Align naming of object super classes (#4327) 2020-12-15 08:05:11 +01:00
zcl_abapgit_object_samc.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_sapc.clas.abap Align naming of object super classes (#4327) 2020-12-15 08:05:11 +01:00
zcl_abapgit_object_sapc.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_saxx_super.clas.abap Align naming of object super classes (#4327) 2020-12-15 08:05:11 +01:00
zcl_abapgit_object_saxx_super.clas.xml Align naming of object super classes (#4327) 2020-12-15 08:05:11 +01:00
zcl_abapgit_object_scp1.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_scp1.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_scvi.clas.abap Move misplaced object handler to their correct package (#3327) 2020-05-02 16:32:48 +02:00
zcl_abapgit_object_scvi.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_sfbf.clas.abap simplified GET_DESERIALIZE_STEPS 2019-05-05 00:57:52 -07:00
zcl_abapgit_object_sfbf.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_sfbs.clas.abap simplified GET_DESERIALIZE_STEPS 2019-05-05 00:57:52 -07:00
zcl_abapgit_object_sfbs.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_sfpf.clas.abap Fix for SFPF Clear CACHE_INFO (#3954) 2020-10-05 16:44:28 +02:00
zcl_abapgit_object_sfpf.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_sfpi.clas.abap Add package parameter to zif_abapgit_object~delete (#3114) 2019-12-11 10:42:45 +01:00
zcl_abapgit_object_sfpi.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_sfsw.clas.abap whitespace fixes (#2964) 2019-10-11 02:50:16 -07:00
zcl_abapgit_object_sfsw.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_shi3.clas.abap Serialise only main language for shi3 objects (#4497) 2021-02-09 07:31:16 +01:00
zcl_abapgit_object_shi3.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_shi5.clas.abap SHI5: Add object to transport (#4358) 2020-12-29 09:28:41 +01:00
zcl_abapgit_object_shi5.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_shi8.clas.abap simplified GET_DESERIALIZE_STEPS 2019-05-05 00:57:52 -07:00
zcl_abapgit_object_shi8.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_shlp.clas.abap jump_se11, remove unused parameters (#4498) 2021-02-09 15:50:27 +01:00
zcl_abapgit_object_shlp.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_shma.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_shma.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_sicf.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_sicf.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_smim.clas.abap SMIM: Improve error messages (#4304) 2020-12-09 08:02:55 +01:00
zcl_abapgit_object_smim.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_smtg.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_smtg.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_sots.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_sots.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_splo.clas.abap simplified GET_DESERIALIZE_STEPS 2019-05-05 00:57:52 -07:00
zcl_abapgit_object_splo.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_sprx.clas.abap use boolc (#3920) 2020-09-23 12:28:13 +02:00
zcl_abapgit_object_sprx.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_sqsc.clas.abap Add package parameter to zif_abapgit_object~delete (#3114) 2019-12-11 10:42:45 +01:00
zcl_abapgit_object_sqsc.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_srfc.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_srfc.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_srvb.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_srvb.clas.xml SRVB: Service Binding (#3330) 2020-05-02 16:07:12 +02:00
zcl_abapgit_object_srvd.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_srvd.clas.xml SRVD: Service Definition (#3329) 2020-05-02 16:39:31 +02:00
zcl_abapgit_object_ssfo.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_ssfo.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_ssst.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_ssst.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_stvi.clas.abap Move misplaced object handler to their correct package (#3327) 2020-05-02 16:32:48 +02:00
zcl_abapgit_object_stvi.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_styl.clas.abap Exchange sy-langu usage with mv_language for consistency (#3082) 2019-11-26 07:29:59 +01:00
zcl_abapgit_object_styl.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_sucu.clas.abap simplified GET_DESERIALIZE_STEPS 2019-05-05 00:57:52 -07:00
zcl_abapgit_object_sucu.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_susc.clas.abap Remove self-references (#4115) 2020-11-02 09:25:27 +01:00
zcl_abapgit_object_susc.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_sush.clas.abap remove more unused variables (#4413) 2021-01-15 17:22:51 +01:00
zcl_abapgit_object_sush.clas.xml new handler for SUSH (#4324) 2020-12-28 13:24:03 +01:00
zcl_abapgit_object_suso.clas.abap SUSO: Improve error message when deleting auth.object (#3642) 2020-07-16 10:33:21 +02:00
zcl_abapgit_object_suso.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_sxci.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_sxci.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_tabl_compar.clas.abap TABL: No structure comparison for global temp tables (#4347) 2020-12-22 06:52:58 +01:00
zcl_abapgit_object_tabl_compar.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_tabl.clas.abap jump_se11, remove unused parameters (#4498) 2021-02-09 15:50:27 +01:00
zcl_abapgit_object_tabl.clas.testclasses.abap Integration of unit test with CI (#3993) 2020-10-27 08:15:52 +01:00
zcl_abapgit_object_tabl.clas.xml Integration of unit test with CI (#3993) 2020-10-27 08:15:52 +01:00
zcl_abapgit_object_tobj.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_tobj.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_tran.clas.abap Refactor I18N settings (#4423) 2021-01-19 14:29:09 +01:00
zcl_abapgit_object_tran.clas.testclasses.abap reduce method length, #2146 (#2212) 2018-12-20 09:22:33 +01:00
zcl_abapgit_object_tran.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_ttyp.clas.abap jump_se11, remove unused parameters (#4498) 2021-02-09 15:50:27 +01:00
zcl_abapgit_object_ttyp.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_type.clas.abap jump_se11, remove unused parameters (#4498) 2021-02-09 15:50:27 +01:00
zcl_abapgit_object_type.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_ucsa.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_ucsa.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_udmo.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_udmo.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_ueno.clas.abap Remove self-references (#4115) 2020-11-02 09:25:27 +01:00
zcl_abapgit_object_ueno.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_vcls.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_vcls.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_view.clas.abap jump_se11, remove unused parameters (#4498) 2021-02-09 15:50:27 +01:00
zcl_abapgit_object_view.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_w3ht.clas.abap Align naming of object super classes (#4327) 2020-12-15 08:05:11 +01:00
zcl_abapgit_object_w3ht.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_w3mi.clas.abap Align naming of object super classes (#4327) 2020-12-15 08:05:11 +01:00
zcl_abapgit_object_w3mi.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_w3xx_super.clas.abap W3xx: Remove TADIR entry on uninstall (#4465) 2021-01-31 10:43:29 +01:00
zcl_abapgit_object_w3xx_super.clas.xml Align naming of object super classes (#4327) 2020-12-15 08:05:11 +01:00
zcl_abapgit_object_wapa.clas.abap create_sotr, remove unused parameters (#3739) 2020-08-16 08:21:49 +02:00
zcl_abapgit_object_wapa.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_wdca.clas.abap New object type WDCA - Web Dynpro Application Configuration (#3941) 2020-09-29 07:35:32 +02:00
zcl_abapgit_object_wdca.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_wdcc.clas.abap Remove unnecessary constructors (#4341) 2020-12-22 07:05:13 +01:00
zcl_abapgit_object_wdcc.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_wdya.clas.abap create_sotr, remove unused parameters (#3739) 2020-08-16 08:21:49 +02:00
zcl_abapgit_object_wdya.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_wdyn.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_object_wdyn.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_webi.clas.abap Remove self-references (#4115) 2020-11-02 09:25:27 +01:00
zcl_abapgit_object_webi.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_xinx.clas.abap abapOpenCheck - Naming Conventions revision #3239 (#3240) 2020-03-09 17:34:26 +01:00
zcl_abapgit_object_xinx.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_object_xslt.clas.abap XSLT: Unlock in case of errors (#4512) 2021-02-13 17:09:29 +01:00
zcl_abapgit_object_xslt.clas.xml Update object serializer descriptions (#4006) 2020-10-09 12:58:31 +02:00
zcl_abapgit_objects_bridge.clas.abap Remove obsolete late_deser from metadata (#4243) 2020-11-25 09:59:33 +01:00
zcl_abapgit_objects_bridge.clas.xml Interface and implementing class in same package (#3528) 2020-06-21 10:23:43 +02:00
zcl_abapgit_objects_generic.clas.abap Improve error messages (#4472) 2021-02-03 16:31:55 +01:00
zcl_abapgit_objects_generic.clas.testclasses.abap XML Input/Output: Remove Aliases (#3898) 2020-09-18 14:01:44 +02:00
zcl_abapgit_objects_generic.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_objects_program.clas.abap Deserialize: Commit changes before activation (#4509) 2021-02-14 09:29:50 +01:00
zcl_abapgit_objects_program.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_objects_super.clas.abap jump_se11, remove unused parameters (#4498) 2021-02-09 15:50:27 +01:00
zcl_abapgit_objects_super.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_objects.clas.abap Reduce flicker of status bar during deserialize (#4467) 2021-02-01 09:36:00 +01:00
zcl_abapgit_objects.clas.testclasses.abap Fix pull errors related to files deleted remotely (#4338) 2020-12-28 12:59:21 +01:00
zcl_abapgit_objects.clas.xml Interface and implementing class in same package (#3528) 2020-06-21 10:23:43 +02:00
zif_abapgit_comparator.intf.abap XML Refactoring: Comparator/OO_Object_FNC (#3888) 2020-09-16 12:43:40 +02:00
zif_abapgit_comparator.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_object.intf.abap XML Refactoring: zif_abapgit_object et al. (#3895) 2020-09-17 17:24:32 +02:00
zif_abapgit_object.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_objects.intf.abap Package Structure - Part 4 (#4305) 2020-12-11 07:50:10 +01:00
zif_abapgit_objects.intf.xml Move ty_deserialization, ty_step_data, ty_repo_ref_tt (#4181) 2020-11-16 08:34:29 +01:00