CHECK_COMMISSION_FOR_CONTINUE SAP Method Checks Whether Action to Be Taken for Commission









Below is documentation, parameters and attributes of ABAP Method CHECK_COMMISSION_FOR_CONTINUE within SAP class CL_BSP_BROK_COMMCTRL_SERVICE. There is also a number of example ABAP code snipts to help you use the functionality of this method.

This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name CL_BSP_BROK_COMMCTRL_SERVICE into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Static

This is a Static Method so you can call it directly

The following technical details of method CHECK_COMMISSION_FOR_CONTINUE can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method CHECK_COMMISSION_FOR_CONTINUE

.

NameTypeData TypeDescriptionDefault Value
IS_COMMISSIONImportingTYPE
ITAGCYCOMMCTRLCO
Agency Coll.: Commission Monitoring: Commission for XBLNR
IX_PREMIUM_OPENImportingTYPE
XFELD
Flag: Premium Is Open
IV_PREMDOCImportingTYPE
OPBEL_KK
Premium Document
ET_FKKCLExportingTYPE
FKKCL_T
Table of Clearing Information
ET_IBROSTMP_REVExportingTYPE
IBR_TTYPE_IBROSTMP
Table Category for IBROSTMP Structure
EX_CONTINUEExportingTYPE
XFELD
Flag: Work Required with Commission



Exceptions of Method CHECK_COMMISSION_FOR_CONTINUE

This method does not have any exceptions

Example ABAP coding


DATA: lv_ET_FKKCL TYPE FKKCL_T,
lv_ET_IBROSTMP_REV TYPE IBR_TTYPE_IBROSTMP,
lv_EX_CONTINUE TYPE XFELD,
lv_IS_COMMISSION TYPE ITAGCYCOMMCTRLCO,
lv_IX_PREMIUM_OPEN TYPE XFELD,
lv_IV_PREMDOC TYPE OPBEL_KK,
lv_other TYPE c.

CALL METHOD CL_BSP_BROK_COMMCTRL_SERVICE=>CHECK_COMMISSION_FOR_CONTINUE(
EXPORTING
IS_COMMISSION = lv_IS_COMMISSION
IX_PREMIUM_OPEN = lv_IX_PREMIUM_OPEN
IV_PREMDOC = lv_IV_PREMDOC
IMPORTING
ET_FKKCL = lv_ET_FKKCL
ET_IBROSTMP_REV = lv_ET_IBROSTMP_REV
EX_CONTINUE = lv_EX_CONTINUE ).

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!