2008 Feb 01 7:40 AM
Hi,
Can anyone please explain the fields in the structure ALTLEXDESC
I am debugging the function module DSWP_BPM_SEND_ALERT
Any pointings will definitely be rewarded.
Please help.
--Ragu
Hi,
Can anyone please explain the fields in the structure ALTLEXDESC
I am debugging the function module DSWP_BPM_SEND_ALERT
Any pointings will definitely be rewarded.
Please help.
--Ragu
2008 Feb 04 9:31 AM
Hi,
ALTLEXDESC is for "Description of a tool instance to be executed"
It has several include structures
Following are the fields with the description:
.INCLUDE Alert: Tool
TOOLNAME Alert: Logical Name of Tool
TOOLSTATUS Alert: Tool: Alert Tool Status
STARTDATE Alert: date
STARTTIME Alert: Time value in timeformat
STARTDUMMY Alert: Dummy field. Purpose: Alignment of date/time 16 byte
TOOLDISPAT Alert method dispatcher
.INCLUDE Alert: global monitoring type identifier
MTSYSID Name of SAP R/3 System
MTMCNAME Alert: Name of Monitoring Context
MTNUMRANGE Alert: monitoring type number range (perm., temp, ...)
MTUID ALert: Unique Identifier for Monitoring Types (used in TID)
MTCLASS Alert: monitoring type class (perf., single msg.,...)
MTINDEX Alert: internal handle for TID
EXTINDEX Alert: internal handle for TID
.INCLUDE Alert: Global Alert Identifier
ALSYSID Name of SAP R/3 System
MSEGNAME Alert: Name of Monitoring Segment
ALUNIQNUM Alert: Unique Identifier to be used in AID (char10)
ALINDEX Alert: internal handle
.INCLUDE Alert: timestamp
ALERTDATE Alert: date
ALERTTIME Alert: Time value in timeformat
DUMMYALIGN Alert: Dummy field. Purpose: Alignment of date/time 16 byte
WHICHTOOL Alert: Tool: Which Tool ? (Trigger/Analyze/OnALert/...)
.INCLUDE Alert: TOOLS technical definition of tool executable
TOOLEXEC Alert: Executable Name of TOOL (program/function/....)
OWNER Alert: Owner of the Tool
CALLTYPE Method call type
EXECDEST Logical Destination (Specified in Function Call)
DEST_TYPE Alert: TOOL Destination Type (MTLocal / ANYDest / specific )
EXECUSER User name
STRTTIDTYP Alert: Tool TID's for Start (Single/Table)
DELAYTIME Alert: Time values in seconds
STARTUPEXE Alert: Execute method as startup method
ERRORFLAG Alert: TOOL Error Flag
PRIORITY Alert: TOOL Priority (internal use only)
RECOVERY Alert: TOOL Recovery Method
MAXRUNTIME Alert: TOOL max. runtime
.INCLUDE Alert: Parameter definition for a TOOL
PARNAME1 Alert: TOOL parameter name
PARVALUE1 Alert: TOOL Parameter value
PARNAME2 Alert: TOOL parameter name
PARVALUE2 Alert: TOOL Parameter value
PARNAME3 Alert: TOOL parameter name
PARVALUE3 Alert: TOOL Parameter value
PARNAME4 Alert: TOOL parameter name
PARVALUE4 Alert: TOOL Parameter value
PARNAME5 Alert: TOOL parameter name
PARVALUE5 Alert: TOOL Parameter value
PARNAME6 Alert: TOOL parameter name
PARVALUE6 Alert: TOOL Parameter value
PARNAME7 Alert: TOOL parameter name
PARVALUE7 Alert: TOOL Parameter value
PARNAME8 Alert: TOOL parameter name
PARVALUE8 Alert: TOOL Parameter value
PARNAME9 Alert: TOOL parameter name
PARVALUE9 Alert: TOOL Parameter value
PARNAME10 Alert: TOOL parameter name
PARVALUE10 Alert: TOOL Parameter value
Thank you.