/SDF/IVIS_DC_ALE_FILTERED_MSG SAP (ALE messages which passed some filter) Structure details

Dictionary Type: Structure
Description: ALE messages which passed some filter




ABAP Code to SELECT data from /SDF/IVIS_DC_ALE_FILTERED_MSG
Related tables to /SDF/IVIS_DC_ALE_FILTERED_MSG
Access table /SDF/IVIS_DC_ALE_FILTERED_MSG




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

/SDF/IVIS_DC_ALE_FILTERED_MSG 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 "ALE messages which passed some filter" 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_/SDF/IVIS_DC_ALE_FILTERED_MSG TYPE /SDF/IVIS_DC_ALE_FILTERED_MSG.

The /SDF/IVIS_DC_ALE_FILTERED_MSG table consists of various fields, each holding specific information or linking keys about ALE messages which passed some filter data available in SAP. These include DOCNUM (IDoc number), STATUS (Status of IDoc), DIRECT (Direction for IDoc), SNDPOR (Sender port (SAP System, EDI subsystem)).. 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 /SDF/IVIS_DC_ALE_FILTERED_MSG 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
ALE_MESSAGE 0
DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
STATUSStatus of IDoc EDI_STATUSCHAR2EDI_STATUS
DIRECTDirection for IDoc EDI_DIRECTCHAR1EDI_DIRECT
SNDPORSender port (SAP System, EDI subsystem) EDI_SNDPORCHAR10EDI_PORT
RCVPORReceiver port (SAP System, EDI subsystem) EDI_RCVPORCHAR10EDI_PORT
MESTYPMessage Type EDI_MESTYPCHAR30EDI_MESTYPMES
IDOCTPBasic type EDI_IDOCTPCHAR30EDI_IDOCTPIDC
CIMTYPExtension EDI_CIMTYPCHAR30EDI_CIMTYPCIM
CREDATIDoc Created On EDI_CCRDATDATS8DATUM
CRETIMIDoc Created at EDI_CCRTIMTIMS6UZEIT
UPDDATDate on which control record was last changed EDI_UPDDATDATS8DATUM
UPDTIMTime at which control record was last changed EDI_UPDTIMTIMS6UZEIT
ARCKEYEDI archive key IDOCCARKEYCHAR70EDI_ARCKEY
SNDPRTPartner type of sender EDI_SNDPRTCHAR2EDI_PARTYP
SNDPRNPartner Number of Sender EDI_SNDPRNCHAR10ALPHAEDI_PARNUM
SNDPFCPartner Function of Sender EDI_SNDPFCCHAR2EDIPVEDI_PARVW
TIDTransaction ID EDI_TIDCHAR24EDI_TID
STATXTText for status code EDI_STATX_CHAR70EDI_STATXT
ARFCSTATEStatus of an ARFC call (RECORDED,CPICERR,MAILED,READ..) ARFCSTATECHAR8ARFCSTATE
STAMQUStatus message qualifier EDI_STAMQUCHAR3EDI_STAMQU
STAMIDStatus message ID EDI_STAMIDCHAR20EDI_STAMID
STAMNOStatus message number EDI_STAMNONUMC3EDI_STAMNO
STAPA1Parameter 1 EDI_STAPA1CHAR50EDI_PARMTR
STAPA2Parameter 2 EDI_STAPA2CHAR50EDI_PARMTR
STAPA3Parameter 3 EDI_STAPA3CHAR50EDI_PARMTR
STAPA4Parameter 4 EDI_STAPA4CHAR50EDI_PARMTR
COUNTRIDoc status counter EDI_COUNTRNUMC16EDI_COUNTR
QUERY_STRUC 0
QUERY_STRING 0
FILTER_CRIT 0
SUBSCRIPTION_KEYS 0

Key field Non-key field



How do I retrieve data from SAP structure /SDF/IVIS_DC_ALE_FILTERED_MSG using ABAP code?

As /SDF/IVIS_DC_ALE_FILTERED_MSG 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 /SDF/IVIS_DC_ALE_FILTERED_MSG as there is no data to select.

How to access SAP table /SDF/IVIS_DC_ALE_FILTERED_MSG

Within an ECC or HANA version of SAP you can also view further information about /SDF/IVIS_DC_ALE_FILTERED_MSG 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!