alexandr_razinkin
Explorer
Member since ‎12-21-2009

User Statistics

  • 22 Posts
  • 0 Solutions
  • 1 Kudos given
  • 16 Kudos received

User Activity

Introduction Reuse Libraries are certainly a significant advantage in the process of developing complicated software. Copy-paste is a kind of antipattern and we should always try to reuse a code. Fortunately, SAP Fiori allows the creation and usage ...
How the error looks likeUpdates:23rd March 2024- Adding the chapter "Determining the Sybase ASE License Expiry Date";- Adding the article teaser.If you have an SAP ABAP trial installation that uses the Sybase ASE database, then it periodically stops ...
Unit tests play a big role in modern software development. Unit tests let us check parts of our code for correctness very quickly within seconds. Independence of unit tests on any external dependencies means independence on any external environments ...
Structure RRC has default values set up in Enterprise Services Builder (the "Default" column in "Type Definition" view).RRC is used in an ABAP Outbound Proxy.According to http://help.sap.com/saphelp_nw74/helpdata/en/48/591b845e024bb9e10000000a42189b/...
Process chain (RSPC) being executed synchronously hangs on a step (not first) with yellow status. Analysis of ST22 shows there is dump: RAISE_EXCEPTIONThe chain loads data from flat files on frontend to several characteristics (attributes and texts)....