Commit Graph

87 Commits

Author SHA1 Message Date
Lars Hvam
e0b6d3f395 Merge pull request #927 from flaiker/packages
DEVC support
2017-10-05 16:59:17 +02:00
Fabian Lupa
2ef90d9df2 Update DEVC remote-to-local mapping logic 2017-10-02 18:48:29 +02:00
Thomas Erdösi
0abd3f1372 Synchronized with original version 2017-10-02 12:00:09 +02:00
Thomas Erdösi
63a6e57930 Merge branch 'pr/3' into issue_935 2017-10-02 11:48:20 +02:00
Thomas Erdösi
17cc1536ed Added class lcl_language
Changes of SY-LANGU are now handled by local class lcl_language.
2017-10-02 11:10:15 +02:00
larshp
8624f9f8f2 use global exception class #773 2017-10-01 10:28:23 +00:00
Thomas Erdösi
7065fae9da Fix for issue 935
Read and write text pool using master language.
2017-09-28 12:28:15 +02:00
Christian Günter
7536057a13 #920 deletion sequence DDLS 2017-09-27 16:03:21 +00:00
larshp
067fcd65c3 rename class #773 2017-08-29 13:37:42 +00:00
Lars Hvam
763c26042d Merge pull request #867 from larshp/issue_705
SICF double entries, fix #705
2017-08-05 07:40:49 +02:00
Christian Guenter
e3b8095c65 Refactoring
- add pragma for dynamic accessed data object
- delete superflous code in ADT jump
2017-07-30 08:49:04 +00:00
larshp
95cefd53bb SICF double entries, fix #705 2017-07-28 11:54:17 +00:00
Christian Guenter
ce523efefe Rename some methods 2017-07-26 18:44:27 +00:00
Christian Guenter
cb694f8b4f refactor channels_super 2017-07-25 06:18:43 +00:00
Christian Guenter
8ad3a6b360 lcl_objects_channel_super refactoring 2017-07-24 21:15:55 +00:00
Christian Guenter
0f6a47e5ce lcl_objects_channel_super refactoring 2017-07-24 21:13:07 +00:00
Christian Guenter
b621fbaa36 Introduce common base class for SAPC/SAMC
Introduce common base class lcl_objects_channel_super for SAPC / SAMC
2017-07-24 20:48:52 +00:00
larshp
3a833bb971 cleanup 2017-06-10 13:39:38 +00:00
larshp
b9ea4960a3 refactor _OBJECT_CHECK_TIMESTAMP macro #773 2017-06-10 13:12:31 +00:00
larshp
824195f63a rename classes #733 2017-06-09 07:41:05 +00:00
larshp
6a75a0922c move constants and types to interface 2017-06-07 18:26:53 +00:00
larshp
53d480bf38 bugfix, textpool deserialization
if only the tpool is updated, the texts are not activated properly. Save as inactive
2017-06-03 10:50:04 +02:00
Lars Hvam
e0472a8f49 Merge pull request #751 from bigld/master
Add Object FORM SAPScript form #39
2017-05-21 18:44:13 +02:00
Lars Hvam
b8eb94546a fix build 2017-05-17 13:22:19 +02:00
Lars Hvam
32746e5bca add comment with reference to issue 2017-05-17 07:00:04 +02:00
bigld
701985df12 catch old ExceptionADT Jump 2017-04-29 21:23:06 +02:00
Christian Guenter
a159d97e9e fixed #744 2017-04-27 19:43:56 +00:00
Christian Guenter
14db60ce07 Precheck if jump is possible 2017-04-26 21:06:54 +00:00
Christian Guenter
43544c3f20 fixed linter errors
It seems that I'm too stupid to run the abapOpenCheck SCI checks. I hadn't any findings there...
2017-04-25 19:50:36 +00:00
Christian Guenter
241fa62f4d ADT jump 2017-04-23 18:51:09 +00:00
Christian Guenter
3a7976398b Added generic ADT jump functionality 2017-04-23 18:48:22 +00:00
larshp
38da837ea3 fix dynpros in module pools 2017-04-23 18:45:11 +02:00
Christian Guenter
11ff761d14 fixed linter errors
strange, these errors weren't detected by abapOpenChecks, may I did something wrong
2017-04-23 11:20:04 +00:00
Christian Guenter
d1b6631738 Refactored jump to ADT to common method jump_adt
The jump to ADT functionality for DDLS and DCLS are quite similar. Therefore I refactored them to the common superclass lcl_objects_super. The new method jump_adt can now also be used by other object types.
2017-04-23 11:05:24 +00:00
larshp
655a15df81 cleanup
code inspector
pretty printer
2017-04-23 09:40:58 +02:00
larshp
134750d5a9 remove unused variables and methods 2017-03-22 09:21:57 +00:00
larshp
04b8a81c97 bugfix, #666
note that this is not a fix for the actual bug in #666, but similar bugs are fixed in this commit
2017-03-21 11:39:11 +00:00
larshp
6944b98208 fix typo 2017-03-07 09:03:08 +00:00
larshp
ff056a218e NROB SUSC: fix popups
SUSC: remove package popup
NROB: remove popup "& & & generated, changes possible" when uninstalling
2017-02-18 13:31:29 +00:00
larshp
aab96d313b #521 preperations
* add FOLDER_LOGIC to dot abapgit
* refactor folder logic to separate class
* move lcl_sap_package=>check to file_status class
* DDLS fix exists method
2017-02-14 11:21:43 +00:00
TheWirtschaftsmann
8c0678843c Finu-tuning of serializing
Optimized serializing of program texts by removing unnecessary structure lt_langs_i18n.
2017-02-09 19:56:52 +02:00
TheWirtschaftsmann
b4f2912a04 Deserializing of textpool
This commit delivers the fixes and fine-tuning to the deserializing of textpools for a program.
2017-02-09 19:05:31 +02:00
TheWirtschaftsmann
1e8257420c Serializing of texts translactions 2017-02-08 12:21:27 +02:00
alexanderchan
3cd90c5735 fix function groups in namespaces
Enhance namespace support for function groups.
2017-01-31 20:15:53 +00:00
pfaller@cqse.eu
23b67e1b5b Fix handling of extenstion objects 2017-01-27 10:58:24 +01:00
larshp
e73b7973c6 skip initial xml(#478) and fix newline(#42) 2017-01-21 07:59:40 +00:00
EduardoCopat
a6186ff53b Revert "Minor UI adjustments" 2017-01-19 17:16:28 +01:00
eduardocopat
a32ab9d4fb Removes activation pop-up screen 2017-01-19 14:24:23 +01:00
larshp
44a6b88092 deserialization sequence changed #511
this seems to work
2017-01-02 14:58:27 +00:00
larshp
81c2025fac cleanup and style changes
pretty printer
remove unused variables
cleanup
2016-12-29 12:45:16 +00:00