Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info



QUITARLOOOOOOO !!!!!!!!


Nevertheless, if you are an integrator or an external consultant just using Kiuwan, you might consider to analyze ABAP code entirely from outside the ABAP server, without the need to ever connect to SAP system or SAP server.

If this is you case, i.e. to remotely connect to SAP server to extract locally ABAP code, you might consider to use SAP JCO Connector.

Please visit https://www.kiuwan.com/blog/abap-continuous-analysis-with-kiuwan/ for further info on how to use this approach.


Baseline analysis

ABAP extractor installation

Kiuwan provides a program that allows to extract the ABAP source code from the SAP system.

This program extracts multiple object types from SAP system to a previously configured path into the SAP server. It is based on modifications made to MassDownload (from Dalestech Consulting Ltd.). We encourage using the program provided by Kiuwan because it’s been specifically modified to suite Kiuwan needs.

Installation procedure:

  1. Use SM69 to create a SAP command called ZDTX_MKDIR that will contain the specific command to create directories in the underlying operating system

    1. Be sure that "additional parameters allowed" is checked. If not, please check it.

    2. In Linux, the command to specify should be: mkdir
    3. In Windows, the command to specify should be: cmd /c md
  2. Use SE38 to create a SAP program called Z_ABAP_EXTRACTOR 

    1. Write the program title as “Abap Code Extractor”

    2. Set the program type to “Executable program”

    3. Set program status to "SAP Standard production program"

    4. You can locate this program within a certain package or as a "Local object"

    5. Copy and paste the content of the file Z_ABAP_EXTRACTOR.abap , save the program and activate it.

Baseline ABAP source extraction

...