SAP TH_FKKINV_UNIT OO Class - Unit Tests for Convergent Invoicing









TH_FKKINV_UNIT 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 TH_FKKINV_UNIT 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 TH_FKKINV_UNIT 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
CHECK_MD_GPART_EXISTSChecks If Business Partner CIUNIT01 ExistsProtected
CALL METHOD th_fkkinv_unit=>CHECK_MD_GPART_EXISTS...more details

CHECK_MD_VKONT_EXISTSChecks If Contract Account CIUNIT01 ExistsProtected
CALL METHOD th_fkkinv_unit=>CHECK_MD_VKONT_EXISTS...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD th_fkkinv_unit=>CLASS_CONSTRUCTOR...more details

CREATE_BITCAT_CONFIGGenerates the Configuration for a Billable Item Test ClassProtected
CALL METHOD th_fkkinv_unit=>CREATE_BITCAT_CONFIG...more details

CREATE_BITS_FOR_VKONTGenerates Billable Items for a Contract AccountProtected
CALL METHOD th_fkkinv_unit=>CREATE_BITS_FOR_VKONT...more details

CREATE_CITS_FOR_VKONTGenerates Consumption Items for a Contract AccountProtected
CALL METHOD th_fkkinv_unit=>CREATE_CITS_FOR_VKONT...more details

CREATE_CUST_ACTIVATE_BITCATActivates the Specified Billable Item ClassProtected
CALL METHOD th_fkkinv_unit=>CREATE_CUST_ACTIVATE_BITCAT...more details

CREATE_CUST_ACTIVATE_CITCATActivates the Specified Consumption Item ClassProtected
CALL METHOD th_fkkinv_unit=>CREATE_CUST_ACTIVATE_CITCAT...more details

CREATE_CUST_BITCATGenerates a Billable Item Test ClassProtected
CALL METHOD th_fkkinv_unit=>CREATE_CUST_BITCAT...more details

CREATE_CUST_CITCATGenerates a Consumption Item Test ClassProtected
CALL METHOD th_fkkinv_unit=>CREATE_CUST_CITCAT...more details

CREATE_CUST_CITCAT_CONFIGGenerates the Configuration for a Cons. Item Test ClassProtected
CALL METHOD th_fkkinv_unit=>CREATE_CUST_CITCAT_CONFIG...more details

CREATE_CUST_PA2610Generates Entry in Posting Area 2610Protected
CALL METHOD th_fkkinv_unit=>CREATE_CUST_PA2610...more details

CREATE_CUST_PA2611Generates Entry in Posting Area 2611Protected
CALL METHOD th_fkkinv_unit=>CREATE_CUST_PA2611...more details

CREATE_CUST_PA2640Generates Entry in Posting Area 2640Protected
CALL METHOD th_fkkinv_unit=>CREATE_CUST_PA2640...more details

CREATE_CUST_PA2641Generates Entry in Posting Area 2641Protected
CALL METHOD th_fkkinv_unit=>CREATE_CUST_PA2641...more details

CREATE_CUST_PA2645Generates Entry in Posting Area 2645Protected
CALL METHOD th_fkkinv_unit=>CREATE_CUST_PA2645...more details

CREATE_CUST_PROCESSING_RULEAdds a Processing Rulee for New ItemsProtected
CALL METHOD th_fkkinv_unit=>CREATE_CUST_PROCESSING_RULE...more details

CREATE_CUST_RATING_GROUPCreates a Rating Group in Temporary CustomizingProtected
CALL METHOD th_fkkinv_unit=>CREATE_CUST_RATING_GROUP...more details

CREATE_CUST_SUB_PROCESSAdds a Subprocess to a Billable Item ClassProtected
CALL METHOD th_fkkinv_unit=>CREATE_CUST_SUB_PROCESS...more details

CREATE_MD_GPARTCreates Business Partner CIUNIT01Protected
CALL METHOD th_fkkinv_unit=>CREATE_MD_GPART...more details

CREATE_MD_VKONTCreates Contract Account CIUNIT01Protected
CALL METHOD th_fkkinv_unit=>CREATE_MD_VKONT...more details

CREATE_SIX_CITSGenerates 6 Special CITs(3 Prior Month, 3 f. 2 Months BeforeProtected
CALL METHOD th_fkkinv_unit=>CREATE_SIX_CITS...more details

DELETE_CUST_BITCAT_CONFIGDeletes the Configuration of a Billable Item Test ClassProtected
CALL METHOD th_fkkinv_unit=>DELETE_CUST_BITCAT_CONFIG...more details

DELETE_CUST_BITCAT_GENDeletes the Generation of a Billable Item Test ClassProtected
CALL METHOD th_fkkinv_unit=>DELETE_CUST_BITCAT_GEN...more details

DELETE_CUST_CITCAT_CONFIGDeletes the Configuration of a Consumption Item Test ClassProtected
CALL METHOD th_fkkinv_unit=>DELETE_CUST_CITCAT_CONFIG...more details

DELETE_CUST_CITCAT_GENDeletes the Generation of a Consumption Item Test ClassProtected
CALL METHOD th_fkkinv_unit=>DELETE_CUST_CITCAT_GEN...more details

GET_BILLDOCS_FROM_TDCReads External Billing Documents from TDCProtected
CALL METHOD th_fkkinv_unit=>GET_BILLDOCS_FROM_TDC...more details

GET_BITS_FROM_TDCReads BITs from TDCProtected
CALL METHOD th_fkkinv_unit=>GET_BITS_FROM_TDC...more details

GET_MSGS_FROM_LOGHANDLEReads Messages from Application LogProtected
CALL METHOD th_fkkinv_unit=>GET_MSGS_FROM_LOGHANDLE...more details



TH_FKKINV_UNIT 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
GV_APPLKStatic AttributeApplication AreaLIKE
APPLK_KK
Public
GV_LOGSYSStatic AttributeLogical SystemLIKE
LOGSYS
Public


Links to Related Class(s)

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