SAP CL_WS_DESIGN_LAYER_API OO Class - Design Layer API









CL_WS_DESIGN_LAYER_API 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 CL_WS_DESIGN_LAYER_API 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 CL_WS_DESIGN_LAYER_API 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_DESIGNDeletion of customizingPublic
CALL METHOD cl_ws_design_layer_api=>DELETE_DESIGN...more details

DELETE_DESIGN_OBJDeletion of customizingPublic
CALL METHOD cl_ws_design_layer_api=>DELETE_DESIGN_OBJ...more details

DELETE_OBJ_TYPEDeletion of customizingPublic
CALL METHOD cl_ws_design_layer_api=>DELETE_OBJ_TYPE...more details

GET_DIRECTIONPrivate
CALL METHOD cl_ws_design_layer_api=>GET_DIRECTION...more details

GET_FIELD_MAPPINGGet field mappingPublic
CALL METHOD cl_ws_design_layer_api=>GET_FIELD_MAPPING...more details

GET_INSTANCECreates an instance of the classPublic
CALL METHOD cl_ws_design_layer_api=>GET_INSTANCE...more details

GET_NODE_MAPPINGGet node mappingPublic
CALL METHOD cl_ws_design_layer_api=>GET_NODE_MAPPING...more details

LOCKLock designPublic
CALL METHOD cl_ws_design_layer_api=>LOCK...more details

READ_DESIGNRead designPublic
CALL METHOD cl_ws_design_layer_api=>READ_DESIGN...more details

READ_DESIGN_OBJRead design objectPublic
CALL METHOD cl_ws_design_layer_api=>READ_DESIGN_OBJ...more details

READ_OBJ_TYPERead design objectPublic
CALL METHOD cl_ws_design_layer_api=>READ_OBJ_TYPE...more details

READ_OBJ_TYPE_SINGLERead design objectPublic
CALL METHOD cl_ws_design_layer_api=>READ_OBJ_TYPE_SINGLE...more details

UNLOCKUnlock designPublic
CALL METHOD cl_ws_design_layer_api=>UNLOCK...more details

UPDATE_SERVICE_OBJECT_TYPEUpdates a record for an existing service object.Public
CALL METHOD cl_ws_design_layer_api=>UPDATE_SERVICE_OBJECT_TYPE...more details

WRITE_CUSTOMIZINGWrite design to client dependent tablePublic
CALL METHOD cl_ws_design_layer_api=>WRITE_CUSTOMIZING...more details



CL_WS_DESIGN_LAYER_API 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
GR_DESIGN_LAYER_APIStatic AttributeDesign Layer APILIKE
CL_WS_DESIGN_LAYER_API
Private


Links to Related Class(s)

CL_WS_DE...
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!