SAP Blogs

Olga Dolinskaja

Olga Dolinskaja SAP Employee  Active Contributor Silver: 500-1,499 points
Business Card
Company: SAP AG
RSS 1.0 Feed for SAP Weblogs by this person.

Olga Dolinskaja is a Product Manager in the Product Management Team for SAP NetWeaver Application Server ABAP. She joined SAP AG in 1999 and worked in user interface development for six years. In 2006 she changed into the Product Definition team, where she took over responsibilities for Lifecycle Management and Supportability areas regarding product definition, roll-in activities, and portfolio management tasks. Since 2009 she lends her skills to extensive ABAP Product Management activities.

Customer Engagement: Evaluation of the Pilot Version of ABAP in Eclipse
SAP is currently running a first pilot shipment for ABAP Development Tools for SAP NetWeaver (aka ABAP in Eclipse). ABAP Development Tools for SAP NetWeaver is the new ABAP IDE built on top of the Eclipse platform. Dec. 1, 2011
Comments: 61   Rank: 3916   Page Views: 4979 (Stats updated nightly)

New ABAP Unit and Coverage Analyzer Features in SAP NetWeaver 7.0 EhP3
Those of you who use ABAP Unit already know how to run ABAP Unit tests for single programs. Menu paths for starting ABAP Unit test are different in the Workbench transactions (SE80, SE24, SE37, and SE38).The SAP NetWeaver 7.0 EHP3 brings the easier access to ABAP Unit testing.You can run ABAP Unit tests for sets of selected programs, even for entire hierarchies of packages.You can start ABAP Unit tests with the same path from the context menus of relevant repository objects in SE80, the Object Navigator, and from the "Object" menus of SE24, SE37, and SE38. Code coverage measurement is also available. You can also schedule ABAP Unit tests in batch – with results by email – from SE80.  Nov. 9, 2011
Comments: 8   Rank: 18527   Page Views: 609 (Stats updated nightly)

News in ABAP Debugger Breakpoints and Watchpoints , Statement Debugging
SAP NetWeaver 7.0 EHP2 brings an expanded set of breakpoint and watchpoint capabilities as well as a new higher-resolution statement debugging capability (of course in the New ABAP Debugger!). This blog shows how to use these new features: - The new types of breakpoints (on ABAP command, on Web Dynpro entities, on method of a class, on Simple Transformations) - The new types of watchpoints (on internal table, on ABAP objects and object attributes) - The new conditional breakpoints and watchpoints This blog also explains the new statement debugging in ABAP (how you can separately debug multiple ABAP statements or expressions in one line).  Jul. 14, 2011
Comments: 28   Rank: 2542   Page Views: 6123 (Stats updated nightly)

News in ABAP External Debugging - New User Breakpoint
SAP NetWeaver 7.0 EhP2 brings useful improvements to ABAP external debugging (of course in the New ABAP Debugger!), that is debugging of HTTP and RFC requests which arrive in your ABAP backend system. This blog explains the motivation and new functionality of the user breakpoint, which is now valid on all servers of an ABAP system.  May. 11, 2011
Comments: 7   Rank: 11051   Page Views: 2160 (Stats updated nightly)

News in ABAP External Debugging – Request-based Debugging of HTTP and RFC requests
SAP NetWeaver 7.0 EhP2 brings useful improvements to ABAP external debugging (of course in the New ABAP Debugger!), that is debugging of HTTP and RFC requests which arrive in your ABAP backend system. This blog introduces the new type of external debugging in ABAP - Request-based Debugging. With request-based debugging you can capture any external HTTP or RFC request for debugging, without regard to the user who submitted the request or the application server at which the request is processed.  May. 11, 2011
Comments: 7   Rank: 11901   Page Views: 1907 (Stats updated nightly)

The Application Development Guidelines Chapter for Best-Built Applications
The Application Development chapter of the SAP Guidelines for Best-Built Applications provides recommendations for developing the enterprise-class software which integrates with SAP Business Suite, including special guidelines for ABAP, Java and .NET technologies. Feb. 16, 2011
Comments: 1   Rank: 14311   Page Views: 1350 (Stats updated nightly)

Next Generation ABAP Runtime Analysis (SAT) – How to analyze performance
SAT is the transaction name of the new ABAP Runtime Analysis Tool of the NetWeaver 7.0 EhP2. For those of you who are already familiar with the transaction SE30, the former ABAP Runtime Analysis Tool, transaction SAT is the successor of SE30. The second blog of these series of blogs about SAT devotes itself to the analysis of performance problems and demonstrates how the new tools and features of the SAT help you efficiently to analyze the performance of any ABAP application.  Jan. 18, 2011
Comments: 3   Rank: 2918   Page Views: 5744 (Stats updated nightly)

Next Generation ABAP Runtime Analysis (SAT) – How to analyze memory consumption
SAT is the transaction name of the new ABAP Runtime Analysis Tool of the NetWeaver 7.0 EhP2. For those of you who are already familiar with the transaction SE30, the former ABAP Runtime Analysis Tool, transaction SAT is the successor of SE30. This third blog of the series about SAT devotes itself to the analysis of memory consumption problems and demonstrates how the new tools of SAT help you to perform an effective memory consumption analysis of any ABAP application. Jan. 18, 2011
Comments: 0   Rank: 7466   Page Views: 3374 (Stats updated nightly)

Next Generation ABAP Runtime Analysis (SAT) – How to analyze program flow
SAT is the transaction name of the new ABAP Runtime Analysis Tool of the NetWeaver 7.0 EhP2. For those of you who are already familiar with the transaction SE30, the former ABAP Runtime Analysis Tool, transaction SAT is the successor of SE30. The fourth part of these series of blogs about SAT devotes itself to the execution logic of an ABAP program and demonstrates how the new tools of the SAT help you to execute effective program flow analysis of any ABAP application. Jan. 18, 2011
Comments: 7   Rank: 6515   Page Views: 3729 (Stats updated nightly)

Next Generation ABAP Runtime Analysis (SAT) – Introduction
SAT is the transaction name of the new ABAP Runtime Analysis Tool of the NetWeaver 7.0 EhP2. For those of you who are already familiar with the transaction SE30, the former ABAP Runtime Analysis Tool, transaction SAT is the successor of SE30. SAT offers benefits such as a modern state-of-the art UI, new analysis tools, easy navigation between tools and so on. This first blog of the series about SAT gives overview of the most useful SAT improvements (particularly in comparison with the former SE30) and gives a quick guideline how to use new features and tools of the SAT to execute effective runtime analysis of any ABAP application. Jan. 18, 2011
Comments: 5   Rank: 1581   Page Views: 7621 (Stats updated nightly)

ABAP Testing and Troubleshooting Tools - Which Features Are In Which Releases?
This blog offers the overview of the availability of the major ABAP testing and troubleshooting tools features in the SAP NetWeaver Releases. Dec. 9, 2010
Comments: 2   Rank: 12513   Page Views: 1732 (Stats updated nightly)

New ABAP Debugger – Tips and Tricks
The New ABAP Debugger was first released by SAP with NetWeaver04. As of release NetWeaver 7.0 it fully replaces in the scope of its functionality the “old-fashioned” Classic ABAP Debugger. During the last SAP TechEds I learned that more and more people use the New ABAP Debugger (that is a great news!) but still many are not aware of some of its useful features. The purpose of this blog is to point you to these features so that you can make the most of the New ABAP Debugger.  Nov. 10, 2010
Comments: 54   Rank: 320   Page Views: 14883 (Stats updated nightly)

What Is New in ABAP Testing And Troubleshooting With SAP NetWeaver 7.0 EhP2
SAP NetWeaver 7.0 EhP2 brings you a rich set of new features and enhancements in ABAP Testing and Troubleshooting tools which will boost the efficiency of the entire ABAP development.This blog gives an overview of the major improvements and new tools and features in the areas of ABAP Testing and Troubleshooting.  Apr. 13, 2010
Comments: 13   Rank: 1944   Page Views: 6940 (Stats updated nightly)

ABAP Runtime Analysis (SE30) - How to analyze ABAP program flow
The ABAP Runtime Analysis (transaction SE30) is the best starting point if you want to execute performance or flow analysis of your ABAP program. Unfortunately many people use ABAP Runtime Analysis only to look for performance bottlenecks and don't know that ABAP Trace is the only tool with which you can trace the execution flow of an ABAP program at the statement level. This blog will show you how to use ABAP Trace of ABAP Runtime Analysis (SE30) to follow the flow logic of your ABAP program.  Dec. 11, 2009
Comments: 60   Rank: 90   Page Views: 24726 (Stats updated nightly)