SAP /SCMB/CL_DF_ARCHIVE OO Class - Archiving Document Flow









/SCMB/CL_DF_ARCHIVE 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_ARCHIVE 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_ARCHIVE 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
ARCHIVE_OBJECTADK: Select and Buffer Keys of DocFlow Data to be ArchivedPublic
CALL METHOD /scmb/cl_df_archive=>ARCHIVE_OBJECT...more details

CHECK_HANDLECheck Validity of the Archive Handle for Chosen Access ModePrivate
CALL METHOD /scmb/cl_df_archive=>CHECK_HANDLE...more details

DELETEADK: Delete Document Flow Objects from DatabasePublic
CALL METHOD /scmb/cl_df_archive=>DELETE...more details

DELETE_FROM_DBDelete Document Flow Objects from DatabasePublic
CALL METHOD /scmb/cl_df_archive=>DELETE_FROM_DB...more details

FREE_DATAADK: Clear Archiving Class BuffersPublic
CALL METHOD /scmb/cl_df_archive=>FREE_DATA...more details

GET_DATAADK: Supply DocFlow Node Data for Writing into ArchivePublic
CALL METHOD /scmb/cl_df_archive=>GET_DATA...more details

GET_TABLEADK: Get DF Relevant Data of Specified Structure from ArchivPublic
CALL METHOD /scmb/cl_df_archive=>GET_TABLE...more details

INIT_READADK: Initialize Archiving Class for Reading SessionPublic
CALL METHOD /scmb/cl_df_archive=>INIT_READ...more details

INIT_WRITEADK: Initialize Archiving Class for Write SessionPublic
CALL METHOD /scmb/cl_df_archive=>INIT_WRITE...more details

PUT_DATAADK: Fill Read Buffers with Data Received from Archive (ADK)Public
CALL METHOD /scmb/cl_df_archive=>PUT_DATA...more details

READ_FROM_ARCHIVEReading Document Flow from Archive FilePublic
CALL METHOD /scmb/cl_df_archive=>READ_FROM_ARCHIVE...more details

REGISTER_TABLESRead Generated Tables of Document FlowPublic
CALL METHOD /scmb/cl_df_archive=>REGISTER_TABLES...more details

RELOADADK: Reload DF Node Data from Archive into DB TablesPublic
CALL METHOD /scmb/cl_df_archive=>RELOAD...more details

RENEWADK: Release Data Buffered of a Single Archiving ObjectPublic
CALL METHOD /scmb/cl_df_archive=>RENEW...more details

ROLLBACK_WORKADK: Rollback Results of Delete or Reload; Delete BuffersPublic
CALL METHOD /scmb/cl_df_archive=>ROLLBACK_WORK...more details

WRITE_BY_DOCWriting to Archive by DocumentPublic
CALL METHOD /scmb/cl_df_archive=>WRITE_BY_DOC...more details



/SCMB/CL_DF_ARCHIVE 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_ACCESS_MODEConstantArchive access mode (Read or Write)LIKE
Public
GC_ARCH_CLASSConstantDocFlow Archiving class name'/SCMB/DF'LIKE
ARCH_CLAS_
Public
GC_FALSEConstantBoolean falseSPACELIKE
XFELD
Private
GC_STRUCTUREConstantDocument structure'/SCMB/DF_NODE_ARCHIVE_STR'LIKE
SEOCLSNAME
Public
GC_TRUEConstantCheckbox'X'LIKE
XFELD
Private
GT_ARCH_INSTANCEStatic AttributeArchive instance buffer tableLIKE
Private
GT_READ_BUFFERStatic AttributeRead buffer for DocFlow dataLIKE
Private
GT_WRITE_BUFFERStatic AttributeWrite buffer for DocFlow keysLIKE
Private
GV_INDStatic AttributeIndicator for register tableLIKE
FLAG
Private




/SCMB/CL_DF_ARCHIVE types

TYP_S_ARC_INSTANCE - Archive instance structure (ADK compliant)
TYP_S_READ_BUFFER - Archive read buffer for DF node data (ADK compliant)
TYP_S_WRITE_BUFFER - Archive write buffer for DF node keys (ADK compliant)

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!