SAP /SCMTMS/CL_CFIR_BILL_IND_HELP OO Class - Billing Index helper for CFIR batch creation









/SCMTMS/CL_CFIR_BILL_IND_HELP 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 /SCMTMS/CL_CFIR_BILL_IND_HELP including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

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

Method list of /SCMTMS/CL_CFIR_BILL_IND_HELP 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_BILLING_INDEX_TABLEBuild the Billing index tablePrivate
CALL METHOD /scmtms/cl_cfir_bill_ind_help=>BUILD_BILLING_INDEX_TABLE...more details

CLASS_CONSTRUCTORPublic
CALL METHOD /scmtms/cl_cfir_bill_ind_help=>CLASS_CONSTRUCTOR...more details

CLEAN_UPClean up the stored static dataPrivate
CALL METHOD /scmtms/cl_cfir_bill_ind_help=>CLEAN_UP...more details

GET_DATA_FOR_BILLING_INDEXGet Data relevant for billing index creationPrivate
CALL METHOD /scmtms/cl_cfir_bill_ind_help=>GET_DATA_FOR_BILLING_INDEX...more details

GET_INSTANCEPublic
CALL METHOD /scmtms/cl_cfir_bill_ind_help=>GET_INSTANCE...more details

GET_SORT_ATTRIBUTESGet the standard sort sequence for the billing indexPrivate
CALL METHOD /scmtms/cl_cfir_bill_ind_help=>GET_SORT_ATTRIBUTES...more details

PACKAGE_BILLING_INDEX_TABLEPackage the billing index tablePrivate
CALL METHOD /scmtms/cl_cfir_bill_ind_help=>PACKAGE_BILLING_INDEX_TABLE...more details

UPDATE_BILL_INDEX_PARTYUpdate the billing index with party informationPrivate
CALL METHOD /scmtms/cl_cfir_bill_ind_help=>UPDATE_BILL_INDEX_PARTY...more details



/SCMTMS/CL_CFIR_BILL_IND_HELP 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
MO_TRQ_SRV_MGRInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MT_BILLING_INDEX_TABLEInstance AttributeTable type for FWSD billing indexLIKE
/SCMTMS/T_CFIR_BILL_INDEX
Private
MT_CALC_TRQ_KEYInstance AttributeKey TableLIKE
/BOBF/T_FRW_KEY
Private
MT_FCP_DATA_INDInstance AttributeLIKE
/SCMTMS/IF_TCC_PREPROC=>TT_FCP_DATA
Private
MT_INV_NO_TRQ_COUNTInstance AttributeBoolean Variable (X=true, -=false, space=unknown)LIKE
TT_INV_NUM_TRQ
Private
MT_NOT_CALC_TRQ_KEYInstance AttributeKey TableLIKE
/BOBF/T_FRW_KEY
Private
MT_TCC_Q_CHIT_CONS_RESInstance AttributeConsolidated stages keys for charge itemLIKE
/SCMTMS/T_TCC_CHRGITM_STG_QR_K
Private
MT_TCC_Q_TCHRG_ITEM_RESInstance AttributeCharge ItemLIKE
/SCMTMS/T_TCC_CHRGITEM_QRI_K
Private
MT_TOR_STOP_SUCC_DATAInstance AttributeStopSucc Query by DB result structureLIKE
/SCMTMS/T_TOR_STAGE_Q_CHRG_R
Private
MT_TRQ_KEYInstance AttributeKey TableLIKE
/BOBF/T_FRW_KEY
Private
MT_TRQ_Q_PARTY_RESInstance AttributeResult Table Type for TRQ Party Node QueryLIKE
/SCMTMS/T_TRQ_Q_PARTY_RES
Private
MT_TRQ_Q_ROOT_RESInstance AttributeResult table for Query by AttributesLIKE
/SCMTMS/T_TRQ_Q_ROOT_CHRG_RES
Private
MT_TRQ_Q_STAGE_RESInstance AttributeResult table for Query by AttributesLIKE
/SCMTMS/T_TRQ_Q_STAGE_CHRG_RES
Private
MT_TRQ_TYPEInstance AttributeTable Type for Transportation Request TypeLIKE
/SCMTMS/T_TRQTY
Private
MV_INV_CREATION_METHODInstance AttributeInvoice Creation MethodLIKE
/SCMTMS/CONS_INVOICE
Private
SO_INSTANCEStatic AttributeBilling Index helper for CFIR batch creationLIKE
/SCMTMS/CL_CFIR_BILL_IND_HELP
Private




/SCMTMS/CL_CFIR_BILL_IND_HELP types

TT_INV_NUM_TRQ -
TT_INV_NUM_TRQ_KEY -
TY_INV_NUM_TRQ -
TY_INV_NUM_TRQ_KEY -

Links to Related Class(s)

/SCMTMS/...
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!