BUILD_TEMPCLAR_SUBCOMM_A1 SAP Method Docs for Third-Party Commn When Clarifying Temporary Collec.









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

This is a private Method so can only be executed from within the class itself. I.e. You could access it from another method of the class.

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_COLLECT_POST 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 BUILD_TEMPCLAR_SUBCOMM_A1 can also be found below:

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


Parameters of Method BUILD_TEMPCLAR_SUBCOMM_A1

.

NameTypeData TypeDescriptionDefault Value
IS_DIFFCOMMCONTROLImportingTYPE
SITAGCYDIFFCONTROL
Return Structure for Handling Differences
IS_FKKKOImportingTYPE
FKKKO
Header Data In Open Item Accounting Document
IS_ORGUNIT_AGENCYImportingTYPE
SITAGCYORGDESCR
Organizational Units Description
IS_ORGUNIT_THIRDPARTYImportingTYPE
SITAGCYORGDESCR
Organizational Units Description
IS_ORIG_CONTAINERImportingTYPE
SITAGCYCONTH
Structure: Header Data - Container
IT_SUBCOMMASSIGNImportingTYPE
TITAGCYSUBCOMMASSIGN
Table Type Assignment of Subcommission
IT_SUBCOMMASSIGN_HRImportingTYPE
TITAGCYSUBCOMMASSIGN
Table Type Assignment of Subcommission
IT_SUBCOMMSImportingTYPE
FKKCL_T
Table of Clearing Information
I_AGENCYTYPEImportingTYPE
AGTYPE_ITAGCY
Key of Agency Category in Italian Agency Collections
I_CLEARINGDATEImportingTYPE
SY-DATUM
Date and Time, Current (Application Server) Date
I_CURRENCYImportingTYPE
WAERS
Currency Key
I_SEQNOImportingTYPE
SEQNO_ITAGCY
Sequence Number
TEMPCLAR_COCTRL_MODELImportingTYPE REF TO
CL_BSP_BROK_COCTRL_TEMPCLAR_M
Model Class for ITAGCY_COCTRL (Clarification Temp. Coll.)
ET_FKKOPExportingTYPE
FKKOP_T
Table Type for FKKOP
ET_FKKOPKExportingTYPE
FKKOPK_T
Table Type for FKKOPK
E_DIFFBExportingTYPE
DIFFB_KK
Difference Amount in Clearing Processing
CLEARACCHANDLERChangingTYPE REF TO
CL_BSP_BROK_COLLECT_CLSUM_HAND
Service Class Clearing Account Lines



Exceptions of Method BUILD_TEMPCLAR_SUBCOMM_A1

This method does not have any exceptions

Example ABAP coding

This is a private Method so the below code can only be executed from within the class itself. I.e. from another method of the class.

DATA: lv_CLEARACCHANDLER TYPE CL_BSP_BROK_COLLECT_CLSUM_HAND,
lv_ET_FKKOP TYPE FKKOP_T,
lv_ET_FKKOPK TYPE FKKOPK_T,
lv_E_DIFFB TYPE DIFFB_KK,
lv_IS_DIFFCOMMCONTROL TYPE SITAGCYDIFFCONTROL,
lv_IS_FKKKO TYPE FKKKO,
lv_IS_ORGUNIT_AGENCY TYPE SITAGCYORGDESCR,
lv_IS_ORGUNIT_THIRDPARTY TYPE SITAGCYORGDESCR,
lv_IS_ORIG_CONTAINER TYPE SITAGCYCONTH,
lv_IT_SUBCOMMASSIGN TYPE TITAGCYSUBCOMMASSIGN,
lv_IT_SUBCOMMASSIGN_HR TYPE TITAGCYSUBCOMMASSIGN,
lv_IT_SUBCOMMS TYPE FKKCL_T,
lv_I_AGENCYTYPE TYPE AGTYPE_ITAGCY,
lv_I_CLEARINGDATE TYPE SY-DATUM,
lv_I_CURRENCY TYPE WAERS,
lv_I_SEQNO TYPE SEQNO_ITAGCY,
lv_TEMPCLAR_COCTRL_MODEL TYPE CL_BSP_BROK_COCTRL_TEMPCLAR_M,
lv_other TYPE c.

CALL METHOD CL_BSP_BROK_COLLECT_POST=>BUILD_TEMPCLAR_SUBCOMM_A1(
EXPORTING
IS_DIFFCOMMCONTROL = lv_IS_DIFFCOMMCONTROL
IS_FKKKO = lv_IS_FKKKO
IS_ORGUNIT_AGENCY = lv_IS_ORGUNIT_AGENCY
IS_ORGUNIT_THIRDPARTY = lv_IS_ORGUNIT_THIRDPARTY
IS_ORIG_CONTAINER = lv_IS_ORIG_CONTAINER
IT_SUBCOMMASSIGN = lv_IT_SUBCOMMASSIGN
IT_SUBCOMMASSIGN_HR = lv_IT_SUBCOMMASSIGN_HR
IT_SUBCOMMS = lv_IT_SUBCOMMS
I_AGENCYTYPE = lv_I_AGENCYTYPE
I_CLEARINGDATE = lv_I_CLEARINGDATE
I_CURRENCY = lv_I_CURRENCY
I_SEQNO = lv_I_SEQNO
TEMPCLAR_COCTRL_MODEL = lv_TEMPCLAR_COCTRL_MODEL
IMPORTING
ET_FKKOP = lv_ET_FKKOP
ET_FKKOPK = lv_ET_FKKOPK
E_DIFFB = lv_E_DIFFB
CHANGING
CLEARACCHANDLER = lv_CLEARACCHANDLER ).

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!