SAP /SCMB/IF_DOC_FLOW_C OO Class - Document Flow
/SCMB/IF_DOC_FLOW_C 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/IF_DOC_FLOW_C 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/IF_DOC_FLOW_C 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 |
/SCMB/IF_DOC_FLOW_C 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 |
| C_CAT_D01 | Constant | Inbound Delivery | 'D01' | LIKE /SCMB/DF_CATEGORY | Public |
| C_CAT_D02 | Constant | Outbound Delivery | 'D02' | LIKE /SCMB/DF_CATEGORY | Public |
| C_CAT_D03 | Constant | Inbound Pending Delivery | 'D03' | LIKE /SCMB/DF_CATEGORY | Public |
| C_CAT_D04 | Constant | Outbound Pending Delivery | 'D04' | LIKE /SCMB/DF_CATEGORY | Public |
| C_CAT_G01 | Constant | Inbound Goods Movement (Unrestricted) | 'G01' | LIKE /SCMB/DF_CATEGORY | Public |
| C_CAT_G01B | Constant | Inbound Goods Movement (Blocked) | 'G01B' | LIKE /SCMB/DF_CATEGORY | Public |
| C_CAT_G02 | Constant | Outbound Goods Movement (Unrestricted) | 'G02' | LIKE /SCMB/DF_CATEGORY | Public |
| C_CAT_O01 | Constant | Sales Order | 'O01' | LIKE /SCMB/DF_CATEGORY | Public |
| C_CAT_O02 | Constant | Purchase Order | 'O02' | LIKE /SCMB/DF_CATEGORY | Public |
| C_CAT_T01 | Constant | Outb. Transfer Order | 'T01' | LIKE /SCMB/DF_CATEGORY | Public |
| C_COMPLETE | Constant | Document Flow: Completeness | 'C' | LIKE /SCMB/DF_COMPLETENESS | Public |
| C_LINKE_O02_D01 | Constant | Purchase Order -> Inb. Delivery | 'O02_D03' | LIKE OBLRELTYPE | Public |
| C_LINK_D01_G01 | Constant | Inb. Delivery -> Inb. Goods Mvt (Unres.) | 'D01_G01' | LIKE OBLRELTYPE | Public |
| C_LINK_D01_G01B | Constant | Inb. Delivery -> Inb. Goods Mvt (Blocked) | 'D01_G01B' | LIKE OBLRELTYPE | Public |
| C_LINK_D02_G02 | Constant | Outb. Delivery -> Outb. Goods Mvt | 'D02_G02' | LIKE OBLRELTYPE | Public |
| C_LINK_D03_D01 | Constant | Pend. Inb. Delivery -> Inb. Delivery | 'D03_D01' | LIKE OBLRELTYPE | Public |
| C_LINK_D04_D02 | Constant | Pend. Outb. Delivery -> Outb. Delivery | 'D04_D02' | LIKE OBLRELTYPE | Public |
| C_LINK_D04_T01 | Constant | Outb. Delivery -> Outb. Transfer Order | 'D04_T01' | LIKE OBLRELTYPE | Public |
| C_LINK_G01B_G01 | Constant | Inb. Goods Mvt (Release) | 'G01B_G01' | LIKE OBLRELTYPE | Public |
| C_LINK_G01B_G01BC | Constant | Inb. Goods Mvt (Blocked) Cancellation | 'G01B_G01BC' | LIKE OBLRELTYPE | Public |
| C_LINK_G01_G01_C | Constant | Inb. Goods Mvt (Unres.) Cancellation | 'G01_G01_C' | LIKE OBLRELTYPE | Public |
| C_LINK_G02_D02_C | Constant | Out. Goods Mvt Cancellation | 'G02_D02_C' | LIKE OBLRELTYPE | Public |
| C_LINK_G02_G02_C | Constant | Out. Goods Mvt (Unres.) Cancellation | 'G02_G02_C' | LIKE OBLRELTYPE | Public |
| C_LINK_O01_D02 | Constant | Sales Order -> Outb. Delivery | 'O01_D02' | LIKE OBLRELTYPE | Public |
| C_LINK_O01_D04 | Constant | Sales Order -> Pend. Outb. Delivery | 'O01_D04' | LIKE OBLRELTYPE | Public |
| C_LINK_O01_O01_R1 | Constant | Sales Order Replicated | 'O01_O01_R1' | LIKE OBLRELTYPE | Public |
| C_LINK_O02_D03 | Constant | Purchase Order -> Pend. Inb. Delivery | 'O02_D03' | LIKE OBLRELTYPE | Public |
| C_LINK_T01_D04_C | Constant | Outb. Transfer Order Cancellation | 'T01_D04_C' | LIKE OBLRELTYPE | Public |
| C_LINK_T01_T01_A | Constant | Outb. Transfer Order Acknowledgment | 'T01_T01_A' | LIKE OBLRELTYPE | Public |
| C_ONEWAY | Constant | Document Flow: Completeness | 'O' | LIKE /SCMB/DF_COMPLETENESS | Public |
Links to Related Class(s)
/SCMB/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects