Versions Compared

Key

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

...

 

Info

To analyze ABAP code in Kiuwan, source code and information from SAP system need to be exported previously to be analyzed by Kiuwan.

SAP Extractor (SAPEX) for Kiuwan performs these tasks.

NOTE: SAPEX is expected to run in any SAP NetWeaver 7.4+ platform.

Please read How to know the SAP NetWeaver version if you need to know the SAP NetWeaver verion your are using.

Contact Kiuwan Technical Support Kiuwan Support for previous platform versions.

 

How to know the SAP NetWeaver version

Using SAPGUI to check the version of NetWeaver (ABAP Application Server)

  • Log on to the system using SAPGUI 
  • On the main menu, choose System > Status… 
  • In the “System: Status” dialog that opens you’ll see a section in the middle-right called “SAP System data”. Click the icon next to “Component version” to show details of all the components installed on your system 

  • The component you need to look for is called “SAP_BASIS” and is usually at the top of the list.

  • Release is used to identify the major release of NetWeaver, and SP-Level is used to identify the support pack installed.

 

 

What are the permissions needed to run SAPEX in SAP

As SAPEX needs to read source code / system information from multiple SAP tables, a user with enough rights should be used.

It has been proved that the extractor works using a SAP user with the following permissions:

  • User Group Autorithation Check: SUPER
  • User Type: DIALOG
  • Profile:
    • SAP_ALL (All SAP System authorizations) 
    • S_A.SYSTEM (System administrator (Superuser))
  • Parameters: 
    • SCL (Upper and lower case in source code: 'X' = lower, ' ' =upper) 
    • WLC (Workflow: User-specific settings)
  • Customization objects used: 
    • AREA_MENU_SETTINGS 
    • BUPA_DIALOG_JOEL 
    • LAW_PERS 
    • RMPS_AUTH_LEVEL 
    • RS_BI_DWB_FAVORITES 
    • R_BPS_DEFAULT_PROFILE 
    • R_BPS_FW_MODE 
    • R_BPS_UPB_MAIN_AREA 
    • R_UPX_EXEC_GENERAL 
    • SAL_SETTINGS_4_CCMS_ICONVIEW 
    • SAL_SETTINGS_4_CCMS_PERFCHART 
    • SAP_HRHAP00_CATALOG 
    • SAP_HRHAP00_DOCUMENT 
    • SBPT_MYOBJECTS_NODES 
    • SCPR 
    • SKWF_WORKINGDIR 
    • SRT_ADMIN_SETTINGS 
    • S_DRB

...