SAP /SCMB/CL_DF_DOCUMENT OO Class - Document Flow: Document Administration
/SCMB/CL_DF_DOCUMENT 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_DOCUMENT 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_DOCUMENT 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 |
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /scmb/cl_df_document=>CLASS_CONSTRUCTOR...more details | ||
| CONVERT_CHARACTERISTIC | Convert Attributes from Characteristics to ABAP Values | Public |
| CALL METHOD /scmb/cl_df_document=>CONVERT_CHARACTERISTIC...more details | ||
| CREATE | Create Document | Public |
| CALL METHOD /scmb/cl_df_document=>CREATE...more details | ||
| DELETE | Delete Document | Public |
| CALL METHOD /scmb/cl_df_document=>DELETE...more details | ||
| GET | Read Document | Public |
| CALL METHOD /scmb/cl_df_document=>GET...more details | ||
| GET_BY_CHARACTERISTIC | Obsolete | Private |
| CALL METHOD /scmb/cl_df_document=>GET_BY_CHARACTERISTIC...more details | ||
|
| ||
| GET_NEXT_DOCIDX | Obsolete | Public |
| CALL METHOD /scmb/cl_df_document=>GET_NEXT_DOCIDX...more details | ||
| GET_STATUS | Provides Status of Persistent Object | Public |
| CALL METHOD /scmb/cl_df_document=>GET_STATUS...more details | ||
| GET_TRANSLATION | Create XML Translation Statement | Public |
| CALL METHOD /scmb/cl_df_document=>GET_TRANSLATION...more details | ||
| INIT_DOCIDX | Obsolete | Public |
| CALL METHOD /scmb/cl_df_document=>INIT_DOCIDX...more details | ||
| MODIFY_CHARACTERISTIC | Change Document Attributes | Public |
| CALL METHOD /scmb/cl_df_document=>MODIFY_CHARACTERISTIC...more details | ||
| REFRESH_NEG_BUFFER | Obsolete | Public |
| CALL METHOD /scmb/cl_df_document=>REFRESH_NEG_BUFFER...more details | ||
| REFRESH_REF_BUFFER | Obsolete | Public |
| CALL METHOD /scmb/cl_df_document=>REFRESH_REF_BUFFER...more details | ||
| RENAME_DOCUMENT | Change Readable Document Number | Public |
| CALL METHOD /scmb/cl_df_document=>RENAME_DOCUMENT...more details | ||
| SEARCH | Searches for Documents | Public |
| CALL METHOD /scmb/cl_df_document=>SEARCH...more details | ||
| SET_ATTRIBUTES | Set Class Attributes | Public |
| CALL METHOD /scmb/cl_df_document=>SET_ATTRIBUTES...more details | ||
| SET_DOCIDX | Set Index of Document | Private |
| CALL METHOD /scmb/cl_df_document=>SET_DOCIDX...more details | ||
/SCMB/CL_DF_DOCUMENT 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_FLD_CLIENT | Constant | Field Name | 'CLIENT' | LIKE FIELDNAME | Public |
| GC_FLD_DOCUMENT | Constant | Field Name | 'DOCUMENT' | LIKE FIELDNAME | Public |
| GC_FLD_GUID | Constant | Field Name | 'GUID' | LIKE FIELDNAME | Public |
| GC_FLD_ITEM | Constant | Field Name | 'ITEM' | LIKE FIELDNAME | Public |
| GC_FLD_PARTNER | Constant | Field Name | 'DOC_PARTNER_NO' | LIKE FIELDNAME | Public |
| GC_OSTATUS_NEW | Constant | Persistent Object Created New | 1 | LIKE OS_OSTATUS | Public |
| GV_NEXT_DOCIDX | Static Attribute | Document Flow: Index of Document | LIKE /SCMB/DF_DOCIDX | Private | |
| MO_DOC | Instance Attribute | Document Flow: Document Identification | LIKE /SCMB/CL_DF_DOC | Public | |
| MS_DOC | Instance Attribute | Local Persistent Object Reference - BOR Compatible | LIKE SIBFLPORB | Public | |
| MV_BSKEY | Instance Attribute | Key Name of a Business System | LIKE SLD_BSKEY | Public | |
| MV_DOCIDX | Instance Attribute | Document Flow: Index of Document | LIKE /SCMB/DF_DOCIDX | Public | |
| MV_LOGSYS | Instance Attribute | Logical System | LIKE LOGSYS | 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