/SAPSRM/S_PDO_CD_ALERTS SAP (alerts for contract searach) Structure details

Dictionary Type: Structure
Description: alerts for contract searach




ABAP Code to SELECT data from /SAPSRM/S_PDO_CD_ALERTS
Related tables to /SAPSRM/S_PDO_CD_ALERTS
Access table /SAPSRM/S_PDO_CD_ALERTS




Structure field list including key, data, relationships and ABAP select examples

/SAPSRM/S_PDO_CD_ALERTS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "alerts for contract searach" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/SAPSRM/S_PDO_CD_ALERTS TYPE /SAPSRM/S_PDO_CD_ALERTS.

The /SAPSRM/S_PDO_CD_ALERTS table consists of various fields, each holding specific information or linking keys about alerts for contract searach data available in SAP. These include ATTRIBUT_INDEX (Loop Index), ALERT_ALSYSID (Name of SAP System), ALERT_MSEGNAME (Alert: Name of Monitoring Segment), ALERT_ALUNIQNUM (Alert: Unique Identifier to be used in AID (char10)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP /SAPSRM/S_PDO_CD_ALERTS structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ATTRIBUT_INDEXLoop Index SYINDEXINT410SYST_LONG
ALERT_ALSYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
ALERT_MSEGNAMEAlert: Name of Monitoring Segment ALMSEGNAMECHAR40TEXT40
ALERT_ALUNIQNUMAlert: Unique Identifier to be used in AID (char10) ALAIDUIDCHAR10CHAR10
ALERT_ALINDEXAlert: internal handle ALINDEXCHAR10CHAR10
ALERT_ALERTDATEAlert: date ALDATEDATS8DATUM
ALERT_ALERTTIMEAlert: Time value in timeformat ALTIMETIMS6TIME
ALERT_DUMMYALIGNAlert: Dummy field. Purpose: Alignment of date/time 16 byte ALDUMMYC2CHAR2CHAR2
ALERT_MESSAGEThe expanded (translated) message for ext. tools XMIEXTMSGCHAR255CHAR255
ALERT_URL_TYPEMethod call type ALTOOLCATYCHAR1CHAR1
ANALYZE_URLCharacter 1024 CHAR1024CHAR1024CHARA1024
ALERT_TOOLAlert: Executable Name of TOOL (program/function/....) ALTOOLEXNMCHAR80TEXT80
MSGCLASSXMI logging: company name of external management tool XMILOGCOMPCHAR16TEXT16
MSGIDMessage ID for an XMI log entry XMILOGMIDCHAR30XMSGID
MSGARG1Argument string for an XMI log XMIARGTXTCHAR128CHAR128
ARGTYPE1Argument type of an XMI log entry XMIARGTYPCHAR1XMIARGTYPE
MSGARG2Argument string for an XMI log XMIARGTXTCHAR128CHAR128
ARGTYPE2Argument type of an XMI log entry XMIARGTYPCHAR1XMIARGTYPE
MSGARG3Argument string for an XMI log XMIARGTXTCHAR128CHAR128
ARGTYPE3Argument type of an XMI log entry XMIARGTYPCHAR1XMIARGTYPE
MSGARG4Argument string for an XMI log XMIARGTXTCHAR128CHAR128
ARGTYPE4Argument type of an XMI log entry XMIARGTYPCHAR1XMIARGTYPE
MSGTEXTActual text of message XMIMSGTXTCHAR128CHAR128
ALERT_SOLVEDSingle-Character Indicator CHAR1CHAR1CHAR1
DISP_ALERT_ALERTDATEAlert: date ALDATEDATS8DATUM
DISP_ALERT_ALERTTIMEAlert: Time value in timeformat ALTIMETIMS6TIME
CONTRACT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
BE_LOG_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
BE_PUR_ORG_PARTNER_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
BE_CONTRACT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
DEFAULT_TEXT_IDVersion Number Component CHAR2CHAR2CHAR2
LOCATION_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
IDOC_NOIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
BE_OBJTYPEObject Type in Target System BBP_TRGT_OBJTYPCHAR1BBP_TRGT_OBJTYP

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_PDO_CD_ALERTS using ABAP code?

As /SAPSRM/S_PDO_CD_ALERTS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /SAPSRM/S_PDO_CD_ALERTS as there is no data to select.

How to access SAP table /SAPSRM/S_PDO_CD_ALERTS

Within an ECC or HANA version of SAP you can also view further information about /SAPSRM/S_PDO_CD_ALERTS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!