SAP CL_BSP_BROK_TEMPCLAR_SERVICE OO Class - Service for Temporary Collections Clarification









CL_BSP_BROK_TEMPCLAR_SERVICE 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_TEMPCLAR_SERVICE 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_TEMPCLAR_SERVICE 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
BUILD_ITEMDISPLAY_LINEFills Display StructurePrivate
CALL METHOD cl_bsp_brok_tempclar_service=>BUILD_ITEMDISPLAY_LINE...more details

CHECK_ITEM_A1_A3Checks Whether Values Match Selection (for Type A1 and A3)Private
CALL METHOD cl_bsp_brok_tempclar_service=>CHECK_ITEM_A1_A3...more details

CHECK_ITEM_A2Checks Whether Values Match Selection (for Type A2)Private
CALL METHOD cl_bsp_brok_tempclar_service=>CHECK_ITEM_A2...more details

DEQUEUEUnlocks Clarification CasePublic
CALL METHOD cl_bsp_brok_tempclar_service=>DEQUEUE...more details

DEQUEUE_BROKER_CFUnlocks Clarification Case of Broker ReportPrivate
CALL METHOD cl_bsp_brok_tempclar_service=>DEQUEUE_BROKER_CF...more details

ENQUEUELocks Clarification CasePublic
CALL METHOD cl_bsp_brok_tempclar_service=>ENQUEUE...more details

ENQUEUE_BROKER_CFLocks Clarification Case of Broker ReportPrivate
CALL METHOD cl_bsp_brok_tempclar_service=>ENQUEUE_BROKER_CF...more details

FILL_TABLE_CATEGORYFills Tables with CategoriesPublic
CALL METHOD cl_bsp_brok_tempclar_service=>FILL_TABLE_CATEGORY...more details

GET_ITEMSCTRL_A1_A3Gets Control Structure for Selection of Temporary CollectnsPrivate
CALL METHOD cl_bsp_brok_tempclar_service=>GET_ITEMSCTRL_A1_A3...more details

GET_ITEMSCTRL_A2Gets Control Structure for Selection of Temporary CollectnsPrivate
CALL METHOD cl_bsp_brok_tempclar_service=>GET_ITEMSCTRL_A2...more details

GET_ITEMS_DISPLAYGets Display Structure for Temporary CollectionsPublic
CALL METHOD cl_bsp_brok_tempclar_service=>GET_ITEMS_DISPLAY...more details

GET_OPENITEMSGets Open Items for Temporary CollectionsPublic
CALL METHOD cl_bsp_brok_tempclar_service=>GET_OPENITEMS...more details

GET_OPENITEMS_AGENCYGets Open Items for AgencyPrivate
CALL METHOD cl_bsp_brok_tempclar_service=>GET_OPENITEMS_AGENCY...more details

GET_OPENITEMS_PARTNERGets Open Items for Business PartnerPrivate
CALL METHOD cl_bsp_brok_tempclar_service=>GET_OPENITEMS_PARTNER...more details



CL_BSP_BROK_TEMPCLAR_SERVICE 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
CFC_APPLOBJStatic AttributeCFC: Application objectsLIKE
CFC_APPLOBJ
Private
DDIC_STRUC_TCPROPStatic AttributeTable Type for Structure DD03PLIKE
DD03TTYP
Public
DDIC_STRUC_TEMPCLARITEMSStatic AttributeTable Type for Structure DD03PLIKE
DD03TTYP
Public
MC_CLSTATUS_CLEAREDConstantClearing Status'9'LIKE
AUGST_KK
Public
MC_CLSTATUS_OPENConstantClearing Status' 'LIKE
AUGST_KK
Public
MC_SEARCHOPTION_AGENCYConstantSearch Option'2'LIKE
TEMPCLAR_SO_ITAGCY
Public
MC_SEARCHOPTION_ALLConstantSearch Option'3'LIKE
TEMPCLAR_SO_ITAGCY
Public
MC_SEARCHOPTION_PARTNERConstantSearch Option'1'LIKE
TEMPCLAR_SO_ITAGCY
Public
T_CATEGORYStatic AttributeTable Category with 2 Strings as Line CategoryLIKE
TITAGCY_2STRINGS
Public


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!