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 Name | Description | Visability |
| DELETE_DLV | Delete entries for one partner-pair in DLV Vis.Buffer | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>DELETE_DLV...more details | ||
| DELETE_ORDR | Delete entries for one partner-pair in ORDR Vis.Buffer | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>DELETE_ORDR...more details | ||
| DELETE_REL | Delete entries for one partner-pair in REL Vis.Buffer | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>DELETE_REL...more details | ||
| DELETE_VGOR | Delete entries for one partner-pair in VGOR Vis.Buffer | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>DELETE_VGOR...more details | ||
| GET_PAIRS_ODM_DLV | Getting partner pairs from DLV | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_ODM_DLV...more details | ||
| GET_PAIRS_ODM_ORDR | Getting partner pairs from ODM | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_ODM_ORDR...more details | ||
|
| ||
| GET_PAIRS_ODM_REL | Getting partner pairs from REL | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_ODM_REL...more details | ||
| GET_PAIRS_ODM_VGOR | Getting partner pairs from VGOR | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_ODM_VGOR...more details | ||
| GET_PAIRS_VB_DLV | Getting partner pairs from the Visibility Buffer for DLV | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_VB_DLV...more details | ||
| GET_PAIRS_VB_ORDR | Getting partner pairs from the Visibility Buffer for ORDR | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_VB_ORDR...more details | ||
| GET_PAIRS_VB_REL | Getting partner pairs from the Visibility Buffer for REL | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_VB_REL...more details | ||
| GET_PAIRS_VB_VGOR | Getting partner pairs from the Visibility Buffer for VGOR | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>GET_PAIRS_VB_VGOR...more details | ||
| INSERT_DLV | Insert lines (directly) into the Vis. Buffer table of DLV | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>INSERT_DLV...more details | ||
| INSERT_ORDR | Insert lines (directly) into the Vis. Buffer table of ORDR | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>INSERT_ORDR...more details | ||
| INSERT_REL | Insert lines (directly) into the Vis. Buffer table of REL | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>INSERT_REL...more details | ||
| INSERT_VGOR | Insert lines (directly) into the Vis. Buffer table of VGOR | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>INSERT_VGOR...more details | ||
| READ_DLV | Read entries from ODM for DLV Vis.Buffer | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>READ_DLV...more details | ||
| READ_ORDR | Read entries from ODM for ORDR Vis.Buffer | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>READ_ORDR...more details | ||
| READ_REL | Read entries from ODM for REL Vis.Buffer | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>READ_REL...more details | ||
| READ_VGOR | Read entries from ODM for VGOR Vis.Buffer | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>READ_VGOR...more details | ||
| WRITEBUFFER_DLV | Writing into Vis.Buffer of DLV | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>WRITEBUFFER_DLV...more details | ||
| WRITEBUFFER_ORDR | Writing into Vis.Buffer of ORDR | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>WRITEBUFFER_ORDR...more details | ||
| WRITEBUFFER_REL | Writing into Vis.Buffer of REL | Public |
| CALL METHOD /scmb/cl_dm_soh_visbuf=>WRITEBUFFER_REL...more details | ||
| WRITEBUFFER_VGOR | Writing into Vis.Buffer of VGOR | Public |
| 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