SAP ABAP Function Module TAX_CALCULATOR_MINIAPP (Mini Tax Calculator for MiniApp)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-GL-GL (Application Component) Basic Functions
     FYTX/TAXM (Package) Tax Manager external tax interface
Basic Data
Function Module TAX_CALCULATOR_MINIAPP Mini Tax Calculator for MiniApp  
Function Group FYTX_MINIAPP   Mini apps for U.S. taxes  
Program Name SAPLFYTX_MINIAPP    
INCLUDE Name LFYTX_MINIAPPU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting O_TOTALTAX TYPE I total tax in USD cents
Exporting O_TOTALRATE TYPE I total rate in 1/1000 of per cent
Exporting O_STATETAX TYPE I state tax in USD cents
Exporting O_STATERATE TYPE I state rate in 1/1000 of per cent
Exporting O_COUNTYTAX TYPE I county tax in USD cents
Exporting O_COUNTYRATE TYPE I county rate in 1/1000 of per cent
Exporting O_CITYLOCALTAX TYPE I city/local tax in USD cents
Exporting O_CITYLOCALRATE TYPE I city/local rate in 1/1000 of per cent
Exporting RETURN TYPE BAPIRETURN return message
Importing I_BASEAMOUNT TYPE I tax base amount (in USD cents)
Importing I_SHIPTOSTREET TYPE CHAR40 shiptostreet
Importing I_SHIPTOCITY TYPE CHAR35 shiptocity
Importing I_SHIPTOSTATE TYPE CHAR2 shiptostate
Importing I_SHIPTOZIP TYPE CHAR10 shiptozip
Importing I_SHIPTOCOUNTRY TYPE CHAR3 ship to country
Importing I_FREIGHT TYPE CHAR1 Base amount is a freight amount
Importing I_TAXTYPE TYPE CHAR1 Tax Type
Importing I_PRODUCTCODE TYPE CHAR10 Product Code
Importing I_SHIPFROMSTREET TYPE CHAR40 ship from street
Importing I_SHIPFROMCITY TYPE CHAR35 ship from city
Importing I_SHIPFROMSTATE TYPE CHAR2 ship[ from state
Importing I_SHIPFROMZIP TYPE CHAR10 ship from zip
Importing I_SHIPFROMCOUNTRY TYPE CHAR3 shipfrom country
Importing I_POASTREET TYPE CHAR40 point of order acceptance street
Importing I_POACITY TYPE CHAR35 point of order acceptance city
Importing I_POASTATE TYPE CHAR2 point of order acceptance state
Importing I_POAZIP TYPE CHAR10 point of order acceptance zip
Importing I_POACOUNTRY TYPE CHAR3 poacountry
Importing I_TAXDATE TYPE CHAR8 tax date
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20000201 
SAP Release Created in 46C