SAP /SCMB/CL_DM_SOH_VISBUF OO Class - Class for handling Visibility Buffer tables









/SCMB/CL_DM_SOH_VISBUF 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_DM_SOH_VISBUF 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_DM_SOH_VISBUF 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
DELETE_DLVDelete entries for one partner-pair in DLV Vis.BufferPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>DELETE_DLV...more details

DELETE_ORDRDelete entries for one partner-pair in ORDR Vis.BufferPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>DELETE_ORDR...more details

DELETE_RELDelete entries for one partner-pair in REL Vis.BufferPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>DELETE_REL...more details

DELETE_VGORDelete entries for one partner-pair in VGOR Vis.BufferPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>DELETE_VGOR...more details

GET_PAIRS_ODM_DLVGetting partner pairs from DLVPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_ODM_DLV...more details

GET_PAIRS_ODM_ORDRGetting partner pairs from ODMPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_ODM_ORDR...more details

GET_PAIRS_ODM_RELGetting partner pairs from RELPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_ODM_REL...more details

GET_PAIRS_ODM_VGORGetting partner pairs from VGORPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_ODM_VGOR...more details

GET_PAIRS_VB_DLVGetting partner pairs from the Visibility Buffer for DLVPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_VB_DLV...more details

GET_PAIRS_VB_ORDRGetting partner pairs from the Visibility Buffer for ORDRPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_VB_ORDR...more details

GET_PAIRS_VB_RELGetting partner pairs from the Visibility Buffer for RELPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_VB_REL...more details

GET_PAIRS_VB_VGORGetting partner pairs from the Visibility Buffer for VGORPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_VB_VGOR...more details

INSERT_DLVInsert lines (directly) into the Vis. Buffer table of DLVPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>INSERT_DLV...more details

INSERT_ORDRInsert lines (directly) into the Vis. Buffer table of ORDRPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>INSERT_ORDR...more details

INSERT_RELInsert lines (directly) into the Vis. Buffer table of RELPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>INSERT_REL...more details

INSERT_VGORInsert lines (directly) into the Vis. Buffer table of VGORPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>INSERT_VGOR...more details

READ_DLVRead entries from ODM for DLV Vis.BufferPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>READ_DLV...more details

READ_ORDRRead entries from ODM for ORDR Vis.BufferPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>READ_ORDR...more details

READ_RELRead entries from ODM for REL Vis.BufferPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>READ_REL...more details

READ_VGORRead entries from ODM for VGOR Vis.BufferPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>READ_VGOR...more details

WRITEBUFFER_DLVWriting into Vis.Buffer of DLVPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>WRITEBUFFER_DLV...more details

WRITEBUFFER_ORDRWriting into Vis.Buffer of ORDRPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>WRITEBUFFER_ORDR...more details

WRITEBUFFER_RELWriting into Vis.Buffer of RELPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>WRITEBUFFER_REL...more details

WRITEBUFFER_VGORWriting into Vis.Buffer of VGORPublic
CALL METHOD /scmb/cl_dm_soh_visbuf=>WRITEBUFFER_VGOR...more details






/SCMB/CL_DM_SOH_VISBUF types

GTTY_PRT_PAIR -
GTY_PRT_PAIR -

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!