SAP CX_XLF_ILLEGAL_ARGUMENT OO Class - An illegal argument was passed









CX_XLF_ILLEGAL_ARGUMENT is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CX_XLF_ILLEGAL_ARGUMENT including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CX_XLF_ILLEGAL_ARGUMENT is CX_NO_CHECK

Method list of CX_XLF_ILLEGAL_ARGUMENT SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cx_xlf_illegal_argument=>CONSTRUCTOR...more details



CX_XLF_ILLEGAL_ARGUMENT attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
ARG1Instance AttributeLIKE
STRING
Public
ARG2Instance AttributeLIKE
STRING
Public
ARG3Instance AttributeLIKE
STRING
Public
ARG4Instance AttributeLIKE
STRING
Public
ATTRIBUTE_ALREADY_OWNEDConstant'4C8E4415026D2DEAE10000000A421239'LIKE
SOTR_CONC
Public
CX_XLF_ILLEGAL_ARGUMENTConstant'4C83DAF8953204DDE10000000A421239'LIKE
SOTR_CONC
Public
DUPLICATE_PREFIXESConstant'4C8F19FF15721711E10000000A421239'LIKE
SOTR_CONC
Public
INVALID_ATTRIBUTE_VALUEConstant'4C8FD9A271F843A5E10000000A421239'LIKE
SOTR_CONC
Public
INVALID_INDENTATIONConstant'005056B428691DDFB3ADE4BDDD7F5490'LIKE
SOTR_CONC
Public
INVALID_LANGUAGEConstant'005056B428691DDFB3ABD3987C25D46A'LIKE
SOTR_CONC
Public
INVALID_NMTOKENConstant'005056B428691DEFB4906EFD3FD4C0CA'LIKE
SOTR_CONC
Public
INVALID_PRIORITYConstant'4C8FDBE871F843A5E10000000A421239'LIKE
SOTR_CONC
Public
INVALID_TIMESTAMPConstant'4C8FDC8471F843A5E10000000A421239'LIKE
SOTR_CONC
Public
INVALID_XML_CHARSConstant'005056B428691DEFB4906595D2F8C0C9'LIKE
SOTR_CONC
Public
INVALID_XML_NAMEConstant'005056B428691DEFB490531823D640C8'LIKE
SOTR_CONC
Public
INVALID_XML_NCNAMEConstant'005056B428691DEFB4905FE6865880C8'LIKE
SOTR_CONC
Public
NAMESPACES_DONT_MATCHConstant'4C8E4871026D2DEAE10000000A421239'LIKE
SOTR_CONC
Public
NAMES_DONT_MATCHConstant'4C8E4872026D2DEAE10000000A421239'LIKE
SOTR_CONC
Public
NODE_ALREADY_OWNEDConstant'4C8CA7D9CB524F04E10000000A421239'LIKE
SOTR_CONC
Public
NOT_AN_XLIFF_ATTRIBUTEConstant'4C8FDAD271F843A5E10000000A421239'LIKE
SOTR_CONC
Public
NOT_AN_XLIFF_ELEMENTConstant'0050568A48D91DEFB3907DA2D76BAEE5'LIKE
SOTR_CONC
Public
NOT_AN_XML_ATTRIBUTEConstant'005056B428691DEFB094CD715FA004AC'LIKE
SOTR_CONC
Public
OBJECT_IS_NOT_BOUNDConstant'4C8F1DFB2FAA6DE2E10000000A421239'LIKE
SOTR_CONC
Public
ONE_CONTEXT_REQUIREDConstant'005056B428691DEFB1B1D7A6429514DD'LIKE
SOTR_CONC
Public
ONE_COUNT_REQUIREDConstant'005056B428691DEFB1AC6262ACB5D447'LIKE
SOTR_CONC
Public
ONE_FILE_REQUIREDConstant'005056B428691DDFB2FBDCBE7BB00F8E'LIKE
SOTR_CONC
Public
ONE_PHASE_REQUIREDConstant'4C964649D12E0AC4E10000000A421239'LIKE
SOTR_CONC
Public
ONE_PROP_REQUIREDConstant'005056B428691DEFB1ACBBB3C315544C'LIKE
SOTR_CONC
Public
ONE_TARGET_REQUIREDConstant'00505695007C1DEFB2C421F9D49ECC7F'LIKE
SOTR_CONC
Public
STRING_IS_INITIALConstant'4C8F1DFC2FAA6DE2E10000000A421239'LIKE
SOTR_CONC
Public
WHITESPACE_FORBIDDENConstant'4CB5A7E0BC80565AE10000000A421239'LIKE
SOTR_CONC
Public
XLIFF_ELEM_NOT_ALLOWEDConstant'4C9698C0D0240AE9E10000000A421239'LIKE
SOTR_CONC
Public
XLIFF_NS_NOT_ALLOWEDConstant'4C8FDB7E71F843A5E10000000A421239'LIKE
SOTR_CONC
Public
XMLNS_ATTRIBUTE_NOT_ALLOWEDConstant'4C8E48A0026D2DEAE10000000A421239'LIKE
SOTR_CONC
Public
XMLNS_NS_NOT_ALLOWEDConstant'4C8FDBC571F843A5E10000000A421239'LIKE
SOTR_CONC
Public
XML_NS_NOT_ALLOWEDConstant'4C8FDBC471F843A5E10000000A421239'LIKE
SOTR_CONC
Public


Links to Related Class(s)

CX_XLF_I...
Full list of available SAP object classes

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!