SAP /SCMB/CL_DF_DOCFLOW OO Class - Document Flow









/SCMB/CL_DF_DOCFLOW 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 /SCMB/CL_DF_DOCFLOW 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 /SCMB/CL_DF_DOCFLOW 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
APPEND_RELATIONObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>APPEND_RELATION...more details

CLASS_CONSTRUCTORObsoletePublic
CALL METHOD /scmb/cl_df_docflow=>CLASS_CONSTRUCTOR...more details

CONSTRUCTORObsoletePublic
CALL METHOD /scmb/cl_df_docflow=>CONSTRUCTOR...more details

CONVERT_LINKObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>CONVERT_LINK...more details

CONVERT_RELATIONObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>CONVERT_RELATION...more details

CONVERT_RELATION_PARTIALObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>CONVERT_RELATION_PARTIAL...more details

CREATE_LINKCreate LinksPublic
CALL METHOD /scmb/cl_df_docflow=>CREATE_LINK...more details

CREATE_RELATIONObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>CREATE_RELATION...more details

DELETE_LINKDelete LinksPublic
CALL METHOD /scmb/cl_df_docflow=>DELETE_LINK...more details

DELETE_RELATIONObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>DELETE_RELATION...more details

DISABLE_OBJECT_POOL_USAGEObsoletePublic
CALL METHOD /scmb/cl_df_docflow=>DISABLE_OBJECT_POOL_USAGE...more details

FOLLOW_NETObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>FOLLOW_NET...more details

GET_ATTRIBUTEObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>GET_ATTRIBUTE...more details

GET_RELATION_BY_DOCObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>GET_RELATION_BY_DOC...more details

GET_RELATION_BY_DOCUMENTObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>GET_RELATION_BY_DOCUMENT...more details

GET_RELATION_BY_IDObsoleteProtected
CALL METHOD /scmb/cl_df_docflow=>GET_RELATION_BY_ID...more details

GET_STRING_TYPEDistinguish Between string and xstring Type CharacteristicsPublic
CALL METHOD /scmb/cl_df_docflow=>GET_STRING_TYPE...more details

MIGRATE_RELATIONObsoleteProtected
CALL METHOD /scmb/cl_df_docflow=>MIGRATE_RELATION...more details

READ_LINKQuery of Direct LinksPublic
CALL METHOD /scmb/cl_df_docflow=>READ_LINK...more details

READ_NETWORKQuery of a NetworkPublic
CALL METHOD /scmb/cl_df_docflow=>READ_NETWORK...more details

READ_RELATIONObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>READ_RELATION...more details

READ_RELATION_MULTIObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>READ_RELATION_MULTI...more details

READ_RELATION_NETWORKObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>READ_RELATION_NETWORK...more details

READ_RELATION_SEGMENTObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>READ_RELATION_SEGMENT...more details

REFRESHReorganize Reference TablesPublic
CALL METHOD /scmb/cl_df_docflow=>REFRESH...more details

RESET_OBJECT_POOLObsoletePublic
CALL METHOD /scmb/cl_df_docflow=>RESET_OBJECT_POOL...more details

RESET_POOL_FLAGSObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>RESET_POOL_FLAGS...more details

SAVE_GUID_TO_POOLObsoleteProtected
CALL METHOD /scmb/cl_df_docflow=>SAVE_GUID_TO_POOL...more details

SEARCH_LINKEvaluation of Document Data; Delivers Direct LinksPublic
CALL METHOD /scmb/cl_df_docflow=>SEARCH_LINK...more details

SEARCH_NETWORKEvaluation of Document Data; Delivers NetworksPublic
CALL METHOD /scmb/cl_df_docflow=>SEARCH_NETWORK...more details

SET_ATTRIBUTEObsoletePrivate
CALL METHOD /scmb/cl_df_docflow=>SET_ATTRIBUTE...more details

SET_BUFFER_GUIDObsoletePublic
CALL METHOD /scmb/cl_df_docflow=>SET_BUFFER_GUID...more details

SET_GUID_TO_POOLObsoleteProtected
CALL METHOD /scmb/cl_df_docflow=>SET_GUID_TO_POOL...more details

SET_TRANSFORMATIONSetting the XSLT Program To Be UsedPublic
CALL METHOD /scmb/cl_df_docflow=>SET_TRANSFORMATION...more details



/SCMB/CL_DF_DOCFLOW 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
GC_DELETE_ALLConstantInconsistency Handling - Delete All2LIKE
/SCMB/DF_ERROR
Public
GC_DELETE_WRONGConstantInconsistency Handling - Delete Wrong3LIKE
/SCMB/DF_ERROR
Public
GC_FALSEConstantFalse' 'LIKE
FLAG
Public
GC_INTERFACE_IMPORTConstantObject Type Name'/SCMB/IF_DF_IMPORT'LIKE
SEOCLSNAME
Public
GC_NETID_IGNOREDConstantDocument Flow: Indicator Network ID'X'LIKE
/SCMB/DF_IND_NETID
Public
GC_NETID_NECESSARYConstantDocument Flow: Indicator Network ID' 'LIKE
/SCMB/DF_IND_NETID
Public
GC_NETID_OPTIONALConstantDocument Flow: Indicator Network ID'O'LIKE
/SCMB/DF_IND_NETID
Public
GC_OBJ_ABAPConstantCategory of Objects in Persistent Object References'CL'LIKE
SIBFCATID
Public
GC_OBJ_ABAP_PERSISTENTConstantCategory of Objects in Persistent Object References'BC'LIKE
SIBFCATID
Public
GC_OBJ_BORConstantCategory of Objects in Persistent Object References'BO'LIKE
SIBFCATID
Public
GC_RAISE_EXCEPTIONConstantInconsistency Handling - Exception1LIKE
/SCMB/DF_ERROR
Public
GC_RETURN_INCONSISTENTConstantInconsistency Handling - Return Wrong Entries4LIKE
/SCMB/DF_ERROR
Public
GC_STATUS_DELETEDConstantStatus: Deleted'D'LIKE
FLAG
Public
GC_TRUEConstantTrue'X'LIKE
FLAG
Public
GV_GET_GUID_POSSIBLEStatic AttributeGeneral FlagLIKE
FLAG
Public
GV_IND_NETIDStatic AttributeDocument Flow: Indicator Network IDLIKE
/SCMB/DF_IND_NETID
Public
GV_MULTIStatic AttributeGeneral IndicatorLIKE
FLAG
Public
GV_NO_ORS_BUFFERStatic AttributeIgnore ORS BufferGC_FALSELIKE
FLAG
Public
GV_TRANSFORMATIONStatic AttributeName of an XSLT Program'ID'LIKE
CXSLTDESC
Public
MO_DOC_FROMInstance AttributeDocument Flow: Document AdministrationLIKE
/SCMB/CL_DF_DOCUMENT
Public
MO_DOC_TOInstance AttributeDocument Flow: Document AdministrationLIKE
/SCMB/CL_DF_DOCUMENT
Public
MV_LINK_IDInstance AttributeSOBL: GUIDLIKE
OBLGUID16
Public
MV_NET_IDInstance AttributeDocument Flow: Network IDLIKE
/SCMB/DF_NET_ID
Public
MV_RELATION_TYPEInstance AttributeLink CategoryLIKE
OBLRELTYPE
Public


Links to Related Class(s)

/SCMB/CL...
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!