SAP /ISDFPS/CL_ALV_CREATE_WKC OO Class - Creation of HR and LO Work Centers for Org. Structure
/ISDFPS/CL_ALV_CREATE_WKC 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 /ISDFPS/CL_ALV_CREATE_WKC 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 /ISDFPS/CL_ALV_CREATE_WKC 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 |
| BUFFER_REFRESH | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>BUFFER_REFRESH...more details | ||
| BUFFER_SAVE | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>BUFFER_SAVE...more details | ||
| BUILD_FIELDCAT | Change to Field Catalog for Displaying Work Centers | Private |
| CALL METHOD /isdfps/cl_alv_create_wkc=>BUILD_FIELDCAT...more details | ||
| BUILD_LAYOUT | Setting of Layout Structure | Private |
| CALL METHOD /isdfps/cl_alv_create_wkc=>BUILD_LAYOUT...more details | ||
| CHECK_SELECTED_DATA | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>CHECK_SELECTED_DATA...more details | ||
| CLEAR_ALV | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>CLEAR_ALV...more details | ||
|
| ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /isdfps/cl_alv_create_wkc=>CONSTRUCTOR...more details | ||
| CREATE_AND_DISPLAY_LOG | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>CREATE_AND_DISPLAY_LOG...more details | ||
| CREATE_WORKCENTERS | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>CREATE_WORKCENTERS...more details | ||
| DELETE_LO_WKC | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>DELETE_LO_WKC...more details | ||
| EXCLUDE_TB_FUNCTIONS | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>EXCLUDE_TB_FUNCTIONS...more details | ||
| GET_CREATED_WORKCENTERS_HR | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>GET_CREATED_WORKCENTERS_HR...more details | ||
| GET_CREATED_WORKCENTERS_LO | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>GET_CREATED_WORKCENTERS_LO...more details | ||
| GET_DATA_TABLE | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>GET_DATA_TABLE...more details | ||
| GET_INSTANCE | Provide Instance of Class (Singleton) | Public |
| CALL METHOD /isdfps/cl_alv_create_wkc=>GET_INSTANCE...more details | ||
| GET_PLANT | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>GET_PLANT...more details | ||
| GET_SELECTED_ROWS | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>GET_SELECTED_ROWS...more details | ||
| INIT | Display Empty ALV | Public |
| CALL METHOD /isdfps/cl_alv_create_wkc=>INIT...more details | ||
| MAP_TREE_STRUC_TO_WKC | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>MAP_TREE_STRUC_TO_WKC...more details | ||
| MASS_CHANGE | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>MASS_CHANGE...more details | ||
| SEARCH_AND_REPLACE | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>SEARCH_AND_REPLACE...more details | ||
| SHOW_WORKCENTERS | Private | |
| CALL METHOD /isdfps/cl_alv_create_wkc=>SHOW_WORKCENTERS...more details | ||
/ISDFPS/CL_ALV_CREATE_WKC 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MB_CREATE_HR_WKC | Instance Attribute | LIKE | Private | ||
| MB_CREATE_LO_WKC | Instance Attribute | LIKE | Private | ||
| MC_INSTANCE | Static Attribute | Creating Work Centers for an Org. Structure | LIKE /ISDFPS/CL_ALV_CREATE_WKC | Public | |
| MR_ALV_GRID | Instance Attribute | SAP List Viewer | LIKE CL_GUI_ALV_GRID | Private | |
| MR_DATA_PROTOCOL | Static Attribute | Message Log for Data Entry | LIKE CL_ALV_CHANGED_DATA_PROTOCOL | Protected | |
| MR_ORG_TREE_WKC | Instance Attribute | ALV Tree Control | LIKE /ISDFPS/CL_ORG_TREE_WKC | Private | |
| MT_CREATED_WORKCENTERS_HR | Instance Attribute | Table Type for Structure /ISDFPS/WKC_MATCHING | LIKE /ISDFPS/WKC_MATCHING_T | Private | |
| MT_CREATED_WORKCENTERS_LO | Instance Attribute | All Created LO Work Centers (Necessary for Buffer Refresh) | LIKE /ISDFPS/WKC_MATCHING_T | Private | |
| MT_DATA_TABLE | Instance Attribute | Table Type for /ISDFPS/WKC_O_S_RELAT | LIKE /ISDFPS/WKC_O_S_RELAT_T | Private | |
| MT_FIELDCAT | Instance Attribute | Field Catalog for SAP List Viewer Control | LIKE LVC_T_FCAT | Private | |
| MT_LOG | Instance Attribute | Table Type of Table BALMI | LIKE BALMI_T | Private | |
| MV_ICON_HR_WKC | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Private | |
| MV_ICON_LO_WKC | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Private | |
| MV_ICON_ORGCENTER | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Private | |
| MV_ICON_POSITION | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Private | |
| MV_PLVAR | Instance Attribute | Plan Version | LIKE PLVAR | Private |
Links to Related Class(s)
/ISDFPS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects