SAP Reports / Programs | Financial Accounting | Accounts Receivable | Basic Functions(FI-AR-AR) SAP FI

RFBITF01_NACC SAP ABAP INCLUDE - RFBITF01NACC







RFBITF01_NACC is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFBITF01_NACC into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RFBITF01_NACC. "Basic submit
SUBMIT RFBITF01_NACC AND RETURN. "Return to original report after report execution complete
SUBMIT RFBITF01_NACC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFBITF01_NACC

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CALCULATE_TAX_FROM_GROSSAMOUNT CALL FUNCTION 'CALCULATE_TAX_FROM_GROSSAMOUNT' EXPORTING i_bukrs = i_tinso-bukrs i_mwskz = i_tinso-spskz i_waers = i_tinso-waers i_wrbtr = i_tinso-spese TABLES t_mwdat = mwdata EXCEPTIONS bukrs_not_found = 01 country_not_found = 02 mwskz_not_defined = 03 mwskz_not_valid = 04.

CALCULATE_TAX_FROM_NET_AMOUNT CALL FUNCTION 'CALCULATE_TAX_FROM_NET_AMOUNT' EXPORTING i_bukrs = i_tinso-bukrs i_mwskz = i_tinso-spskz i_waers = i_tinso-waers i_wrbtr = i_tinso-spese TABLES t_mwdat = mwdata EXCEPTIONS bukrs_not_found = 01 country_not_found = 02 mwskz_not_defined = 03 mwskz_not_valid = 04.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS not_open = 1 queue_error = 2.

CURRENCY_CHECK_FOR_PROCESS CALL FUNCTION 'CURRENCY_CHECK_FOR_PROCESS' EXPORTING process = 'SAPMFBZG' IMPORTING all_bukrs = xalw_bukrs TABLES t_bukrs = alw_bukrs EXCEPTIONS process_not_maintained = 1 OTHERS = 2.

CURRENCY_GET_SUBSEQUENT CALL FUNCTION 'CURRENCY_GET_SUBSEQUENT' EXPORTING currency = iwaers process = 'SAPMFBZG' date = idate bukrs = ibukrs IMPORTING currency_new = iwaers.

CONVERT_FOREIGN_TO_FOREIGN_CUR CALL FUNCTION 'CONVERT_FOREIGN_TO_FOREIGN_CUR' EXPORTING * CLIENT = SY-MANDT date = idate * TYPE_OF_RATE = 'M' from_amount = camnt from_currency = iwaers to_currency = ewaers local_currency = ihwaer conversion_mode = 'X' IMPORTING to_amount = camnt.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFBITF01_NACC or its description.