SAP IF_SHP_LECOMP_EDITOR OO Class - Edit subcontracting components









IF_SHP_LECOMP_EDITOR 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 IF_SHP_LECOMP_EDITOR 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 IF_SHP_LECOMP_EDITOR 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
CHECKCheck componentsPublic
CALL METHOD if_shp_lecomp_editor=>CHECK...more details

DELETEDelete componentPublic
CALL METHOD if_shp_lecomp_editor=>DELETE...more details

EDITEdit componentsPublic
CALL METHOD if_shp_lecomp_editor=>EDIT...more details

FIND_BATCHESFind batches from subcontracting stockPublic
CALL METHOD if_shp_lecomp_editor=>FIND_BATCHES...more details

READ_STOCKRead available stockPublic
CALL METHOD if_shp_lecomp_editor=>READ_STOCK...more details

REPLACEReplace componentsPublic
CALL METHOD if_shp_lecomp_editor=>REPLACE...more details

SPLITSplit batch managed componentPublic
CALL METHOD if_shp_lecomp_editor=>SPLIT...more details



IF_SHP_LECOMP_EDITOR 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
GC_BWART_COMP_GIInstance AttributeLIKE
Public
GC_FCODE_COMP_VL32Instance AttributeLIKE
Public
GC_FCODE_COMP_VL60Instance AttributeLIKE
Public
GC_PSTYP_SCInstance AttributeLIKE
Public
GC_TRTYP_CHANGEInstance AttributeLIKE
Public
GC_TRTYP_CREATEInstance AttributeLIKE
Public
GC_TRTYP_DISPLAYInstance AttributeLIKE
Public
GC_UPDKZ_DELETEInstance AttributeLIKE
Public
GC_UPDKZ_INSERTInstance AttributeLIKE
Public
GC_UPDKZ_OLDInstance AttributeLIKE
Public
GC_UPDKZ_UPDATEInstance AttributeLIKE
Public
GC_VBTYP_GI_REVERSEInstance AttributeLIKE
Public
GC_VBTYP_LIAVInstance AttributeLIKE
Public
GC_VBTYP_POInstance AttributeLIKE
Public
GC_XLBTYPE_COMPInstance AttributeLIKE
Public
GC_XLBTYPE_PARENTInstance AttributeLIKE
Public
MF_POSNRInstance AttributeInbound delivery itemLIKE
POSNR_VL
Public
MF_VBELNInstance AttributeInbound deliveryLIKE
VBELN_VL
Public
MO_COMPInstance AttributeSubcontracting Components in inbound deliveryLIKE
CL_SHP_LECOMP
Public




IF_SHP_LECOMP_EDITOR types

GTY_FIELD -
GTY_FIELD_R -
GTY_FIELD_S -
GTY_ITEM_S -
GTY_ITEM_T -
GTY_KOMDLGN_T -
GTY_LECOMPVB_S -
GTY_LECOMPVB_T -
GTY_LECOMP_T -
GTY_LIPSVB_T -
GTY_LIPS_T -
GTY_MDVW_T -
GTY_MSKA_T -
GTY_MSLB_T -
GTY_MSPR_T -
GTY_POITM_S -
GTY_POITM_T -
GTY_PROT_T -
GTY_STOCK_S -
GTY_STOCK_T -
GTY_XVBAPF_T -

Links to Related Class(s)

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