Quantcast
Channel: SCN : Document List - ABAP Development
Viewing all articles
Browse latest Browse all 935

Find an SAP Enhancement from source code

$
0
0

In this document indicates how to find an SAP enhancement from source code.

 

First we start the process in debugging mode by using the /H command.

 

AMPLIACION0.png

 

Once in debugging mode will introduce this break-point statement CALL CUSTOMER-FUNCTION

 

AMPLIACION01.png

AMPLIACION001.png

 

Navigate through the various calls to find what is useful to us.

 

AMPLIACION2.png

 

We look at the source code line where the call is CALL CUSTOMER-FUNCTION

AMPLIACION4.png

 

We double-click to Navigate us to FM

AMPLIACION5.png

 

To know the related enhancement go to transaction SMOD

AMPLIACION6.png

 

Open the Matchcode and press INFORMATION SYSTEM button.

AMPLIACION7.png

 

Press ALL SELECTIONS button and will filter through the field with NAME COMPONENT.

AMPLIACION8.png

 

 

We introduce the FM in this field and we found the enhancement to which it is assigned.

AMPLIACION9.png

AMPLIACION10.png

 

With this enhancement, we can now go to the TX CMOD, create our Z project and use this enhancement.

AMPLIACION11.png

 

I hope it is useful.


Viewing all articles
Browse latest Browse all 935

Trending Articles