Start of Content Area

Function documentationHIGHLIGHT_BREAKPOINT_LINE  Locate the document in its SAP Library structure

Use

Use this method to set a breakpoint.

NoteThis method is only used in the ABAP Editor.

Windows

HTML

Java

ü

X

ü

Features

call method textedit- >highlight_breakpoint_line

  exporting
    line = line
    highlight_mode = highlight_mode

  exceptions
    has_no_effect = 1
    error_cntl_call_method = 2
    invalid_parameter = 3.

Parameters

Description

Possible values

line

Line in which you want to set the breakpoint

 

highlight_mode

Switches highlighting on or off (true/false)

true
Switched on (default value)

false
Switched off