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 NameDescriptionVisability
BUFFER_REFRESHPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>BUFFER_REFRESH...more details

BUFFER_SAVEPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>BUFFER_SAVE...more details

BUILD_FIELDCATChange to Field Catalog for Displaying Work CentersPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>BUILD_FIELDCAT...more details

BUILD_LAYOUTSetting of Layout StructurePrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>BUILD_LAYOUT...more details

CHECK_SELECTED_DATAPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>CHECK_SELECTED_DATA...more details

CLEAR_ALVPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>CLEAR_ALV...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /isdfps/cl_alv_create_wkc=>CONSTRUCTOR...more details

CREATE_AND_DISPLAY_LOGPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>CREATE_AND_DISPLAY_LOG...more details

CREATE_WORKCENTERSPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>CREATE_WORKCENTERS...more details

DELETE_LO_WKCPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>DELETE_LO_WKC...more details

EXCLUDE_TB_FUNCTIONSPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>EXCLUDE_TB_FUNCTIONS...more details

GET_CREATED_WORKCENTERS_HRPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>GET_CREATED_WORKCENTERS_HR...more details

GET_CREATED_WORKCENTERS_LOPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>GET_CREATED_WORKCENTERS_LO...more details

GET_DATA_TABLEPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>GET_DATA_TABLE...more details

GET_INSTANCEProvide Instance of Class (Singleton)Public
CALL METHOD /isdfps/cl_alv_create_wkc=>GET_INSTANCE...more details

GET_PLANTPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>GET_PLANT...more details

GET_SELECTED_ROWSPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>GET_SELECTED_ROWS...more details

INITDisplay Empty ALVPublic
CALL METHOD /isdfps/cl_alv_create_wkc=>INIT...more details

MAP_TREE_STRUC_TO_WKCPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>MAP_TREE_STRUC_TO_WKC...more details

MASS_CHANGEPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>MASS_CHANGE...more details

SEARCH_AND_REPLACEPrivate
CALL METHOD /isdfps/cl_alv_create_wkc=>SEARCH_AND_REPLACE...more details

SHOW_WORKCENTERSPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MB_CREATE_HR_WKCInstance AttributeLIKE
Private
MB_CREATE_LO_WKCInstance AttributeLIKE
Private
MC_INSTANCEStatic AttributeCreating Work Centers for an Org. StructureLIKE
/ISDFPS/CL_ALV_CREATE_WKC
Public
MR_ALV_GRIDInstance AttributeSAP List ViewerLIKE
CL_GUI_ALV_GRID
Private
MR_DATA_PROTOCOLStatic AttributeMessage Log for Data EntryLIKE
CL_ALV_CHANGED_DATA_PROTOCOL
Protected
MR_ORG_TREE_WKCInstance AttributeALV Tree ControlLIKE
/ISDFPS/CL_ORG_TREE_WKC
Private
MT_CREATED_WORKCENTERS_HRInstance AttributeTable Type for Structure /ISDFPS/WKC_MATCHINGLIKE
/ISDFPS/WKC_MATCHING_T
Private
MT_CREATED_WORKCENTERS_LOInstance AttributeAll Created LO Work Centers (Necessary for Buffer Refresh)LIKE
/ISDFPS/WKC_MATCHING_T
Private
MT_DATA_TABLEInstance AttributeTable Type for /ISDFPS/WKC_O_S_RELATLIKE
/ISDFPS/WKC_O_S_RELAT_T
Private
MT_FIELDCATInstance AttributeField Catalog for SAP List Viewer ControlLIKE
LVC_T_FCAT
Private
MT_LOGInstance AttributeTable Type of Table BALMILIKE
BALMI_T
Private
MV_ICON_HR_WKCInstance AttributeTree Control: Icon / ImageLIKE
TV_IMAGE
Private
MV_ICON_LO_WKCInstance AttributeTree Control: Icon / ImageLIKE
TV_IMAGE
Private
MV_ICON_ORGCENTERInstance AttributeTree Control: Icon / ImageLIKE
TV_IMAGE
Private
MV_ICON_POSITIONInstance AttributeTree Control: Icon / ImageLIKE
TV_IMAGE
Private
MV_PLVARInstance AttributePlan VersionLIKE
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



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!