SAP IF_PROXY_CONST_IFR OO Class - Constants









IF_PROXY_CONST_IFR 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 IF_PROXY_CONST_IFR including details of:

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



Method list of IF_PROXY_CONST_IFR 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



IF_PROXY_CONST_IFR 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
IFR_ADD_ATTRConstant'additionalAttributes'LIKE
STRING
Public
IFR_ALPHA_DIRECTIVEConstant'alphanumeric'LIKE
STRING
Public
IFR_ATTRIBUTEConstant'attribute'LIKE
STRING
Public
IFR_BUSINESS_CONTEXTConstant'BusinessContext'LIKE
STRING
Public
IFR_CATEGORYInstance AttributeLIKE
Private
IFR_CLASSIF_KEYConstant'classification'LIKE
STRING
Public
IFR_CLASSIF_SYSTEMConstant'classifications'LIKE
STRING
Public
IFR_CLASSIF_UDDIKEYConstant'uddikey'LIKE
STRING
Public
IFR_CLASSIF_VALUEConstant'valueCode'LIKE
STRING
Public
IFR_COMM_PROFILEConstant'communicationProfile'LIKE
STRING
Public
IFR_CONTEXT_CATEGORYConstant'IndustryClassificationContextCategory'LIKE
STRING
Public
IFR_DELETION_INDICATOR_KEYConstant' DeletionIndicator http://sap.com/xi/SAPGlobal/GDT http://sap.com/xi/SAPGlobal/GDT'LIKE
STRING
Public
IFR_DELETION_INDICATOR_NAMEConstant'DeletionIndicator'LIKE
STRING
Public
IFR_DELETION_INDICATOR_URIConstant'http://sap.com/xi/SAPGlobal/GDT'LIKE
STRING
Public
IFR_DOCUMENTSConstant'documents'LIKE
STRING
Public
IFR_EMPTY_UI_TEXT_IDConstant'8d82374273393296a3d00ccab0327c55'LIKE
STRING
Public
IFR_ENHANCED_OBJECTConstant'enhancedObject'LIKE
STRING
Public
IFR_ENHANCEMENTConstant'enhancement'LIKE
STRING
Public
IFR_ENHANCEMENTSConstant'enhancements'LIKE
STRING
Public
IFR_ENHANCEMENT_XMLNSPCEConstant'xmlPayloadNs'LIKE
STRING
Public
IFR_INDICATOR_NAMEConstant'Indicator'LIKE
STRING
Public
IFR_INDUSTRY_CODEConstant'IndustryTypeCode'LIKE
STRING
Public
IFR_INTERFACEConstant'interface'LIKE
STRING
Public
IFR_INTERFACE_CATEGORYConstant'interfaceCategory'LIKE
STRING
Public
IFR_IS_EVENTConstant'isEvent'LIKE
STRING
Public
IFR_IS_IDEMPOTENTConstant'isIdempotent'LIKE
STRING
Public
IFR_IS_INBOUNDConstant'isInbound'LIKE
STRING
Public
IFR_IS_STATICConstant'isStatic'LIKE
STRING
Public
IFR_IS_SYNCHRONConstant'isSynchron'LIKE
STRING
Public
IFR_KEYInstance AttributeLIKE
Private
IFR_LIFECYCLEINFOConstant'lifeCycleInfo'LIKE
STRING
Public
IFR_MATCH_INTERFACESConstant'matchingInterfaces'LIKE
STRING
Public
IFR_MESSAGEInstance AttributeLIKE
Private
IFR_MESSAGESInstance AttributeLIKE
Private
IFR_MESS_TYPEConstant'messType'LIKE
STRING
Public
IFR_MESS_TYPE_EXTERNAL_MESSAGEConstant'ifmextmes'LIKE
STRING
Public
IFR_MESS_TYPE_FAULT_MESSAGEConstant'ifmfaultm'LIKE
STRING
Public
IFR_MESS_TYPE_IDOC_MESSAGEConstant'idoc'LIKE
STRING
Public
IFR_MESS_TYPE_MESSAGEConstant'ifmmessage'LIKE
STRING
Public
IFR_MESS_TYPE_RFC_MESSAGEConstant'rfcmsg'LIKE
STRING
Public
IFR_METHODInstance AttributeLIKE
Private
IFR_METHODSInstance AttributeLIKE
Private
IFR_MUSTUNDERSTANDConstant'mustUnderstand'LIKE
STRING
Public
IFR_NAMEConstant'name'LIKE
STRING
Public
IFR_NAMESPACEConstant'namespace'LIKE
STRING
Public
IFR_OBJECTSTATEConstant'objectState'LIKE
STRING
Public
IFR_ORIGLANGConstantOriginal Language in Repository'origLang'LIKE
STRING
Public
IFR_ORIG_ASSConstant'originalAssignment'LIKE
STRING
Public
IFR_PROF_XI_ONLYConstant'prf_dt_if_com_xi_only'LIKE
STRING
Public
IFR_PROPERTIESInstance AttributeLIKE
Private
IFR_RUNTIME_VERSIONConstant'runtimeVersion'LIKE
STRING
Public
IFR_SEC_PROFILEConstant'securityProfile'LIKE
STRING
Public
IFR_SWCNAMEConstant'swcvName'LIKE
STRING
Public
IFR_SWCVERSIONConstant'swcvVersion'LIKE
STRING
Public
IFR_TECHNICAL_NAMESPACEConstant'technicalNamespace'LIKE
STRING
Public
IFR_TRANS_DIRECTIVESConstant'transformationDirectives'LIKE
STRING
Public
IFR_TYPEConstant'type'LIKE
STRING
Public
IFR_UPP_CASE_DIRECTIVEConstant'transformToUpperCase'LIKE
STRING
Public
IFR_URIConstant'uri'LIKE
STRING
Public
IFR_VERSION_IDInstance AttributeLIKE
Private


Links to Related Class(s)

IF_PROXY...
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!