How  can i use this BAPI (BAPI_SYSTEM_MS_GETLIST)

HI Experts ,
                   i am working on ccms Mointoring to fetch data to third party .Trying to get some values from BAPI (BAPI_SYSTEM_MS_GETLIST ) i have provided  External User name = 'xxxxxxx'.  i am getting an error saying that Not logged on to Interface XAL .Can anyone provide me guide line how to use it  this BAPI?

Hi,
check for all this parameter.
Short Description:  Reads all saved monitor sets
BAPI Object  :SystemMonitorSet
BAPI Method  :GetList
Function
You can determine the names of all existing monitor sets using this method. Using these names, you can then determine the names of the monitors that exist in each of the sets.
Parameters (Import)
EXTERNAL_USER_NAME
Name of the user in the external system that initiated the method call
Parameters (Export)
MONITOR_SETS
Table with the names of the existing monitor sets (Structure BAPIMSNAME, that consists of only the component NAME)
RETURN
Structure BAPIRET2 with the return values from the method call
Exceptions
MSG_EXT_USER_MISSING MSG_CANT_LOG MSG_NOT_LOGGED_ON MSG_NO_MONITOR_SETS_FOUND MSG_UNKNOWN_PROBLEM
RFC Interface
function BAPI_SYSTEM_MS_GETLIST
importing
EXTERNAL_USER_NAMElikeBAPIXMLOGR-EXTUSERtypeRFC_CHARlength16
exporting
RETURNstructureBAPIRET2length552numberoffields14
tables
MONITOR_SETSstructureBAPIMSNAMElength60numberoffields1
exceptions
Check your monitor sets.

Similar Messages

Maybe you are looking for