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 Name | Description | Visability |
| APPEND_RELATION | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>APPEND_RELATION...more details | ||
| CLASS_CONSTRUCTOR | Obsolete | Public |
| CALL METHOD /scmb/cl_df_docflow=>CLASS_CONSTRUCTOR...more details | ||
| CONSTRUCTOR | Obsolete | Public |
| CALL METHOD /scmb/cl_df_docflow=>CONSTRUCTOR...more details | ||
| CONVERT_LINK | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>CONVERT_LINK...more details | ||
| CONVERT_RELATION | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>CONVERT_RELATION...more details | ||
| CONVERT_RELATION_PARTIAL | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>CONVERT_RELATION_PARTIAL...more details | ||
|
| ||
| CREATE_LINK | Create Links | Public |
| CALL METHOD /scmb/cl_df_docflow=>CREATE_LINK...more details | ||
| CREATE_RELATION | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>CREATE_RELATION...more details | ||
| DELETE_LINK | Delete Links | Public |
| CALL METHOD /scmb/cl_df_docflow=>DELETE_LINK...more details | ||
| DELETE_RELATION | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>DELETE_RELATION...more details | ||
| DISABLE_OBJECT_POOL_USAGE | Obsolete | Public |
| CALL METHOD /scmb/cl_df_docflow=>DISABLE_OBJECT_POOL_USAGE...more details | ||
| FOLLOW_NET | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>FOLLOW_NET...more details | ||
| GET_ATTRIBUTE | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>GET_ATTRIBUTE...more details | ||
| GET_RELATION_BY_DOC | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>GET_RELATION_BY_DOC...more details | ||
| GET_RELATION_BY_DOCUMENT | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>GET_RELATION_BY_DOCUMENT...more details | ||
| GET_RELATION_BY_ID | Obsolete | Protected |
| CALL METHOD /scmb/cl_df_docflow=>GET_RELATION_BY_ID...more details | ||
| GET_STRING_TYPE | Distinguish Between string and xstring Type Characteristics | Public |
| CALL METHOD /scmb/cl_df_docflow=>GET_STRING_TYPE...more details | ||
| MIGRATE_RELATION | Obsolete | Protected |
| CALL METHOD /scmb/cl_df_docflow=>MIGRATE_RELATION...more details | ||
| READ_LINK | Query of Direct Links | Public |
| CALL METHOD /scmb/cl_df_docflow=>READ_LINK...more details | ||
| READ_NETWORK | Query of a Network | Public |
| CALL METHOD /scmb/cl_df_docflow=>READ_NETWORK...more details | ||
| READ_RELATION | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>READ_RELATION...more details | ||
| READ_RELATION_MULTI | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>READ_RELATION_MULTI...more details | ||
| READ_RELATION_NETWORK | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>READ_RELATION_NETWORK...more details | ||
| READ_RELATION_SEGMENT | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>READ_RELATION_SEGMENT...more details | ||
| REFRESH | Reorganize Reference Tables | Public |
| CALL METHOD /scmb/cl_df_docflow=>REFRESH...more details | ||
| RESET_OBJECT_POOL | Obsolete | Public |
| CALL METHOD /scmb/cl_df_docflow=>RESET_OBJECT_POOL...more details | ||
| RESET_POOL_FLAGS | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>RESET_POOL_FLAGS...more details | ||
| SAVE_GUID_TO_POOL | Obsolete | Protected |
| CALL METHOD /scmb/cl_df_docflow=>SAVE_GUID_TO_POOL...more details | ||
| SEARCH_LINK | Evaluation of Document Data; Delivers Direct Links | Public |
| CALL METHOD /scmb/cl_df_docflow=>SEARCH_LINK...more details | ||
| SEARCH_NETWORK | Evaluation of Document Data; Delivers Networks | Public |
| CALL METHOD /scmb/cl_df_docflow=>SEARCH_NETWORK...more details | ||
| SET_ATTRIBUTE | Obsolete | Private |
| CALL METHOD /scmb/cl_df_docflow=>SET_ATTRIBUTE...more details | ||
| SET_BUFFER_GUID | Obsolete | Public |
| CALL METHOD /scmb/cl_df_docflow=>SET_BUFFER_GUID...more details | ||
| SET_GUID_TO_POOL | Obsolete | Protected |
| CALL METHOD /scmb/cl_df_docflow=>SET_GUID_TO_POOL...more details | ||
| SET_TRANSFORMATION | Setting the XSLT Program To Be Used | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_DELETE_ALL | Constant | Inconsistency Handling - Delete All | 2 | LIKE /SCMB/DF_ERROR | Public |
| GC_DELETE_WRONG | Constant | Inconsistency Handling - Delete Wrong | 3 | LIKE /SCMB/DF_ERROR | Public |
| GC_FALSE | Constant | False | ' ' | LIKE FLAG | Public |
| GC_INTERFACE_IMPORT | Constant | Object Type Name | '/SCMB/IF_DF_IMPORT' | LIKE SEOCLSNAME | Public |
| GC_NETID_IGNORED | Constant | Document Flow: Indicator Network ID | 'X' | LIKE /SCMB/DF_IND_NETID | Public |
| GC_NETID_NECESSARY | Constant | Document Flow: Indicator Network ID | ' ' | LIKE /SCMB/DF_IND_NETID | Public |
| GC_NETID_OPTIONAL | Constant | Document Flow: Indicator Network ID | 'O' | LIKE /SCMB/DF_IND_NETID | Public |
| GC_OBJ_ABAP | Constant | Category of Objects in Persistent Object References | 'CL' | LIKE SIBFCATID | Public |
| GC_OBJ_ABAP_PERSISTENT | Constant | Category of Objects in Persistent Object References | 'BC' | LIKE SIBFCATID | Public |
| GC_OBJ_BOR | Constant | Category of Objects in Persistent Object References | 'BO' | LIKE SIBFCATID | Public |
| GC_RAISE_EXCEPTION | Constant | Inconsistency Handling - Exception | 1 | LIKE /SCMB/DF_ERROR | Public |
| GC_RETURN_INCONSISTENT | Constant | Inconsistency Handling - Return Wrong Entries | 4 | LIKE /SCMB/DF_ERROR | Public |
| GC_STATUS_DELETED | Constant | Status: Deleted | 'D' | LIKE FLAG | Public |
| GC_TRUE | Constant | True | 'X' | LIKE FLAG | Public |
| GV_GET_GUID_POSSIBLE | Static Attribute | General Flag | LIKE FLAG | Public | |
| GV_IND_NETID | Static Attribute | Document Flow: Indicator Network ID | LIKE /SCMB/DF_IND_NETID | Public | |
| GV_MULTI | Static Attribute | General Indicator | LIKE FLAG | Public | |
| GV_NO_ORS_BUFFER | Static Attribute | Ignore ORS Buffer | GC_FALSE | LIKE FLAG | Public |
| GV_TRANSFORMATION | Static Attribute | Name of an XSLT Program | 'ID' | LIKE CXSLTDESC | Public |
| MO_DOC_FROM | Instance Attribute | Document Flow: Document Administration | LIKE /SCMB/CL_DF_DOCUMENT | Public | |
| MO_DOC_TO | Instance Attribute | Document Flow: Document Administration | LIKE /SCMB/CL_DF_DOCUMENT | Public | |
| MV_LINK_ID | Instance Attribute | SOBL: GUID | LIKE OBLGUID16 | Public | |
| MV_NET_ID | Instance Attribute | Document Flow: Network ID | LIKE /SCMB/DF_NET_ID | Public | |
| MV_RELATION_TYPE | Instance Attribute | Link Category | LIKE 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