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 it with the URL.
To create the ABAP program:
-
In SAP, use transaction code ZE80 to open the object navigator.
-
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.
-
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
