SAP CL_CRM_BSP_STRUCTUREEDIT OO Class - Element-Handler:









CL_CRM_BSP_STRUCTUREEDIT 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_CRM_BSP_STRUCTUREEDIT including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_CRM_BSP_STRUCTUREEDIT is CLG_E66EA160AD57B522EC65A65507

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_CRM_BSP_F4_HELP

Method list of CL_CRM_BSP_STRUCTUREEDIT 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
CALC_FIELD_WIDTHFeldbreite berechnenProtected
CALL METHOD cl_crm_bsp_structureedit=>CALC_FIELD_WIDTH...more details

CALC_FIELD_WIDTH_FOR_MATRIXFeldbreite berechnenProtected
CALL METHOD cl_crm_bsp_structureedit=>CALC_FIELD_WIDTH_FOR_MATRIX...more details

CONCATENATE_PARAMETERSVerkettungsparameter der HTML-StatementsProtected
CALL METHOD cl_crm_bsp_structureedit=>CONCATENATE_PARAMETERS...more details

DETERMINE_DDLB_ATTRIBUTESProtected
CALL METHOD cl_crm_bsp_structureedit=>DETERMINE_DDLB_ATTRIBUTES...more details

DETERMINE_LABEL_TYPEFeldbezeichnertyp festlegenProtected
CALL METHOD cl_crm_bsp_structureedit=>DETERMINE_LABEL_TYPE...more details

EMPTY_CELLSErzeugt leere TabellenzellenProtected
CALL METHOD cl_crm_bsp_structureedit=>EMPTY_CELLS...more details

GET_FIELDDATAgibt interessante Daten für ein Feld zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>GET_FIELDDATA...more details

GET_FIELD_IDID für ein Feld anlegenProtected
CALL METHOD cl_crm_bsp_structureedit=>GET_FIELD_ID...more details

GET_MODEL_VALUESDaten vom Modell holenProtected
CALL METHOD cl_crm_bsp_structureedit=>GET_MODEL_VALUES...more details

GET_NUMBER_OF_CHARSProtected
CALL METHOD cl_crm_bsp_structureedit=>GET_NUMBER_OF_CHARS...more details

INITDateninitialisierungProtected
CALL METHOD cl_crm_bsp_structureedit=>INIT...more details

PREPARE_FOR_FMLTGibt eine Feld-Verschmelzungsgruppe zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>PREPARE_FOR_FMLT...more details

REDUCE_INPF_WIDTHProtected
CALL METHOD cl_crm_bsp_structureedit=>REDUCE_INPF_WIDTH...more details

RENDER_FIELD_BUTNGibt Drucktaste zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_FIELD_BUTN...more details

RENDER_FIELD_CBITGibt Ankreuzfeld-Position zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_FIELD_CBIT...more details

RENDER_FIELD_COBXProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_FIELD_COBX...more details

RENDER_FIELD_DDLBgibt eine dropDownListBox zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_FIELD_DDLB...more details

RENDER_FIELD_IMAGGibt ein Bild zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_FIELD_IMAG...more details

RENDER_FIELD_INPFGibt ein Eingabelfeld zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_FIELD_INPF...more details

RENDER_FIELD_INPF_DETAILGibt ein Eingabelfeld zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_FIELD_INPF_DETAIL...more details

RENDER_FIELD_LABLGibt einen Feldbezeichner zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_FIELD_LABL...more details

RENDER_FIELD_LINKGibt einen Link zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_FIELD_LINK...more details

RENDER_FIELD_RBGRGibt eine Auswahlknopfgruppe zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_FIELD_RBGR...more details

RENDER_FIELD_TIMEProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_FIELD_TIME...more details

RENDER_FIELD_TXTAGibt ein Textarea zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_FIELD_TXTA...more details

RENDER_FIELD_TXTFGibt ein Textfeld zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_FIELD_TXTF...more details

RENDER_GROUPGenerische Routine für die Rückgabe e. Rasters für e.GruppeProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_GROUP...more details

RENDER_GRP_CBGRGibt eine Ankreuzfeldgruppe zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_GRP_CBGR...more details

RENDER_GRP_FMLTGibt eine Feld-Verschmelzungsgruppe zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_GRP_FMLT...more details

RENDER_GRP_LOGGGibt eine logische Gruppe zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_GRP_LOGG...more details

RENDER_GRP_SCGRGibt ein Bild-Popup zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_GRP_SCGR...more details

RENDER_HIDDENFIELDGibt ein unsichtbares Feld für den Datentransport zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_HIDDENFIELD...more details

RENDER_HIDDEN_LABELGibt einen unsichtbaren Bezeichner für Barrierefreiheit zur.Protected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_HIDDEN_LABEL...more details

RENDER_MATRIXProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_MATRIX...more details

RENDER_MATRIX_CBGRGibt eine Ankreuzfeldgruppe zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_MATRIX_CBGR...more details

RENDER_MATRIX_FMLTGibt eine Feld-Verschmelzungsgruppe zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_MATRIX_FMLT...more details

RENDER_MATRIX_LOGGProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_MATRIX_LOGG...more details

RENDER_MATRIX_MAINProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_MATRIX_MAIN...more details

RENDER_MATRIX_SCGRProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_MATRIX_SCGR...more details

RENDER_SCGR_HEADINGGibt ein Textfeld zurückProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_SCGR_HEADING...more details

RENDER_TRANSPARENT_IMAGERendert ein unsichtbares GIFProtected
CALL METHOD cl_crm_bsp_structureedit=>RENDER_TRANSPARENT_IMAGE...more details

SORT_LAYOUTProtected
CALL METHOD cl_crm_bsp_structureedit=>SORT_LAYOUT...more details

SORT_LAYOUT_MAINProtected
CALL METHOD cl_crm_bsp_structureedit=>SORT_LAYOUT_MAIN...more details

WIDTH_FROM_ATTRIBUTEProtected
CALL METHOD cl_crm_bsp_structureedit=>WIDTH_FROM_ATTRIBUTE...more details

WIDTH_TO_ATTRIBUTEProtected
CALL METHOD cl_crm_bsp_structureedit=>WIDTH_TO_ATTRIBUTE...more details

_UNUSED_RENDER_FMLT_MATRIXProtected
CALL METHOD cl_crm_bsp_structureedit=>_UNUSED_RENDER_FMLT_MATRIX...more details

_UNUSED_RENDER_MATRIXProtected
CALL METHOD cl_crm_bsp_structureedit=>_UNUSED_RENDER_MATRIX...more details

_UNUSED_RENDER_OVERFLOW_TEXTProtected
CALL METHOD cl_crm_bsp_structureedit=>_UNUSED_RENDER_OVERFLOW_TEXT...more details



CL_CRM_BSP_STRUCTUREEDIT 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_CELL_FILL_PERCENTAGEInstance Attribute'95'LIKE
STRING
Protected
GC_FIELDTYPE_CBITConstantLegt fest, welche Feldtypen zu sehen sind'CBIT'LIKE
CRMT_FIELDTYPE_LAYOUT
Public
GC_FIELDTYPE_HSCGConstantFieldtype used to show description of fieldgrp'HSCG'LIKE
CRMT_FIELDTYPE_LAYOUT
Public
GC_FIELDTYPE_INPFConstantDefines which kind of field we see on screen'INPF'LIKE
CRMT_FIELDTYPE_LAYOUT
Public
GC_FIELDTYPE_LABELConstant'LABL'LIKE
CRMT_FIELDTYPE_LAYOUT
Public
GC_FIELDTYPE_RBGRConstantLegt fest, welche Feldtypen zu sehen sind'RBGR'LIKE
CRMT_FIELDTYPE_LAYOUT
Public
GC_FIELDTYPE_TXTFConstant'TXTF'LIKE
CRMT_FIELDTYPE_LAYOUT
Public
GC_FIELDWIDTH_CHAR_WIDTHInstance Attribute'1'LIKE
TY_WIDTH
Protected
GC_FIELDWIDTH_COLUMN_LABELConstant'24'LIKE
TY_WIDTH
Protected
GC_FIELDWIDTH_COLUMN_WIDTHConstant'24'LIKE
TY_WIDTH
Protected
GC_FIELDWIDTH_F4_WIDTHInstance Attribute'2.85'LIKE
TY_WIDTH
Protected
GC_FIELDWIDTH_UNITConstant'ex'LIKE
STRING
Protected
GC_FIELD_METHODConstant'RENDER_FIELD_'LIKE
STRING
Protected
GC_FULL_WIDTHConstant'100%'LIKE
STRING
Protected
GC_GROUPTYPE_CBGRConstantLegt fest, welche Arten von Gruppen zu sehen sind'CBGR'LIKE
CRMT_GROUPTYPE
Public
GC_GROUPTYPE_FMLTConstantLegt fest, welche Arten von Gruppen zu sehen sind'FMLT'LIKE
CRMT_GROUPTYPE
Public
GC_GROUPTYPE_LOGGConstantLegt fest, welche Arten von Gruppen zu sehen sind'LOGG'LIKE
CRMT_GROUPTYPE
Public
GC_GROUPTYPE_PAGEConstantLegt fest, welche Arten von Gruppe zu sehen ist'PAGE'LIKE
CRMT_GROUPTYPE_LAYOUT
Protected
GC_GROUPTYPE_SCGRConstantLegt fest, welche Arten von Gruppen zu sehen sind'SCGR'LIKE
CRMT_GROUPTYPE
Public
GC_GROUP_METHODConstant'RENDER_GRP_'LIKE
STRING
Protected
GC_HALF_FIELDWIDTH_TIMEConstant'6.30ex'LIKE
STRING
Protected
GC_HIDDEN_STRUCTUREFIELDConstant'_struCtureName'LIKE
STRING
Protected
GC_HORIZONTAL_DIVIDER_CELLConstant'CRM_BSP_HDIVCELL'LIKE
STRING
Private
GC_LABEL_HEADERConstantKopf'4'LIKE
CHAR1
Protected
GC_LABEL_LONGConstantLangtext'3'LIKE
CHAR1
Protected
GC_LABEL_MEDIUMConstantMittlerer Text'2'LIKE
CHAR1
Protected
GC_LABEL_SHORTConstantKurztext'1'LIKE
CHAR1
Protected
GC_LONG_FIELD_LABELConstantBreite eine Langfeldbezeichners'L'LIKE
C
Protected
GC_MARKER_IDInstance Attribute'__struCEDIT_'LIKE
STRING
Protected
GC_MATRIX_METHODInstance Attribute'RENDER_MATRIX_'LIKE
STRING
Public
GC_MEDIUM_FIELD_LABELConstantBreite eines mittleren Feldbezeichners'M'LIKE
C
Protected
GC_NUMBER_OF_CUT_OFF_CHARConstant8LIKE
I
Protected
GC_SCREENWIDTHConstantProzentsatz der verfügbaren Bildbreite'100%'LIKE
STRING
Protected
GC_SCREENWIDTH_PIXELStatic Attribute840LIKE
I
Protected
GC_SHORT_FIELD_LABELConstantBreite eines Kurzfeldbezeichners'S'LIKE
C
Protected
GT_EXTENDED_EVENTSInstance AttributeErweiterter Ereignisstring für AbfangenLIKE
TIHTTPNVP
Protected
GT_FIELDLISTInstance AttributeDD: FeldlisteLIKE
DDFIELDS
Protected
GT_MATRIXInstance AttributeLayout to render matrix in structureEditLIKE
CRMT_MATRIX_LAYOUT
Public
GV_ACCESSIBILITY_MODEInstance AttributeLogical VariableLIKE
CRMT_BOOLEAN
Protected
GV_BSP_MODELInstance AttributeBSP: Model Basis ClassLIKE
CL_BSP_MODEL
Protected
GV_CELLWIDTHInstance AttributeLIKE
F
Protected
GV_CHAR_PER_COLUMNInstance AttributeAnzahl der Zeichen pro SpalteLIKE
INT4
Protected
GV_COMBINEDLABELInstance AttributeLIKE
STRING
Protected
GV_COMPUTED_DIVIDERSInstance AttributeGeneral FlagLIKE
FLAG
Private
GV_DESIGN2002Instance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Protected
GV_MODEL_NAMEInstance Attributename of the model of gs_valuesLIKE
STRING
Protected
GV_MODEL_REFInstance Attributereference to modelLIKE
IF_BSP_MODEL_BINDING
Protected
GV_MULTIVALUE_IDENTIFIERInstance AttributeChar added at the end of mutivalue field labelLIKE
C
Protected
GV_NUMBER_OF_COLUMNSInstance AttributeAnzahl der SpaltenLIKE
I
Protected
GV_PAGE_COLSPANInstance AttributeColspan of the PageLIKE
STRING
Private
GV_STRUCTUREEDIT_LAYOUTInstance AttributeErzeugt das Layout für BSP-Element 'structureEdit'LIKE
CL_CRM_STRUCTUREEDIT_LAYOUT
Protected
GV_STRUCTURENAMEInstance AttributeLIKE
ABAP_ABSTYPENAME
Protected
GV_TOTAL_COLSPANInstance AttributeLIKE
I
Private
GV_VALUE_PATHInstance Attributepath of the value in modelLIKE
STRING
Protected




CL_CRM_BSP_STRUCTUREEDIT types

TY_GROUP -
TY_WIDTH -
TY_WIDTH_C -

Links to Related Class(s)

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