SAP ITMF_CL_NF_ACCOUNTING OO Class - Nota fiscal writer with accounting









ITMF_CL_NF_ACCOUNTING 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 ITMF_CL_NF_ACCOUNTING 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 ITMF_CL_NF_ACCOUNTING 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
ADD_MESSAGEAdd a message on message containerPrivate
CALL METHOD itmf_cl_nf_accounting=>ADD_MESSAGE...more details

ADD_SYS_MESSAGEAdd the system message on message containerPrivate
CALL METHOD itmf_cl_nf_accounting=>ADD_SYS_MESSAGE...more details

CHECK_MATERIAL_ALLOWEDCheck if materials aren't stock control/valuationPrivate
CALL METHOD itmf_cl_nf_accounting=>CHECK_MATERIAL_ALLOWED...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD itmf_cl_nf_accounting=>CONSTRUCTOR...more details

DISPLAY_SIMULATIONValidate and display a dialog box with results of simulationPublic
CALL METHOD itmf_cl_nf_accounting=>DISPLAY_SIMULATION...more details

FILL_ITEMFill internal accounting table with data prepared from NFPrivate
CALL METHOD itmf_cl_nf_accounting=>FILL_ITEM...more details

IS_VALID_FOR_ACCOUNTINGCheck if NF is accounting relatedPublic
CALL METHOD itmf_cl_nf_accounting=>IS_VALID_FOR_ACCOUNTING...more details

IS_VALID_FOR_ACCOUNTING_DYNCheck if NF is accounting related (dynpro source tables)Public
CALL METHOD itmf_cl_nf_accounting=>IS_VALID_FOR_ACCOUNTING_DYN...more details

LOAD_CUSTOMIZINGLoad accounting customizing to internal containerPrivate
CALL METHOD itmf_cl_nf_accounting=>LOAD_CUSTOMIZING...more details

LOAD_NFLoad NF data to instance from NF structuresPublic
CALL METHOD itmf_cl_nf_accounting=>LOAD_NF...more details

LOAD_NF_FROM_DBLoad NF data to instance from databasePublic
CALL METHOD itmf_cl_nf_accounting=>LOAD_NF_FROM_DB...more details

LOAD_NF_FROM_DISPLAYLoad NF data to instance from display structuresPublic
CALL METHOD itmf_cl_nf_accounting=>LOAD_NF_FROM_DISPLAY...more details

LOCK_NFLock the NF for savingPrivate
CALL METHOD itmf_cl_nf_accounting=>LOCK_NF...more details

POSTValidate and post accounting documentPublic
CALL METHOD itmf_cl_nf_accounting=>POST...more details

PREPARE_POSTINGFill internal accounting table with data prepared from NFPrivate
CALL METHOD itmf_cl_nf_accounting=>PREPARE_POSTING...more details

READ_CUSTOMIZINGRead accounting customizing for the item/taxPublic
CALL METHOD itmf_cl_nf_accounting=>READ_CUSTOMIZING...more details

REVERSALReversal of an accounting documentPublic
CALL METHOD itmf_cl_nf_accounting=>REVERSAL...more details

UNLOCK_NFUnlock NFPrivate
CALL METHOD itmf_cl_nf_accounting=>UNLOCK_NF...more details

VALIDATEValidate if nota fiscal can be postedPublic
CALL METHOD itmf_cl_nf_accounting=>VALIDATE...more details



ITMF_CL_NF_ACCOUNTING 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
LC_AWTYPConstantReference Transaction'NFWRI'LIKE
AWTYP
Public
LC_CREDITConstantDebit/Credit Indicator'H'LIKE
SHKZG
Private
LC_DEBITConstantDebit/Credit Indicator'S'LIKE
SHKZG
Private
LC_GLVORConstantBusiness Transaction'RFBU'LIKE
GLVOR
Private
MS_HEADERInstance AttributeNota Fiscal HeaderLIKE
J_1BNFDOC
Private
MT_ACCCRInstance AttributeAccounting interface: Currency informationLIKE
ACCCR_T
Public
MT_ACCHDInstance AttributeInterface to Accounting: Header InformationLIKE
ACCHD_T
Public
MT_ACCITInstance AttributeAccounting Interface: Item InformationLIKE
ACCIT_T
Public
MT_CUST_ACCInstance AttributeNFWACC customizing non taxesLIKE
Private
MT_CUST_ACC_TAXInstance AttributeNFWACC customizing per taxLIKE
Private
MT_ITEMInstance AttributeNota Fiscal itemsLIKE
J_1BNFLIN_TAB
Private
MT_ITEM_ADDInstance AttributeNota Fiscal items values addLIKE
Private
MT_ITEM_TAXInstance AttributeNota Fiscal taxesLIKE
J_1BNFSTX_TAB
Private
MT_J1BAJInstance AttributeTax groupLIKE
Private
MT_RETURNInstance AttributeResult of processingLIKE
Private
MV_ACCIT_COUNTInstance AttributeNumber of accounting lines0LIKE
I
Private
MV_REF_DOC_NOInstance AttributeReference Document NumberLIKE
XBLNR
Private




ITMF_CL_NF_ACCOUNTING types

TY_TAXES -

Links to Related Class(s)

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