SAP ABAP Class CL_IBF_INCORRECT_PARAMETER (Description of Incorrect Parameter)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-API (Application Component) BAPI Tools (for BAPIs see Note 813411)
     SIBF_LOCAL (Package) Internet Business Framework: Local Generic Services
Properties
Class CL_IBF_INCORRECT_PARAMETER  
Short Description Description of Incorrect Parameter    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SIBF_LOCAL   Internet Business Framework: Local Generic Services 
Created 20000928   SAP 
Last change 20000928   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IBF_INCORRECT_PARAMETER has no forward declaration.
Interfaces
Class CL_IBF_INCORRECT_PARAMETER has no interface implemented.
Friends
Class CL_IBF_INCORRECT_PARAMETER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DETAIL Instance attribute Public Type reference (TYPE) STRING Identification of Erroneous Component of Parameter 20000928
2 NAME Instance attribute Public Type reference (TYPE) SEOSCONAME Name of Erroneous Parameter 20000928
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_DETAIL_ATTR Instance method Public Method Adds Name of Attribute to Detail 20001006
2 APPEND_DETAIL_ATTR_OF_TAB_ROW Instance method Public Method Adds Attribute of Object Value in Table Row to Detail 20001006
3 APPEND_DETAIL_COMP Instance method Public Method Adds Name of Component to Detail 20001006
4 APPEND_DETAIL_COMP_OF_TAB_ROW Instance method Public Method Adds Component of Structured Table Row to Detail 20001006
5 APPEND_DETAIL_TAB_ROW Instance method Public Method Adds Table Row to Detail 20001006
6 CONSTRUCTOR Instance method Public Constructor Constructor 20000928
7 CREATE Static method Public Method New Instance with or Without Details 20000928
8 CREATE_FOR_ATTR_OF_OBJECT Static method Public Method New Instance for Object Attribute 20000928
9 CREATE_FOR_ATTR_OF_TAB_ROW Static method Public Method New Instance for Attribute of Object Value in Table Row 20000928
10 CREATE_FOR_COMP_OF_STRUC Static method Public Method New Instance for Component of a Structure 20000928
11 CREATE_FOR_COMP_OF_TAB_ROW Static method Public Method New Instance for (Component of a) Table Row 20000928
12 CREATE_FOR_TAB_ROW Static method Public Method New Instance for (Component of a) Table Row 20001006
13 GET_DETAIL_FOR_ACTUAL_PARAM Instance method Public Method Supplies Details for Current Parameter 20001006
Events
Class CL_IBF_INCORRECT_PARAMETER has no event.
Types
Class CL_IBF_INCORRECT_PARAMETER has no local type.
Method Signatures

Method APPEND_DETAIL_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTR_NAME Value transfer Type reference (TYPE) STRING Names des fehlerhaften Attributs 20001006

Method APPEND_DETAIL_ATTR on class CL_IBF_INCORRECT_PARAMETER has no exception.

Method APPEND_DETAIL_ATTR_OF_TAB_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTR_NAME Call by reference Type reference (TYPE) STRING Name des fehlerhaften Attributs des Objekts der Zeile 20001006
2 Importing I_ROW_NUMBER Call by reference Type reference (TYPE) I Nummer der fehlerhaften Tabellenzeile 20001006

Method APPEND_DETAIL_ATTR_OF_TAB_ROW on class CL_IBF_INCORRECT_PARAMETER has no exception.

Method APPEND_DETAIL_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMP_NAME Value transfer Type reference (TYPE) STRING Name der fehlerhaften Komponente 20001006

Method APPEND_DETAIL_COMP on class CL_IBF_INCORRECT_PARAMETER has no exception.

Method APPEND_DETAIL_COMP_OF_TAB_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMP_NAME Call by reference Type reference (TYPE) STRING Name der fehlerhaften Komponente der Tabellenzeile 20001006
2 Importing I_ROW_NUMBER Call by reference Type reference (TYPE) I Nummer der fehlerhaften Tabellenzeile 20001006

Method APPEND_DETAIL_COMP_OF_TAB_ROW on class CL_IBF_INCORRECT_PARAMETER has no exception.

Method APPEND_DETAIL_TAB_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROW_NUMBER Call by reference Type reference (TYPE) I Nummer der fehlerhaften Tabellenzeile 20001006

Method APPEND_DETAIL_TAB_ROW on class CL_IBF_INCORRECT_PARAMETER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETAIL Call by reference Type reference (TYPE) STRING Identifikation der fehlerhaften Komponente des Parameters 20000928
2 Importing I_NAME Call by reference Type reference (TYPE) SEOSCONAME Name des fehlerhaften Parameters 20000928

Method CONSTRUCTOR on class CL_IBF_INCORRECT_PARAMETER has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETAIL Call by reference Type reference (TYPE) STRING Identifikation der fehlerhaften Komponente des Parameters 20000928
2 Importing I_NAME Call by reference Type reference (TYPE) SEOSCONAME Name des fehlerhaften Parameters 20000928
3 Returning RO_INCORRECT_PARAMETER Value transfer Object reference (TYPE REF TO) CL_IBF_INCORRECT_PARAMETER Beschreibung des fehlerhaften Parameters 20000928

Method CREATE on class CL_IBF_INCORRECT_PARAMETER has no exception.

Method CREATE_FOR_ATTR_OF_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTR_NAME Call by reference Type reference (TYPE) STRING Name des fehlerhaften Attributs des Objekts 20000928
2 Importing I_NAME Call by reference Type reference (TYPE) SEOSCONAME Name des fehlerhaften objektwertigen Parameters 20000928
3 Returning RO_INCORRECT_PARAMETER Value transfer Object reference (TYPE REF TO) CL_IBF_INCORRECT_PARAMETER Beschreibung des fehlerhaften Parameters 20000928

Method CREATE_FOR_ATTR_OF_OBJECT on class CL_IBF_INCORRECT_PARAMETER has no exception.

Method CREATE_FOR_ATTR_OF_TAB_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTR_NAME Call by reference Type reference (TYPE) STRING Name des fehlerhaften Attributs der Tabellenzeile 20000928
2 Importing I_NAME Call by reference Type reference (TYPE) SEOSCONAME Name des fehlerhaften tabellenwertigen Parameters 20000928
3 Importing I_ROW_NUMBER Call by reference Type reference (TYPE) I Nummer der fehlerhaften objektwertigen Tabellenzeile 20000928
4 Returning RO_INCORRECT_PARAMETER Value transfer Object reference (TYPE REF TO) CL_IBF_INCORRECT_PARAMETER Beschreibung des fehlerhaften Parameters 20000928

Method CREATE_FOR_ATTR_OF_TAB_ROW on class CL_IBF_INCORRECT_PARAMETER has no exception.

Method CREATE_FOR_COMP_OF_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMP_NAME Call by reference Type reference (TYPE) STRING Name der fehlerhaften Komponente der Struktur 20000928
2 Importing I_NAME Call by reference Type reference (TYPE) SEOSCONAME Name des fehlerhaften Struktur-Parameters 20000928
3 Returning RO_INCORRECT_PARAMETER Value transfer Object reference (TYPE REF TO) CL_IBF_INCORRECT_PARAMETER Beschreibung des fehlerhaften Parameters 20000928

Method CREATE_FOR_COMP_OF_STRUC on class CL_IBF_INCORRECT_PARAMETER has no exception.

Method CREATE_FOR_COMP_OF_TAB_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMP_NAME Call by reference Type reference (TYPE) STRING Name der fehlerhaften Komponente der Tabellenzeile 20000928
2 Importing I_NAME Call by reference Type reference (TYPE) SEOSCONAME Name des fehlerhaften tabellenwertigen Parameters 20000928
3 Importing I_ROW_NUMBER Call by reference Type reference (TYPE) I Nummer der fehlerhaften Tabellenzeile 20000928
4 Returning RO_INCORRECT_PARAMETER Value transfer Object reference (TYPE REF TO) CL_IBF_INCORRECT_PARAMETER Beschreibung des fehlerhaften Parameters 20000928

Method CREATE_FOR_COMP_OF_TAB_ROW on class CL_IBF_INCORRECT_PARAMETER has no exception.

Method CREATE_FOR_TAB_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) SEOSCONAME Name des fehlerhaften tabellenwertigen Parameters 20001006
2 Importing I_ROW_NUMBER Call by reference Type reference (TYPE) I Nummer der fehlerhaften Tabellenzeile 20001006
3 Returning RO_INCORRECT_PARAMETER Value transfer Object reference (TYPE REF TO) CL_IBF_INCORRECT_PARAMETER Beschreibung des fehlerhaften Parameters 20001006

Method CREATE_FOR_TAB_ROW on class CL_IBF_INCORRECT_PARAMETER has no exception.

Method GET_DETAIL_FOR_ACTUAL_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTUAL_PARAMETER_NAME Call by reference Type reference (TYPE) SEOSCONAME Name des Aktualparameters 20001006
2 Returning R_DETAIL Value transfer Type reference (TYPE) STRING Identifikation der fehlerhaften Komponente des Aktualparam. 20001006

Method GET_DETAIL_FOR_ACTUAL_PARAM on class CL_IBF_INCORRECT_PARAMETER has no exception.
History
Last changed by/on SAP  20000928 
SAP Release Created in 610