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 NameDescriptionVisability
CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /scmb/cl_df_document=>CLASS_CONSTRUCTOR...more details

CONVERT_CHARACTERISTICConvert Attributes from Characteristics to ABAP ValuesPublic
CALL METHOD /scmb/cl_df_document=>CONVERT_CHARACTERISTIC...more details

CREATECreate DocumentPublic
CALL METHOD /scmb/cl_df_document=>CREATE...more details

DELETEDelete DocumentPublic
CALL METHOD /scmb/cl_df_document=>DELETE...more details

GETRead DocumentPublic
CALL METHOD /scmb/cl_df_document=>GET...more details

GET_BY_CHARACTERISTICObsoletePrivate
CALL METHOD /scmb/cl_df_document=>GET_BY_CHARACTERISTIC...more details

GET_NEXT_DOCIDXObsoletePublic
CALL METHOD /scmb/cl_df_document=>GET_NEXT_DOCIDX...more details

GET_STATUSProvides Status of Persistent ObjectPublic
CALL METHOD /scmb/cl_df_document=>GET_STATUS...more details

GET_TRANSLATIONCreate XML Translation StatementPublic
CALL METHOD /scmb/cl_df_document=>GET_TRANSLATION...more details

INIT_DOCIDXObsoletePublic
CALL METHOD /scmb/cl_df_document=>INIT_DOCIDX...more details

MODIFY_CHARACTERISTICChange Document AttributesPublic
CALL METHOD /scmb/cl_df_document=>MODIFY_CHARACTERISTIC...more details

REFRESH_NEG_BUFFERObsoletePublic
CALL METHOD /scmb/cl_df_document=>REFRESH_NEG_BUFFER...more details

REFRESH_REF_BUFFERObsoletePublic
CALL METHOD /scmb/cl_df_document=>REFRESH_REF_BUFFER...more details

RENAME_DOCUMENTChange Readable Document NumberPublic
CALL METHOD /scmb/cl_df_document=>RENAME_DOCUMENT...more details

SEARCHSearches for DocumentsPublic
CALL METHOD /scmb/cl_df_document=>SEARCH...more details

SET_ATTRIBUTESSet Class AttributesPublic
CALL METHOD /scmb/cl_df_document=>SET_ATTRIBUTES...more details

SET_DOCIDXSet Index of DocumentPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_FLD_CLIENTConstantField Name'CLIENT'LIKE
FIELDNAME
Public
GC_FLD_DOCUMENTConstantField Name'DOCUMENT'LIKE
FIELDNAME
Public
GC_FLD_GUIDConstantField Name'GUID'LIKE
FIELDNAME
Public
GC_FLD_ITEMConstantField Name'ITEM'LIKE
FIELDNAME
Public
GC_FLD_PARTNERConstantField Name'DOC_PARTNER_NO'LIKE
FIELDNAME
Public
GC_OSTATUS_NEWConstantPersistent Object Created New1LIKE
OS_OSTATUS
Public
GV_NEXT_DOCIDXStatic AttributeDocument Flow: Index of DocumentLIKE
/SCMB/DF_DOCIDX
Private
MO_DOCInstance AttributeDocument Flow: Document IdentificationLIKE
/SCMB/CL_DF_DOC
Public
MS_DOCInstance AttributeLocal Persistent Object Reference - BOR CompatibleLIKE
SIBFLPORB
Public
MV_BSKEYInstance AttributeKey Name of a Business SystemLIKE
SLD_BSKEY
Public
MV_DOCIDXInstance AttributeDocument Flow: Index of DocumentLIKE
/SCMB/DF_DOCIDX
Public
MV_LOGSYSInstance AttributeLogical SystemLIKE
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



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!