SAP CL_UC_COI_ACT_ACQ OO Class - C/I: Logic for Additions









CL_UC_COI_ACT_ACQ 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_UC_COI_ACT_ACQ 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_UC_COI_ACT_ACQ is CL_UC_COI_ACT

Method list of CL_UC_COI_ACT_ACQ 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
ADAPT_GOODWILL_PRIORAdjustment to Existing Goodwill (for SA and II only)Protected
CALL METHOD cl_uc_coi_act_acq=>ADAPT_GOODWILL_PRIOR...more details

CALC_EQUITYComputation of EquityProtected
CALL METHOD cl_uc_coi_act_acq=>CALC_EQUITY...more details

CALC_FULL_GOODWILLnew by way ERP2005 EHP5Protected
CALL METHOD cl_uc_coi_act_acq=>CALC_FULL_GOODWILL...more details

CALC_FULL_GOODWILL_MINnew by way ERP2005 EHP5Protected
CALL METHOD cl_uc_coi_act_acq=>CALC_FULL_GOODWILL_MIN...more details

CALC_GOODWILL_ATEComputation of Goodwill for Equity Method (US GAAP)Protected
CALL METHOD cl_uc_coi_act_acq=>CALC_GOODWILL_ATE...more details

CALC_GOODWILL_MINMinority Interest in GoodwillProtected
CALL METHOD cl_uc_coi_act_acq=>CALC_GOODWILL_MIN...more details

CALC_PSEUDO_EQUITYEvaluate Pseudo Equity (for II equity method only)Protected
CALL METHOD cl_uc_coi_act_acq=>CALC_PSEUDO_EQUITY...more details

CALC_RECY_FROM_GROUP_ADJPrivate
CALL METHOD cl_uc_coi_act_acq=>CALC_RECY_FROM_GROUP_ADJ...more details

CALC_RECY_FROM_GW_WRITEOFFComputes net income for goodwill to be directly written offPrivate
CALL METHOD cl_uc_coi_act_acq=>CALC_RECY_FROM_GW_WRITEOFF...more details

CHECK_GOODWILL_LIFETIMEAmortize over Remaining LifeProtected
CALL METHOD cl_uc_coi_act_acq=>CHECK_GOODWILL_LIFETIME...more details

CHECK_GOODWILL_THRESHOLDTrial Checking of Goodwill for Threshold ValueProtected
CALL METHOD cl_uc_coi_act_acq=>CHECK_GOODWILL_THRESHOLD...more details

CHECK_SHARES_SIGNError Message if Reduction in OwnershipProtected
CALL METHOD cl_uc_coi_act_acq=>CHECK_SHARES_SIGN...more details

CHECK_TX_DATA_CAPITAL_CHANGEPrivate
CALL METHOD cl_uc_coi_act_acq=>CHECK_TX_DATA_CAPITAL_CHANGE...more details

CONVERT_GOODWILL_HISTLogic of LDT for historical posting modeProtected
CALL METHOD cl_uc_coi_act_acq=>CONVERT_GOODWILL_HIST...more details

CONVERT_GOODWILL_LDTLegacy Data Transfer of Manual Goodwill EntriesProtected
CALL METHOD cl_uc_coi_act_acq=>CONVERT_GOODWILL_LDT...more details

CONVERT_GOODWILL_USER_MODIFIEDMerges New GW Entries with Manually-Changed GWProtected
CALL METHOD cl_uc_coi_act_acq=>CONVERT_GOODWILL_USER_MODIFIED...more details

CREATE_EQU_LISTList Output EquityProtected
CALL METHOD cl_uc_coi_act_acq=>CREATE_EQU_LIST...more details

CREATE_GOODWILLCalc. of Newly Incurred GoodwillProtected
CALL METHOD cl_uc_coi_act_acq=>CREATE_GOODWILL...more details

CREATE_GOODWILL_LCURRPrivate
CALL METHOD cl_uc_coi_act_acq=>CREATE_GOODWILL_LCURR...more details

CREATE_GW_LISTList Output GoodwillProtected
CALL METHOD cl_uc_coi_act_acq=>CREATE_GW_LIST...more details

CREATE_INV_EXT_LISTnew by jos ERP2005 EHP5Protected
CALL METHOD cl_uc_coi_act_acq=>CREATE_INV_EXT_LIST...more details

CREATE_INV_LISTList Output InvestmentProtected
CALL METHOD cl_uc_coi_act_acq=>CREATE_INV_LIST...more details

DECIDE_GLOBAL_GOODWILL_BADWILLGlobal Goodwill/Negative Goodwill DecisionProtected
CALL METHOD cl_uc_coi_act_acq=>DECIDE_GLOBAL_GOODWILL_BADWILL...more details

DISTRIBUTE_FULL_GOODWILLnew by way ERP2005 EHP5Protected
CALL METHOD cl_uc_coi_act_acq=>DISTRIBUTE_FULL_GOODWILL...more details

GET_LOG_INFO_CTLCHANGEnew by jos ERP2005 EHP5Public
CALL METHOD cl_uc_coi_act_acq=>GET_LOG_INFO_CTLCHANGE...more details

GET_NEW_GOODWILLnew by way ERP2005 EHP5Public
CALL METHOD cl_uc_coi_act_acq=>GET_NEW_GOODWILL...more details

POST_CONVERSION_DIFFClearing of Difference during Legacy Data TransferProtected
CALL METHOD cl_uc_coi_act_acq=>POST_CONVERSION_DIFF...more details

POST_CONVERSION_DIFF_HISTPosting of Goodwill Differences in Histor. Posting ModeProtected
CALL METHOD cl_uc_coi_act_acq=>POST_CONVERSION_DIFF_HIST...more details

POST_EQUITYPosting of EquityProtected
CALL METHOD cl_uc_coi_act_acq=>POST_EQUITY...more details

POST_EQUITY_GROUPPrivate
CALL METHOD cl_uc_coi_act_acq=>POST_EQUITY_GROUP...more details

POST_EQUITY_MINPosting of Minority Share in EquityProtected
CALL METHOD cl_uc_coi_act_acq=>POST_EQUITY_MIN...more details

POST_EQUITY_STATPosting of Statistical EquityProtected
CALL METHOD cl_uc_coi_act_acq=>POST_EQUITY_STAT...more details

POST_FULL_GOODWILL_MINnew by way ERP2005 EHP5Protected
CALL METHOD cl_uc_coi_act_acq=>POST_FULL_GOODWILL_MIN...more details

POST_FULL_GOODWILL_PRIOR_MINnew by way ERP2005 EHP5Protected
CALL METHOD cl_uc_coi_act_acq=>POST_FULL_GOODWILL_PRIOR_MIN...more details

POST_FULL_GW_PRIOR_TAD_MINnew by way ERP2005 EHP5Protected
CALL METHOD cl_uc_coi_act_acq=>POST_FULL_GW_PRIOR_TAD_MIN...more details

POST_GOODWILLPosting of GoodwillProtected
CALL METHOD cl_uc_coi_act_acq=>POST_GOODWILL...more details

POST_GOODWILL_DEPR_MERGERPost GW for Merger (new by jcl ERP2005 EHP5 )Protected
CALL METHOD cl_uc_coi_act_acq=>POST_GOODWILL_DEPR_MERGER...more details

POST_GOODWILL_MINPosting of Min.Interests in GoodwillProtected
CALL METHOD cl_uc_coi_act_acq=>POST_GOODWILL_MIN...more details

POST_GOODWILL_PRIORPosting of Adjustment to Existing Goodwill (SA and II)Protected
CALL METHOD cl_uc_coi_act_acq=>POST_GOODWILL_PRIOR...more details

POST_GOODWILL_PRIOR_MINPosting of Min.Interests in Existing Goodwill (SA + II only)Protected
CALL METHOD cl_uc_coi_act_acq=>POST_GOODWILL_PRIOR_MIN...more details

POST_GOODWILL_STATPosting of Statistical Goodwill (SA + II only)Protected
CALL METHOD cl_uc_coi_act_acq=>POST_GOODWILL_STAT...more details

POST_INVESTMENTPosting of the InvestmentProtected
CALL METHOD cl_uc_coi_act_acq=>POST_INVESTMENT...more details

POST_INVESTMENT_ATEPosting of Investment, Equity MethodProtected
CALL METHOD cl_uc_coi_act_acq=>POST_INVESTMENT_ATE...more details

POST_INVESTMENT_ATE_CYCLES_GSHPosting of Investment (GW Adjustment) for SA Equity MethodProtected
CALL METHOD cl_uc_coi_act_acq=>POST_INVESTMENT_ATE_CYCLES_GSH...more details

POST_INVESTMENT_ATE_DSHPosting of Investment, Equity Method (US GAAP)Protected
CALL METHOD cl_uc_coi_act_acq=>POST_INVESTMENT_ATE_DSH...more details

POST_INVESTMENT_ATE_GSHPosting of Investment, Equity Method (German HGB)Protected
CALL METHOD cl_uc_coi_act_acq=>POST_INVESTMENT_ATE_GSH...more details

POST_INVESTMENT_MINPosting of Min.Int. in InvestmentProtected
CALL METHOD cl_uc_coi_act_acq=>POST_INVESTMENT_MIN...more details

POST_INVESTMENT_MIN_ATEPosting of Min.Int. in Investment, Equity MethodProtected
CALL METHOD cl_uc_coi_act_acq=>POST_INVESTMENT_MIN_ATE...more details

POST_NI_STATPosting of Statistical Financial Stmt Balancing AdjustmentsProtected
CALL METHOD cl_uc_coi_act_acq=>POST_NI_STAT...more details

POST_NI_STAT_PARENTnew by bbr ERP2005 EHP6Protected
CALL METHOD cl_uc_coi_act_acq=>POST_NI_STAT_PARENT...more details

POST_PSEUDO_EQUITYPosting of Pseudo Equity (min.interests/stat.equity)Protected
CALL METHOD cl_uc_coi_act_acq=>POST_PSEUDO_EQUITY...more details

ROUND_TINY_GOODWILLAvoidance of Goodwill Based on Rounding EffectsProtected
CALL METHOD cl_uc_coi_act_acq=>ROUND_TINY_GOODWILL...more details

SETUP_GOODWILL_ENTRIESUpdate Goodwill TableProtected
CALL METHOD cl_uc_coi_act_acq=>SETUP_GOODWILL_ENTRIES...more details

SETUP_GW_AFnew by way ERP2005 EHP5 (obsolete)Private
CALL METHOD cl_uc_coi_act_acq=>SETUP_GW_AF...more details

SETUP_GW_ARnew by way ERP2005 EHP5 (obsolete)Private
CALL METHOD cl_uc_coi_act_acq=>SETUP_GW_AR...more details

SETUP_INV_ORIGReported Investment Data of Triggering Step AcquisitionProtected
CALL METHOD cl_uc_coi_act_acq=>SETUP_INV_ORIG...more details

SET_DATA_FOR_SC_LISTData for List Output of Subsequent ConsolidationPublic
CALL METHOD cl_uc_coi_act_acq=>SET_DATA_FOR_SC_LIST...more details

SET_MANUAL_GOODWILL_FOR_LISTManual Goodwill from Legacy Data Transfer for ListProtected
CALL METHOD cl_uc_coi_act_acq=>SET_MANUAL_GOODWILL_FOR_LIST...more details

TRANSLATE_FULL_GOODWILLnew by way ERP2005 EHP5Protected
CALL METHOD cl_uc_coi_act_acq=>TRANSLATE_FULL_GOODWILL...more details

TRANSLATE_GOODWILLPrivate
CALL METHOD cl_uc_coi_act_acq=>TRANSLATE_GOODWILL...more details



CL_UC_COI_ACT_ACQ 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
DF_DIFF_GW_SIGNInstance Attributenew by way ERP2005 EHP5LIKE
UC_FLG
Protected
DF_GW_FULL_DISTRInstance AttributeLIKE
Private
DR_TH_GW_ACQInstance AttributeLIKE
Private
DR_TH_GW_ACQ_SUMInstance Attributenew by way ERP2005 EHP5LIKE
DATA
Protected
DR_TH_GW_ATEInstance AttributeLIKE
Private
DR_TH_GW_DIFFInstance AttributeLIKE
Private
DR_TH_GW_DIFF_HISTInstance AttributeGoodwill differences in historical posting modeLIKE
DATA
Protected
DR_TH_GW_MANUALInstance AttributeLIKE
Private
DR_T_EHA_STAT_PARENTInstance Attributenew by bbr ERP2005 EHP6: historical EHA, posted to stat. EHALIKE
DATA
Protected
DR_T_EQU_GROUP_DOCInstance AttributeLIKE
Private
DR_T_GW_FULLInstance Attributenew by way ERP2005 EHP5LIKE
DATA
Protected
DR_T_GW_FULL_DISTRInstance Attributenew by way ERP2005 EHP5LIKE
DATA
Protected
DR_T_GW_FULL_MINInstance Attributenew by way ERP2005 EHP5LIKE
DATA
Protected
DR_T_GW_FULL_MIN_DISTRInstance Attributenew by way ERP2005 EHP5LIKE
DATA
Protected
DR_T_GW_FULL_RESCALEDInstance Attributenew by way ERP2005 EHP5LIKE
DATA
Protected
DR_T_GW_MINInstance AttributeLIKE
Private
DR_T_GW_MIN_DOCInstance AttributeLIKE
Private
DR_T_NEG_EQI_MINInstance AttributeLIKE
Private
DR_T_NI_MIN_DOCInstance AttributeMinority Interests in Adjusted Statistical Net IncomeLIKE
DATA
Protected
DR_T_NI_MIN_PARENTInstance Attributenew by bbr ERP2005 EHP6: minorities historical net incomeLIKE
DATA
Protected
DR_T_NI_TOT_PARENTInstance Attributenew by bbr ERP2005 EHP6: historical net incomeLIKE
DATA
Protected
DS_GW_LIFETIMEInstance AttributeLIKE
Private
DT_TINY_GWInstance AttributeLIKE
Private




CL_UC_COI_ACT_ACQ types

S_GW_LIFETIME -

Links to Related Class(s)

CL_UC_CO...
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!