ABAPQuickFix icon indicating copy to clipboard operation
ABAPQuickFix copied to clipboard

ABAP Quick Fix

Results 4 ABAPQuickFix issues
Sort by recently updated
recently updated
newest added

We have the already great fixes to replace single instances of `EQ`, `GE`, `LE` etc. - would be cool if we could replace ALL instances of these operators in a...

enhancement

Hi, I have asked in [SAP Community](https://answers.sap.com/questions/13106297/in-adt-is-there-a-quickfix-to-create-event-handler.html) if there was a way to easily create event handlers. I'll try to work on a proposal, but maybe you'd be interested or...

Trying to fix this: ``` DATA: lr_tabdescr TYPE REF TO cl_abap_structdescr , lr_data TYPE REF TO data , lt_dfies TYPE ddfields , ls_dfies TYPE dfies , ls_fieldcat TYPE lvc_s_fcat ....

bug

# Observation In Reports and also in FM Quickfix proposals are not shown. In debug mode a BadLocationException can be observed in AbapStatement initialization. Apparently endOfStatement is negative and causes...

bug