abapinho / abaK

ABAP constants done right
MIT License
32 stars 3 forks source link

Fixing missing objects for slim Netweaver version #26

Closed sdfraga closed 5 years ago

sdfraga commented 5 years ago

Attempt to fix #23

Resume of changes: +Changed FELDNAME to FIELDNAME +Changed TLINE_T to TLINE +Added missing exception handing on ZABAK_DEMO -Removed all objects related to SET Source

SET's are coupled to FI module. In slim versions of Netweaver, like SAP Netweaver 7.52 trial version or SAP Netweaver 7.51 CAL Distribution SET related objects are not shipped, making it impossible to use abaK properly.

nununo commented 5 years ago

Thank you @Sdfraga!