OlegBash
Active Participant
Member since ‎2015 Jan 25

User Statistics

  • 109 Posts
  • 13 Solutions
  • 92 Kudos given
  • 87 Kudos received

User Activity

What is GTT?In databases, Temporary table - is an object on database level, where data can be stored after select-operation; however data are stored during session only and not transferred from database to application. It gives option to apply SQL-op...
Sometimes we need to loop over table and enriching the values via different methods. For SORTED tables we can not pass the line via CHANGING as it leads to runtime error MOVE_TO_LIT_NOTALLOWED_NODATA.The code below (full code is here) will lead to ru...
Sometimes for planning purposes we need to get logistics stocks by plant/storage location/material for the specific date. In the blog I will describe some ways to solve the problem depending on version of SAP NetWeaver.   Manual approach via tcode M...
Disclaimer The article described author's approach for fast and consistent database update. The approach is speeding up development without decreasing of application robustness. About SAP LUW As a rule data of business transactions are updated in sev...