antonsikidin
Participant
Member since ā€Ž04-29-2020

User Statistics

  • 50 Posts
  • 1 Solutions
  • 15 Kudos given
  • 96 Kudos received

User Activity

source code https://github.com/AntonSikidin/global_settingsTime-to-time constants appear in your code. Some time constants are less constant. They have different types for example date of feature start, rfc_dest to other system, and number of paralle...
As an external developer Iā€™m involved in many projects. We usually connect to the client system using various combinations of Remote Desktop. For security reasons, the clipboard between Remote Desktop and the work computer is disabled. Also, we usual...
Macros is a powerful tool that increase boilerplate writing speed. Unfortunately, exploitation of  macros is forbidden in many projects because macros cannot be debugged. Zmacros is my development to generate a boilerplate in few clicks. Source: ht...
Inspired by interest and comments on my previous article (Best way to generate Microsoft word docx from ABAP), I decided to create similar solution for Microsoft EXCEL. First of all, I checked these projects on the same topic: XLSX Workbench Xm...
There are several ways to generate Microsoft Word docx documents using ABAP + UPDATES All of them have a number of disadvantages: some require a lot of manual actions and saving structures in the ABAP Dictionary some require the Microsoft Offic...