T0DIAA SAP (IIA: Customizing table for learning engine) Table details

Dictionary Type: Table
Description: IIA: Customizing table for learning engine




ABAP Code to SELECT data from T0DIAA
Related tables to T0DIAA
Access table T0DIAA




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

T0DIAA is a standard SAP Table which is used to store IIA: Customizing table for learning engine data and is available within R/3 SAP systems depending on the version and release level.

The T0DIAA table consists of various fields, each holding specific information or linking keys about IIA: Customizing table for learning engine data available in SAP. These include WMIN (Minimum adjustment multiplier), WMAX (Maximum adjustment multiplier), WTAU (Adjustment shape factor), AVG_METHOD (Method for calculating error average).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T0DIAA table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
WMINMinimum adjustment multiplier DIA_WMINCHAR16ALPHAIIACHAR16
WMAXMaximum adjustment multiplier DIA_WMAXCHAR16ALPHAIIACHAR16
WTAUAdjustment shape factor DIA_WTAUCHAR16ALPHAIIACHAR16
AVG_METHODMethod for calculating error average DIA_AVG_METHODCHAR1CHAR1
SIGNIFICANTSignificance to cut code groups DIA_SIGNIFICANTCHAR16ALPHAIIACHAR16
MAX_GROUPMaximum no. code groups to display DIA_MAX_GROUPCHAR5ALPHAIIACHAR5
N_FREQUENTMaximum Number of Frequent and Recent Problems/Solutions DIA_N_FRQUENTCHAR5ALPHAIIACHAR5
FULL_FP_CODEUpdate FP for code group (certain) DIA_FULL_FP_CODECHAR16ALPHAIIACHAR16
PART_FP_CODEUpdate FP for code group (uncertain) DIA_PART_FP_CODECHAR16ALPHAIIACHAR16
FULL_FP_SYMPUpdate FP for Problem (Certain) DIA_FULL_FP_SYMPCHAR16ALPHAIIACHAR16
PART_FP_SYMPUpdate FP for Problem (Uncertain) DIA_PART_FP_SYMPCHAR16ALPHAIIACHAR16
FULL_FP_LINKUpdate FP for solution links (certain) DIA_FULL_FP_LINKCHAR16ALPHAIIACHAR16
PART_FP_LINKUpdate FP for solution links (uncertain) DIA_PART_FP_LINKCHAR16ALPHAIIACHAR16
FULL_FN_CODEUpdate FN for code group (certain) DIA_FULL_FN_CODECHAR16ALPHAIIACHAR16
PART_FN_CODEUpdate FN for code group (uncertain) DIA_PART_FN_CODECHAR16ALPHAIIACHAR16
FULL_FN_SYMPUpdate FN for Problem (Certain) DIA_FULL_FN_SYMPCHAR16ALPHAIIACHAR16
PART_FN_SYMPUpdate FN for Problem (Uncertain) DIA_PART_FN_SYMPCHAR16ALPHAIIACHAR16
FULL_FN_LINKUpdate FN for solution links (certain) DIA_FULL_FN_LINKCHAR16ALPHAIIACHAR16
PART_FN_LINKUpdate FN for solution links (uncertain) DIA_PART_FN_LINKCHAR16ALPHAIIACHAR16
ADM_EMAILE-Mail Address DIAEMAILCHAR255DIACHAR255
AGENT_EMAILE-Mail Address DIAEMAILCHAR255DIACHAR255
ERR_CODE_IMPNumber of Errors Required to Improve Existing Codes DIA_ERR_CODE_IMPCHAR16ALPHAIIACHAR16
ERR_NEW_CODENumber of Errors Required to Add New Codes and Code Groups DIA_ERR_NEW_CODECHAR16ALPHAIIACHAR16
ERR_NEW_SYMPNumber of Errors Required to Create New Problem DIA_ERR_NEW_SYMPCHAR16ALPHAIIACHAR16
ERR_NEW_LINKNumber of Errors Required to Create New Solution or Link DIA_ERR_NEW_LINKCHAR16ALPHAIIACHAR16
ERR_SUMMinimum Error Probability DIA_ERR_SUMCHAR16ALPHAIIACHAR16
MIN_ACCESS_NOMinimum Number of Hit List Proposals DIA_MIN_ACCESS_NOCHAR5ALPHAIIACHAR5
ERROR_CATEGORYNumber of Error Probability Ranges DIA_ERROR_CATEGORYCHAR5ALPHAIIACHAR5
ACCESS_CATEGORYNumber of Hit List Proposal Ranges DIA_ACCESS_CATEGORYCHAR5ALPHAIIACHAR5
PROPOSAL_EXCELExcel file name DIA_BDS_EXCEL_NAMECHAR255DIACHAR255
ERROR_EXCELExcel file name DIA_BDS_EXCEL_NAMECHAR255DIACHAR255
ACCESS_EXCELExcel file name DIA_BDS_EXCEL_NAMECHAR255DIACHAR255
WACCESSWeight of Hit List Proposals in Determination of Severity DIA_ACCESS_WEIGHTCHAR16ALPHAIIACHAR16
WFPWeight of False Positives in Determination of Severity DIA_FP_WEIGHTCHAR16ALPHAIIACHAR16
WFNWeight of False Negatives in Determination of Severity DIA_FN_WEIGHTCHAR16ALPHAIIACHAR16
SEVERITY1Degree of Severity Required to Propose an Action DIA_SEVERITYCHAR16ALPHAIIACHAR16
SEVERITY2Degree of Severity Required to Propose an Action DIA_SEVERITYCHAR16ALPHAIIACHAR16
SEVERITY3Degree of Severity Required to Propose an Action DIA_SEVERITYCHAR16ALPHAIIACHAR16
SEVERITY4Degree of Severity Required to Propose an Action DIA_SEVERITYCHAR16ALPHAIIACHAR16
NO_SYMPS_WO_SOLSHide Problems Without Solutions CRMT_EI_SDB_HIDE_SYMPS_WO_SOLUCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table T0DIAA using ABAP code

The following ABAP code Example will allow you to do a basic selection on T0DIAA to SELECT all data from the table
DATA: WA_T0DIAA TYPE T0DIAA.

SELECT SINGLE *
FROM T0DIAA
INTO CORRESPONDING FIELDS OF WA_T0DIAA
WHERE...

How to access SAP table T0DIAA

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