Introduction
Welcome to my blog, I am glad that you are curious about ABAP unit testing. Let's go.
As an SAP developer coming from the Java world, I always focus on Object Oriented ABAP and believe in the high value of unit testing. So the question ...
Welcome!I am glad that you read this page, it means that you are interested in modern ABAP programming.In my first blog "ABAP in eclipse vs SE80 comparison - why eclipse wins?" I desribed why to use eclipse. After few years I still recommend eclipse ...
Hello experts, Could you please help me to clarify one issue - how database optimizer process SELECT statement on VIEW when only some and not all tables are used. Example:VIAUFK_AFVC - this view contains 7 related tables with JOIN conditions: But the...
Hi,In some landscapes in our systems integrated help in eclipse is still not working even if docu and toolsdocu services are activated.I read post with similar problem:http://scn.sap.com/thread/3238296I noticed that two services were inactive:/sap/pu...
In this document I would like to share my lesson learned and show that it is possible to run automated Unit Tests in ABAP and integrate it with Hudson (or Jenkinks) Continuous Integration server. With some development effort we can have all Unit Te...
Hi,I had the similar problem, where changing services hierarchy was not working, segments E1EDC20 for service lines were not included into the IDOC.Possibly you need to set the flag T161-KZALE (Distributed contract (ALE)) to X, this helped me at leas...
Hi subba.krishna ,
Thank you!
The method test_odata_request is part of ABAP Unit Test, so it is automatically called by test environment. So it is not called by any production code / main program.
Regards,
Adam
Hi jand66,
For me it looks like compatibility issue, like you are using ADT Tools not dedicated to your eclipse version. Please try to setup another (older) eclipse version and install relevant ABAP tools, dedicated to your version.
I do not thing ...
Great to hear that rsulliva. Now after you have created first working test, building new ODATA testcases will be just simple. And practicing unit tests is a code craftsmanship, congratulations!