SAP CL_BSP_BROK_COLLECT_INSCOMPHDL OO Class - Service Class Shares to Insurance









CL_BSP_BROK_COLLECT_INSCOMPHDL 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_BSP_BROK_COLLECT_INSCOMPHDL 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_BSP_BROK_COLLECT_INSCOMPHDL 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
ADD_DEFAULTSPrivate
CALL METHOD cl_bsp_brok_collect_inscomphdl=>ADD_DEFAULTS...more details

ADD_ENTRYAdding an EntryPublic
CALL METHOD cl_bsp_brok_collect_inscomphdl=>ADD_ENTRY...more details

CHANGE_ENTRYPrivate
CALL METHOD cl_bsp_brok_collect_inscomphdl=>CHANGE_ENTRY...more details

CHECKChecksPrivate
CALL METHOD cl_bsp_brok_collect_inscomphdl=>CHECK...more details

CLEARInitializationsPublic
CALL METHOD cl_bsp_brok_collect_inscomphdl=>CLEAR...more details

DEQUEUEDelete LockPublic
CALL METHOD cl_bsp_brok_collect_inscomphdl=>DEQUEUE...more details

ENQUEUESet Lock on Broker/Broker ContractPublic
CALL METHOD cl_bsp_brok_collect_inscomphdl=>ENQUEUE...more details

ENTRY_BUILDFormat of EntryPublic
CALL METHOD cl_bsp_brok_collect_inscomphdl=>ENTRY_BUILD...more details

GET_ENTRIESPrivate
CALL METHOD cl_bsp_brok_collect_inscomphdl=>GET_ENTRIES...more details

SET_UPDATE_TASKSetting Flag Whether Posting Is in Update TaskPublic
CALL METHOD cl_bsp_brok_collect_inscomphdl=>SET_UPDATE_TASK...more details

UPDATEWriting Data to DatabasePublic
CALL METHOD cl_bsp_brok_collect_inscomphdl=>UPDATE...more details



CL_BSP_BROK_COLLECT_INSCOMPHDL 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
CO_SOURCE_COINSConstantOrigin from Coinsurance'3'LIKE
INSCOMP_SOURCE_ITAGCY
Public
CO_SOURCE_CONTAINERConstantOrigin from Container'1'LIKE
INSCOMP_SOURCE_ITAGCY
Public
CO_SOURCE_PAYRUNConstantOrigin from Payment Run'5'LIKE
INSCOMP_SOURCE_ITAGCY
Public
CO_SOURCE_REPORTConstantOrigin from Broker Report'2'LIKE
INSCOMP_SOURCE_ITAGCY
Public
CO_SOURCE_REPORT_REVConstantOrigin from Broker Report: Reversal'4'LIKE
INSCOMP_SOURCE_ITAGCY
Public
CO_SOURCE_RETURNConstantOrigin from Returns'6'LIKE
INSCOMP_SOURCE_ITAGCY
Public
CO_STATE_POSTEDConstantStatus: Posted'9'LIKE
STATE_INSCOMP_ITAGCY
Public
CO_STATE_TO_POSTConstantStatus: To Be PostedSPACELIKE
STATE_INSCOMP_ITAGCY
Public
T_INSCOMP_INSInstance AttributeTable Type DB View Shares to InsuranceLIKE
TITAGCYINSCOMPSH
Private
T_INSCOMP_UPDInstance AttributeLIKE
Private
X_UPDATE_TASKInstance AttributePostings in Update TaskLIKE
XFELD
Private


Links to Related Class(s)

CL_BSP_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!