ABAP open source projects I have used

Preface

In the ABAP coding process, you can also try to use some interesting open source projects to achieve functions. For a complete list, please refer to: https://dotabap.org/

Personal use list

  • SAPLINK: an ancient SAP development object migration tool, using file download and upload methods
  • ABAPGIT: ABAP git client, which can be used for Github project migration
  • ABAP2XLSX: class based on open XML technology encapsulation, used for reading and writing interaction of Excel files
  • ZTOAD: For free editing and display of ABAP SQL query statements, very convenient
  • FALV: ALV tool class based on alv grid package, a few lines of code can achieve ALV display
  • AES encryption: ABAP implementation of AES encryption algorithm
  • ABAP plant UML: Generate UML class diagrams based on ABAP class
  • ABAP DDIC creator: Batch create DDIC objects such as data elements, fields, tables, etc.
  • ABAP debugger data view extension: ABAP debugger tool to generate ABAP declaration code through internal table or structure
  • ABAP Open Checks: SCI code checking tool enhancement
  • Json2ABAPType: Automatically generate matching ABAP type definitions through json statements, and implement json parsing with the class /UI2/CL_JSON

 

Guess you like

Origin blog.csdn.net/u012232542/article/details/92830229