Financial Management Blogs by Members
Dive into a treasure trove of SAP financial management wisdom shared by a vibrant community of bloggers. Submit a blog post of your own to share knowledge.
cancel
Showing results for 
Search instead for 
Did you mean: 
patelyogesh
Active Contributor
You successfully installed DataServices and now you are on next step to integrate TAX software with SAP

Follow Steps below

  • Extract Source ONESOURCEIDTIntegrationSAP_5200B


 

  • Paste where you want to run this software from


 

  • Create SABRIX User in SAP with SAP_ALL


 

  • Set Parameter gw/acl_mode to 0 in your SAP ECC System OR maintain gateway security (reginfo.dat) so program registration is allowed from this server

    • X:\usr\sap\<SID>\DVEBMGS00\data\reginfo.dat edit

      • P TP=SABRIX HOST=local,hostnameoftaxserver CANCEL=local ACCESS=local, hostnameoftaxserver



        • Crate RFC in SAP ECC

        • RFC Destination = SABRIX

        • Connection Type = T

        • Program ID = SABRIX








 

  • Note: edit services file on TAX server for load balancing


 

  • Change \SabrixConnection.properties

    • sabrix_version_url=http://determinationhost:8080/sabrix/version.txt

    • sabrix_calc_url=http:// determinationhost:8080/sabrix/xmlinvoice

    • sabrix_address_url=http:// determinationhost:8080/sabrix/addressvalidation

    • client.user=ONESOURCERFC

    • client.passwd=password

    • client.ashost=ECCapplicationserverhostname

    • client.sysnr=XX

    • client.client=XXX

      • For load balancing below parameters



    • client.mshost=host

    • client.group=PUBLIC

    • client.r3name=SID

    • gwhost=host

    • gwserv=sapgwXX

    • progid=SABRIX




 

  • Edit \ SabrixIntegrationServerLoggingConfig.xml

    • <appender name="DailyRollingFileAppender"




class="com.sabrix.integration.log.CompositeRollingFileAppender">

<param name="File" value="pathtothelogfile/SabrixIntegrationServer.log"/>

  • Note: If you want to change service name change parameters below

    • set _SERVICENAME=

    • set _DISPLAYNAME=




 

  • Reflect name change in to UninstallSabrix-NT.bat



  • Install Java JDK 1.6


 

  • Download SAP JCO from SAP Servicemarket place on tax server


 

  • Change \SabrixNTService\Start.lax

    • nl.current.vm=JDKinstallationdirectory/java.exe

    • class.path=../sapjco3.jar (Note: Path to sapjco3.jar)




 

  • Import transport request DO2K900186 (This Transport available in installation source \code)


 

  • Run InstallSabrix-NT.bat


 

  • Start Service on server


 

  • Test RFC in SAP


 

You successfully configures integration software. Now for future you need to know how to refresh this data from production to your quality assurance system. look are Refresh Process Document.

Thank you

Yogesh
Top kudoed authors