SAP ABAP Class /SAPCND/CL_DET_ANALYSIS_OW (Determination Analysis (Message Processing))
Hierarchy
SAP_AP (Software Component) SAP Application Platform
   AP-PRC-CON (Application Component) Condition Technique
     /SAPCND/DETERMINATION (Package) Condition Access
Properties
Class /SAPCND/CL_DET_ANALYSIS_OW  
Short Description Determination Analysis (Message Processing)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SAPCND/DETERMINATION   Condition Access 
Created 20000602   SAP 
Last change 20070912   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CTCUS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /SAPCND/CL_DET_ANALYSIS_OW has no interface implemented.
Friends
Class /SAPCND/CL_DET_ANALYSIS_OW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ANALYSIS Instance attribute Private Type reference (TYPE) BALLOGHNDL Analysis 20000606
2 ANALYSIS_HEADER Instance attribute Private Type reference (TYPE) BAL_S_LOG Analysis: Analysis Header Data 20040112
3 C_MSGID_VE Constant Public Type reference (TYPE) SYMSGID '/SAPCND/ANALYSIS' Messages, Message Class 20000602
4 C_MSGTY_I Constant Public Type reference (TYPE) SYMSGTY 'I' Messages, Message Type 20000602
5 HEADER Instance attribute Private Type reference (TYPE) /SAPCND/DET_ANALYSIS_HEADER Determination Analysis (Header) 20000606
6 OBJECT_LIST Instance attribute Private Object reference (TYPE REF TO) /SAPCND/CL_DET_ANALYSIS_AOL Determination Analysis (List of Info-Objects) 20000606
7 REJECT_NO Constant Public Type reference (TYPE) /SAPCND/DET_REJECT_INDICATOR '0' Determination Analysis (Reason for Return) 20000906
8 REJECT_PRIO Constant Public Type reference (TYPE) /SAPCND/DET_REJECT_INDICATOR '2' Determination Analysis (Reason for Return) 20000906
9 REJECT_RELSTAT Constant Public Type reference (TYPE) /SAPCND/DET_REJECT_INDICATOR '1' Determination Analysis (Reason for Return) 20000906
10 SUBTYPE_ADDITIONAL Constant Public Type reference (TYPE) /SAPCND/DET_ANALYSIS_SUBTYPE '2' Determination Analysis (Message Subtype) 20000606
11 SUBTYPE_COMPL Constant Public Type reference (TYPE) /SAPCND/DET_ANALYSIS_SUBTYPE '3' Determination Analysis (Message Subtype) 20000606
12 SUBTYPE_DETERMINED Constant Public Type reference (TYPE) /SAPCND/DET_ANALYSIS_SUBTYPE '5' Determination Analysis (Message Subtype) 20000606
13 SUBTYPE_HIER_COMPL Constant Public Type reference (TYPE) /SAPCND/DET_ANALYSIS_SUBTYPE '4' Determination Analysis (Message Subtype) 20000606
14 SUBTYPE_HIER_PRESTEP Constant Public Type reference (TYPE) /SAPCND/DET_ANALYSIS_SUBTYPE '2' Determination Analysis (Message Subtype) 20000606
15 SUBTYPE_MAIN Constant Public Type reference (TYPE) /SAPCND/DET_ANALYSIS_SUBTYPE '1' Determination Analysis (Message Subtype) 20000606
16 SUBTYPE_PRESTEP Constant Public Type reference (TYPE) /SAPCND/DET_ANALYSIS_SUBTYPE '1' Determination Analysis (Message Subtype) 20000606
17 S_EXIT Static Attribute Private Object reference (TYPE REF TO) /SAPCND/IF_EX_ANALYSIS BAdI Interface /SAPCND/IF_EX_ANALYSIS 20001013
18 TYPE_ERROR Constant Public Type reference (TYPE) /SAPCND/DET_ANALYSIS_MSGTYPE 'E' Determination Analysis (Message Category) 20000906
19 TYPE_FIELDINFO Constant Public Type reference (TYPE) /SAPCND/DET_ANALYSIS_MSGTYPE 'F' Determination Analysis (Message Category) 20000606
20 TYPE_MESSAGE Constant Public Type reference (TYPE) /SAPCND/DET_ANALYSIS_MSGTYPE 'M' Determination Analysis (Message Category) 20000606
21 TYPE_WARNING Constant Public Type reference (TYPE) /SAPCND/DET_ANALYSIS_MSGTYPE 'W' Determination Analysis (Message Category) 20000906
22 UPDATE_FLAG Instance attribute Private Type reference (TYPE) /SAPCND/BOOLEAN Boolean Variable 20000606
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Public Method Adds a Message to an Analysis 20000602
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20000621
3 CLOSE Instance method Public Method Closes the Application Log (Important) 20000612
4 CONSTRUCTOR Instance method Public Constructor Constructor 20000602
5 GET_ANALYSIS Instance method Public Method Delivers Log of This Analysis 20000606
6 GET_ANALYSIS_HEADER Instance method Public Method Delivers Log Header for Analysis 20040112
7 GET_HEADER Instance method Public Method Delivers Header for Analysis 20000606
8 GET_MESSAGES Instance method Public Method Delivers All Messages Saved for An Analysis 20000602
9 GET_OBJECT_LIST Instance method Public Method Delivers Prepared Messages for an Analysis 20000602
10 GET_UPDATE_FLAG Instance method Public Method If an Analysis Does Not Have An Object List 20000605
11 READ_FROM_DB Instance method Public Method Reading an Analysis from the Database 20010423
12 SAVE Instance method Public Method Saving Analysis 20010423
13 SEARCH_ON_DB Instance method Public Method Searching Database 20010423
Events
Class /SAPCND/CL_DET_ANALYSIS_OW has no event.
Types
Class /SAPCND/CL_DET_ANALYSIS_OW has no local type.
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MESSAGE Call by reference Type reference (TYPE) /SAPCND/DET_ANALYSIS_MESSAGE Analyse der Findung (Meldung) 20000602
2 Importing I_MSGID Value transfer Type reference (TYPE) SYMSGID '/SAPCND/ANALYSIS' 20050911
# Exception Resumable Description Created on
1 UPDATE_ERROR Fehler beim Schreiben 20000602

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class /SAPCND/CL_DET_ANALYSIS_OW has no parameter.
Method CLASS_CONSTRUCTOR on class /SAPCND/CL_DET_ANALYSIS_OW has no exception.

Method CLOSE Signature

Method CLOSE on class /SAPCND/CL_DET_ANALYSIS_OW has no parameter.
Method CLOSE on class /SAPCND/CL_DET_ANALYSIS_OW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CREATE_FROM_DB Call by reference Type reference (TYPE) /SAPCND/BOOLEAN Boolsche Variable 20010423
2 Importing I_HEADER Call by reference Type reference (TYPE) /SAPCND/DET_ANALYSIS_HEADER Analyse der Findung (Header) 20000606
# Exception Resumable Description Created on
1 CREATE_ERROR Log wurde nicht erzeugt 20000606
2 MISSING_DATA Verwendung/Applikation nicht gefüllt 20000606

Method GET_ANALYSIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_ANALYSIS Value transfer Type reference (TYPE) BALLOGHNDL Analysen 20000606

Method GET_ANALYSIS on class /SAPCND/CL_DET_ANALYSIS_OW has no exception.

Method GET_ANALYSIS_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_ANALYSIS_HEADER Value transfer Type reference (TYPE) BAL_S_LOG Protokollheader der Analyse 20040112

Method GET_ANALYSIS_HEADER on class /SAPCND/CL_DET_ANALYSIS_OW has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_HEADER Value transfer Type reference (TYPE) /SAPCND/DET_ANALYSIS_HEADER Analyse der Findung (Header) 20000606

Method GET_HEADER on class /SAPCND/CL_DET_ANALYSIS_OW has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_MESSAGE_TAB Value transfer Type reference (TYPE) /SAPCND/DET_ANALYSIS_MESSAGE_T Analyse der Findung (Meldungstabelle) 20000602

Method GET_MESSAGES on class /SAPCND/CL_DET_ANALYSIS_OW has no exception.

Method GET_OBJECT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OBJECT_LIST Value transfer Object reference (TYPE REF TO) /SAPCND/CL_DET_ANALYSIS_AOL Analyse der Findung (Liste Info-Objekte) 20000602
# Exception Resumable Description Created on
1 FATAL_ERROR Fehler bei Erzeugung der Objektliste 20000602

Method GET_UPDATE_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_UPDATE_FLAG Value transfer Type reference (TYPE) /SAPCND/BOOLEAN Boolsche Variable 20000605

Method GET_UPDATE_FLAG on class /SAPCND/CL_DET_ANALYSIS_OW has no exception.

Method READ_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ANALYSIS Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20010423
# Exception Resumable Description Created on
1 NOT_LOADED Analyse konnte nicht gelesen werden 20010423

Method SAVE Signature

Method SAVE on class /SAPCND/CL_DET_ANALYSIS_OW has no parameter.
Method SAVE on class /SAPCND/CL_DET_ANALYSIS_OW has no exception.

Method SEARCH_ON_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HEADER Call by reference Type reference (TYPE) BALHDR_T Anwendungs-Log: Tabelle mit Protokollkopfdaten 20010423
2 Importing I_ALDATE Call by reference Type reference (TYPE) BAL_R_DATE Anwendungs-Log: Range-Tabelle für ALDATE 20010423
3 Importing I_ALTIME Call by reference Type reference (TYPE) BAL_R_TIME Anwendungs-Log: Range-Tabelle für ALTIME 20010423
4 Importing I_ALUSER Call by reference Type reference (TYPE) BAL_R_USER Anwendungs-Log: Range-Tabelle für ALUSER 20010423

Method SEARCH_ON_DB on class /SAPCND/CL_DET_ANALYSIS_OW has no exception.
History
Last changed by/on SAP  20070912 
SAP Release Created in 12A