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 NameDescriptionVisability



/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.

NameLevelDescriptionInitial ValueTypeVisability
C_CAT_D01ConstantInbound Delivery'D01'LIKE
/SCMB/DF_CATEGORY
Public
C_CAT_D02ConstantOutbound Delivery'D02'LIKE
/SCMB/DF_CATEGORY
Public
C_CAT_D03ConstantInbound Pending Delivery'D03'LIKE
/SCMB/DF_CATEGORY
Public
C_CAT_D04ConstantOutbound Pending Delivery'D04'LIKE
/SCMB/DF_CATEGORY
Public
C_CAT_G01ConstantInbound Goods Movement (Unrestricted)'G01'LIKE
/SCMB/DF_CATEGORY
Public
C_CAT_G01BConstantInbound Goods Movement (Blocked)'G01B'LIKE
/SCMB/DF_CATEGORY
Public
C_CAT_G02ConstantOutbound Goods Movement (Unrestricted)'G02'LIKE
/SCMB/DF_CATEGORY
Public
C_CAT_O01ConstantSales Order'O01'LIKE
/SCMB/DF_CATEGORY
Public
C_CAT_O02ConstantPurchase Order'O02'LIKE
/SCMB/DF_CATEGORY
Public
C_CAT_T01ConstantOutb. Transfer Order'T01'LIKE
/SCMB/DF_CATEGORY
Public
C_COMPLETEConstantDocument Flow: Completeness'C'LIKE
/SCMB/DF_COMPLETENESS
Public
C_LINKE_O02_D01ConstantPurchase Order -> Inb. Delivery'O02_D03'LIKE
OBLRELTYPE
Public
C_LINK_D01_G01ConstantInb. Delivery -> Inb. Goods Mvt (Unres.)'D01_G01'LIKE
OBLRELTYPE
Public
C_LINK_D01_G01BConstantInb. Delivery -> Inb. Goods Mvt (Blocked)'D01_G01B'LIKE
OBLRELTYPE
Public
C_LINK_D02_G02ConstantOutb. Delivery -> Outb. Goods Mvt'D02_G02'LIKE
OBLRELTYPE
Public
C_LINK_D03_D01ConstantPend. Inb. Delivery -> Inb. Delivery'D03_D01'LIKE
OBLRELTYPE
Public
C_LINK_D04_D02ConstantPend. Outb. Delivery -> Outb. Delivery'D04_D02'LIKE
OBLRELTYPE
Public
C_LINK_D04_T01ConstantOutb. Delivery -> Outb. Transfer Order'D04_T01'LIKE
OBLRELTYPE
Public
C_LINK_G01B_G01ConstantInb. Goods Mvt (Release)'G01B_G01'LIKE
OBLRELTYPE
Public
C_LINK_G01B_G01BCConstantInb. Goods Mvt (Blocked) Cancellation'G01B_G01BC'LIKE
OBLRELTYPE
Public
C_LINK_G01_G01_CConstantInb. Goods Mvt (Unres.) Cancellation'G01_G01_C'LIKE
OBLRELTYPE
Public
C_LINK_G02_D02_CConstantOut. Goods Mvt Cancellation'G02_D02_C'LIKE
OBLRELTYPE
Public
C_LINK_G02_G02_CConstantOut. Goods Mvt (Unres.) Cancellation'G02_G02_C'LIKE
OBLRELTYPE
Public
C_LINK_O01_D02ConstantSales Order -> Outb. Delivery'O01_D02'LIKE
OBLRELTYPE
Public
C_LINK_O01_D04ConstantSales Order -> Pend. Outb. Delivery'O01_D04'LIKE
OBLRELTYPE
Public
C_LINK_O01_O01_R1ConstantSales Order Replicated'O01_O01_R1'LIKE
OBLRELTYPE
Public
C_LINK_O02_D03ConstantPurchase Order -> Pend. Inb. Delivery'O02_D03'LIKE
OBLRELTYPE
Public
C_LINK_T01_D04_CConstantOutb. Transfer Order Cancellation'T01_D04_C'LIKE
OBLRELTYPE
Public
C_LINK_T01_T01_AConstantOutb. Transfer Order Acknowledgment'T01_T01_A'LIKE
OBLRELTYPE
Public
C_ONEWAYConstantDocument 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



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!