Create the ABAP program

Creating the ABAP program (report) provides the functionality to retrieve information about the current item in SAP, calculate a corresponding URL for Meridian Explorer, and open Meridian Explorer with the URL.

To create the ABAP program:

  1. In SAP, use transaction code ZE80 to open the object navigator.
  2. Create a new package named ZPM01 with the program name ZPM_CALLEX and a folder structure similar to the following to organize the elements of the customization.
  3. Use transaction code SE38 to import the source code of the subroutines listed in Example source code into the program ZPM_CALLEX.
ZPM01
  Programs
    ZPM_CALLEX
      Fields
        GC_URL
      Routines
        GET_CONTEXT_CAUFVD
        GET_CONTEXT_IFLO
        GET_CONTEXT_ITOB
        GET_CONTEXT_VIQMEL
        ZCALLEX_EQ
        ZCALLEX_FL
        ZCALLEX_NO
        ZCALLEX_OR