SAP IF_SXF_TYPE OO Class - Signature Exchange Format: Type









IF_SXF_TYPE 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_SXF_TYPE 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_SXF_TYPE 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
ACCEPTAccept VisitorPublic
CALL METHOD if_sxf_type=>ACCEPT...more details

GET_CATEGORYGet Category of Specified TypePublic
CALL METHOD if_sxf_type=>GET_CATEGORY...more details

GET_CORE_DATA_TYPEGet Core Data Type of Specified TypePublic
CALL METHOD if_sxf_type=>GET_CORE_DATA_TYPE...more details

GET_ESR_CATEGORYGet ES Repository Category of Specified TypePublic
CALL METHOD if_sxf_type=>GET_ESR_CATEGORY...more details

GET_ESR_NAMESPACEGet ES Repository Namespace of Specified TypePublic
CALL METHOD if_sxf_type=>GET_ESR_NAMESPACE...more details

GET_JUMPER_IDGet Jumper-IDPublic
CALL METHOD if_sxf_type=>GET_JUMPER_ID...more details

GET_NAMEGet Name of Specified TypePublic
CALL METHOD if_sxf_type=>GET_NAME...more details

GET_NAME_FOR_SERVICE_IFINTERNAL: technical name in webservice proxy functionPublic
CALL METHOD if_sxf_type=>GET_NAME_FOR_SERVICE_IF...more details

GET_PARENT_FIELDGet Parent Field of Specified FieldPublic
CALL METHOD if_sxf_type=>GET_PARENT_FIELD...more details

GET_PARENT_FIELD_TRANSITIVEGet Next Parent Field of Project Tree (also for Line Types)Public
CALL METHOD if_sxf_type=>GET_PARENT_FIELD_TRANSITIVE...more details

GET_PARENT_TYPEGet Parent Type if Type is a Table Line TypePublic
CALL METHOD if_sxf_type=>GET_PARENT_TYPE...more details

GET_PROXY_NAMEGet Proxy Name of Specified TypePublic
CALL METHOD if_sxf_type=>GET_PROXY_NAME...more details

GET_REFERENCE_TYPEGet Reference TypePublic
CALL METHOD if_sxf_type=>GET_REFERENCE_TYPE...more details

GET_SHALLOW_CLONEINTERNAL: Return a Shallow Clone of the TypePublic
CALL METHOD if_sxf_type=>GET_SHALLOW_CLONE...more details

GET_SIGNATUREGet SignaturePublic
CALL METHOD if_sxf_type=>GET_SIGNATURE...more details

GET_SOURCE_TYPEGet source data typePublic
CALL METHOD if_sxf_type=>GET_SOURCE_TYPE...more details

GET_SWCGet Software Component of Specified TypePublic
CALL METHOD if_sxf_type=>GET_SWC...more details

GET_SWC_VERSIONGet Software Component Version of Specified TypePublic
CALL METHOD if_sxf_type=>GET_SWC_VERSION...more details

IS_EQUALINTERNAL: Return 1if the Field is Equal to Another FieldPublic
CALL METHOD if_sxf_type=>IS_EQUAL...more details

IS_REFERENCEGet Is Reference Type AttributePublic
CALL METHOD if_sxf_type=>IS_REFERENCE...more details

PROPAGATE_EXPOSEDINTERNAL: Propagate the Used-status down to the ChildrenPublic
CALL METHOD if_sxf_type=>PROPAGATE_EXPOSED...more details

SET_CORE_DATA_TYPESet Core Data Type of Specified TypePublic
CALL METHOD if_sxf_type=>SET_CORE_DATA_TYPE...more details

SET_ESR_CATEGORYSet ES Repository Category of Specified TypePublic
CALL METHOD if_sxf_type=>SET_ESR_CATEGORY...more details

SET_ESR_NAMESPACESet ES Repository Namespace of Specified TypePublic
CALL METHOD if_sxf_type=>SET_ESR_NAMESPACE...more details

SET_NAMESet Name of Specified TypePublic
CALL METHOD if_sxf_type=>SET_NAME...more details

SET_PARENT_FIELDSet Parent Field of Specified FieldPublic
CALL METHOD if_sxf_type=>SET_PARENT_FIELD...more details

SET_PARENT_TYPESet Parent Type of Specified TypePublic
CALL METHOD if_sxf_type=>SET_PARENT_TYPE...more details

SET_PROXY_NAMESet Proxy Name of Specified TypePublic
CALL METHOD if_sxf_type=>SET_PROXY_NAME...more details

SET_REFERENCESet Is Reference Type AttributePublic
CALL METHOD if_sxf_type=>SET_REFERENCE...more details

SET_REFERENCE_TYPESet Reference TypePublic
CALL METHOD if_sxf_type=>SET_REFERENCE_TYPE...more details

SET_SOURCE_TYPESet source data typePublic
CALL METHOD if_sxf_type=>SET_SOURCE_TYPE...more details

SET_SWCSet Software Component of Specified TypePublic
CALL METHOD if_sxf_type=>SET_SWC...more details

SET_SWC_VERSIONSet Software Component Version of Specified TypePublic
CALL METHOD if_sxf_type=>SET_SWC_VERSION...more details



IF_SXF_TYPE 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
CON_AGGREGATED_GDTConstantAggregated GDT'2'LIKE
SIW_DTE_ESR_TYPE_CATEGORY
Public
CON_BASIC_GDTConstantBasic GDT'1'LIKE
SIW_DTE_ESR_TYPE_CATEGORY
Public
CON_IDTConstantIntermediate Data Type''LIKE
SIW_DTE_ESR_TYPE_CATEGORY
Public
CON_REF_TYPE_ANYConstantType of reference: any'A'LIKE
DDREFTYPE
Public
CON_REF_TYPE_BOXEDConstantType of reference: table type'J'LIKE
DDREFTYPE
Public
CON_REF_TYPE_BUILT_INConstantType of reference: built-in type'B'LIKE
DDREFTYPE
Public
CON_REF_TYPE_CLASSConstantType of reference: table type'L'LIKE
DDREFTYPE
Public
CON_REF_TYPE_DATAConstantType of reference: object'D'LIKE
DDREFTYPE
Public
CON_REF_TYPE_DTELConstantType of reference: data element'E'LIKE
DDREFTYPE
Public
CON_REF_TYPE_INTFConstantType of reference: table type'C'LIKE
DDREFTYPE
Public
CON_REF_TYPE_OBJConstantType of reference: any'O'LIKE
DDREFTYPE
Public
CON_REF_TYPE_STRUCConstantType of reference: data element'S'LIKE
DDREFTYPE
Public
CON_REF_TYPE_TTYPConstantType of reference: table type'L'LIKE
DDREFTYPE
Public
CON_SIMPLEConstantType kind 'simple (field)''E'LIKE
SIW_DTE_SXF_TYPE_KIND
Public
CON_STRUCTUREConstantType kind 'structure''S'LIKE
SIW_DTE_SXF_TYPE_KIND
Public
CON_TABLEConstantType kind 'table''T'LIKE
SIW_DTE_SXF_TYPE_KIND
Public
CON_TYPEKIND_CLASConstantDDIC Type kind: CLAS'CLAS'LIKE
DDTYPEKIND
Public
CON_TYPEKIND_INTFConstantDDIC Type kind: INTF'INTF'LIKE
DDTYPEKIND
Public
CON_TYPEKIND_REF_TO_DATAConstantDDIC Type kind: ref to data'DATA'LIKE
DDTYPEKIND
Public




IF_SXF_TYPE types

TAB -

Links to Related Class(s)

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