Shared Top Border

Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Home arrow Tips and Tricks arrow ABAP Reports arrow Creating Activatable Breakpoints and Assertions
Creating Activatable Breakpoints and Assertions PDF Print E-mail
User Rating: / 0
PoorBest 
Written by Dany Charbonneau   
Monday, 04 June 2007
You can now create (de)activable breakpoints in your programs. You can release these breakpoints in production and a customer will have the opportunity to activate and debug your code more easily.
The following is an activable break-point : BREAK-POINT ID dany.

The checkpoint group is defined by double clicking on the checkpoint group in the editor OR directly via transaction SAAB. Below is the SAAB screen. In the breakpoints part of the screen, you can set it to "inactive" or "break". All breakpoint groups will be shipped inactive by default.



Assert:

An assertion is a condition which must be true during program execution. By using asserts in your program, you can find cause of error in shorter time. The reaction when violating an assertion depend on a customizing and could be :
  1. Start the debugger from this assert
  2. Do nothing, ignore the assert
  3. Log the assertion in a log
  4. Terminate the program with runtime error ASSERTION_FAILED
The assertions are defined in SAAB (exactly like the breakpoints, see screen above).Here is an example of a use for an assertion :


Code:
METHOD sort_by_name.

DATA: l_f1 TYPE i VALUE 2,
l_f2 TYPE c LENGTH 10 VALUE 'test',
l_t1 TYPE TABLE OF sflight.

the_sorting_algorithm.

ASSERT ID dany
SUBKEY 'danysub1'
FIELDS l_f1 l_f2 l_t1
CONDITION itab->is_sorted_by_name( ) <> ' '.
ENDMETHOD.
This will ensure that the table is sorted. Below is the result of the log for this assert



Related Items:

 
< Prev   Next >

Google Search

Google Ads

Shared Bottom Border

Contact Us | Polls | Add URL | Contribute | Privacy | Terms | Feedback

Discussion Forum | BLOG | Consultants: Post your resume | Companies: Advertise on ERPGenie.COM | Post Job
Financials Consultant | Consultant Review | Gallia Consulting | Supply Chain Project | SAP Financials Forum
GenieHoldings.COM, Inc. | Genie Press | WorkflowGenie | ESAGenie | ERPTopSites | ABAP Tips and Tricks | SAP Solutions Database

EDIGenie | Searching Survivor