SAP CL_BSP_BROK_COCTRL_MAIN OO Class - Controller Class for ITAGCY_COCTRL main.do









CL_BSP_BROK_COCTRL_MAIN 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_COCTRL_MAIN 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_BSP_BROK_COCTRL_MAIN is CL_BSP_CONTROLLER2

Interface Implementation

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

Interface Implementation

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

Method list of CL_BSP_BROK_COCTRL_MAIN 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
CHANGE_PROCTYPEChange SelectionPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>CHANGE_PROCTYPE...more details

CHECKChecks EntriesPublic
CALL METHOD cl_bsp_brok_coctrl_main=>CHECK...more details

CHECK_GOTOOPChecks Input Before Changing to Open ItemsPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>CHECK_GOTOOP...more details

CHECK_GOTOPMChecks Entries Before Changing Payment MethodsPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>CHECK_GOTOPM...more details

CHECK_GOTORAChecks Entries Before Changing to Reported AmountPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>CHECK_GOTORA...more details

DETAIL_TCPROP_OIDetailed Display of Temporary Collections (Open Items Found)Private
CALL METHOD cl_bsp_brok_coctrl_main=>DETAIL_TCPROP_OI...more details

DETAIL_TCPROP_TCDetailed Display of Temporary Collections (Temp Items Found)Private
CALL METHOD cl_bsp_brok_coctrl_main=>DETAIL_TCPROP_TC...more details

GET_AMOUNT_SUBCOMMISSIONSSupplies SubcommissionsPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>GET_AMOUNT_SUBCOMMISSIONS...more details

GET_COLLECTDATASupplies Collection DataPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>GET_COLLECTDATA...more details

GET_CONTAINER_SELECTIONSupplies Current Container Selection (1=Select, 2=Create)Private
CALL METHOD cl_bsp_brok_coctrl_main=>GET_CONTAINER_SELECTION...more details

GET_DIFFCTRLSupplies Difference DataPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>GET_DIFFCTRL...more details

GET_DIFFMODELCTRLSupplies Difference DataPublic
CALL METHOD cl_bsp_brok_coctrl_main=>GET_DIFFMODELCTRL...more details

GET_PAYMENTSSupplies Payment MethodsPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>GET_PAYMENTS...more details

GET_PAYMENT_DIFF_DATASupplies Payment Methods and DifferencesPublic
CALL METHOD cl_bsp_brok_coctrl_main=>GET_PAYMENT_DIFF_DATA...more details

GET_REPORTEDAMOUNTSupplies Reported AmountPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>GET_REPORTEDAMOUNT...more details

PREPARE_CLOSINGPrepare to ClosePrivate
CALL METHOD cl_bsp_brok_coctrl_main=>PREPARE_CLOSING...more details

SAVESave CollectionPublic
CALL METHOD cl_bsp_brok_coctrl_main=>SAVE...more details

SAVE_EASY_BALSave Collections (Simple Clearing)Public
CALL METHOD cl_bsp_brok_coctrl_main=>SAVE_EASY_BAL...more details

SAVE_PROPOSALSaves ProposalPublic
CALL METHOD cl_bsp_brok_coctrl_main=>SAVE_PROPOSAL...more details

SAVE_TP_PMSaves Payment Methods for Third PartyPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>SAVE_TP_PM...more details

SET_CONTAINER_SELECTIONSets Current Container Selection (1=Select, 2=Create)Private
CALL METHOD cl_bsp_brok_coctrl_main=>SET_CONTAINER_SELECTION...more details

SET_NEW_PAGESets New PagePublic
CALL METHOD cl_bsp_brok_coctrl_main=>SET_NEW_PAGE...more details

SET_PROPOSAL_DIFF_COMMSets Selected Difference for CommissionPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>SET_PROPOSAL_DIFF_COMM...more details

SET_PROPOSAL_DIFF_PREMSets Selected Difference for PremiumPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>SET_PROPOSAL_DIFF_PREM...more details

SHOW_POS_DETAILDisplay Container ItemPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>SHOW_POS_DETAIL...more details

STORE_TEMPCOLLSets Entries for Temporary Collections in WorklistPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>STORE_TEMPCOLL...more details

TEMPCLAR_PROPOSALCreate Proposal for Clearing Temporary CollectionsPublic
CALL METHOD cl_bsp_brok_coctrl_main=>TEMPCLAR_PROPOSAL...more details

TRAY_COLLAPSECollapse TraysPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>TRAY_COLLAPSE...more details

TRAY_EXPANDExpand TraysPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>TRAY_EXPAND...more details

UNSTORE_TEMPCOLLEmpties Worklists for Temporary CollectionsPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>UNSTORE_TEMPCOLL...more details

UPDATEUpdate DataPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>UPDATE...more details

UPDATE_BANKTR_DATAUpdate Model Attributes (Bank Incoming Payments)Private
CALL METHOD cl_bsp_brok_coctrl_main=>UPDATE_BANKTR_DATA...more details

UPDATE_PAYMENTSUpdate Payment MethodsPrivate
CALL METHOD cl_bsp_brok_coctrl_main=>UPDATE_PAYMENTS...more details

UPDATE_PREPARECLOSINGUpdate Model Attributes (Prepare to Close)Private
CALL METHOD cl_bsp_brok_coctrl_main=>UPDATE_PREPARECLOSING...more details

UPDATE_RA_DATAUpdate Model Attributes (Reported Amount)Private
CALL METHOD cl_bsp_brok_coctrl_main=>UPDATE_RA_DATA...more details

UPDATE_RA_DATA_COMMUpdate Model Attributes (Reported Amount, Commission)Private
CALL METHOD cl_bsp_brok_coctrl_main=>UPDATE_RA_DATA_COMM...more details

UPDATE_RA_DATA_COSTTPUpdate Model Attributes (Third Party Costs)Private
CALL METHOD cl_bsp_brok_coctrl_main=>UPDATE_RA_DATA_COSTTP...more details

UPDATE_RA_DATA_TEMPCOLLUpdate Model Attributes (Temporary Collection)Private
CALL METHOD cl_bsp_brok_coctrl_main=>UPDATE_RA_DATA_TEMPCOLL...more details

UPDATE_TCPROP_DATAUpdate of Model Attributes (Clearing Proposal)Private
CALL METHOD cl_bsp_brok_coctrl_main=>UPDATE_TCPROP_DATA...more details

UPDATE_TEMPCLAR_DATAUpdate Model Attributes (Clarification of Temp. Collection)Private
CALL METHOD cl_bsp_brok_coctrl_main=>UPDATE_TEMPCLAR_DATA...more details




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!