Taxware SAP configuration on the basis of product code

Hi,
I request you to send the cofiguration steps for Taxware and SAP on the basis of product code.
Thanks in advance,
Subhabrata

Hi Sanker,
Thanks for your reply.We need custom product code only for three expense items.A custom product code starting with 9 created in taxware and we tested the calculation in RFC_CALCULATE_TAXES_DOC.Now we need to attach those three items ( lease rent etc.) in SAP with the product code.And then post documents in SAP and check the calculation for tax.How to do this configuration in SAP?
Thanks,
Subha

Similar Messages

  • Payment block non editable on the basis of company code level

    Dear Gurus,
    we had made payment block "A" non editable in payment praposal through transaction code ob27.as per reqeust from
    our partent company in India but our subsidiary in France wants the payment block "a"  to be editable (to be insert
    payment block "a" in document to make document deselect). Is it possible to make payment block editable on the basis of
    company code level.
    Regards,
    Rajesh

    Hi,
    In this scenario, you need to have a NEW Payment block key like Z. Create Z with reference to A in OB27.
    For Z, you need to select check box Change in Payment Proposal and SAVE.
    Now maintain this Z in vendor masters of company code, where you want the payment block can be edited.
    Note: Payment Block codes are not company code dependent.
    Regards,
    SRinu

  • Hide selection screen option on the base of Transaction code

    Hi ,
    i have created one report with two diffrenet transaction code .
    now we have two different selection  options on the base of Transaction code.
    how can i do coding for this .
    anyone has any sample code ..
    thanks,
    Jack

    Thanks Subramanian,
    INITIALIZATION.
    if sy-tcode = tcd1.
    perform first_selection_screen.
    elseif sy-tcode = tcd2.
    perform second_selection_screen.
    endif.
    FORM first_selection_screen..
    SELECTION-SCREEN BEGIN OF BLOCK s1 WITH FRAME TITLE text-s02.
    SELECT-OPTIONS: s_date  FOR  vbrk-fkdat.
    SELECT-OPTIONS: s_kunag  FOR  vbrk-kunag.
    SELECTION-SCREEN END OF BLOCK s1.
    ENDFORM.
    But in this perform if i write code for selection-screen then it gives me syntax error.
    error message: within form or function module, selection-screen option is not allowed.
    Thanks,
    Jack

  • Time Management configuration on the basis of seniority

    Hi Gurus,
    I have a scenario in TM, wherein employees with 0-1 yr of tenure in the company is eligible for 10 days of leave....1-4 yrs, 20 days and Above 4 yrs they are eligible for 30 days.
    Pls help in the configuration of the above scenario.
    Thanks
    SS

    Hi,
    This can be achieved in base entitlement rule where there is a field you can mention the seniority from and to years and in constant field you can mention number of days.
    You need to mention base entitle for each criteria/you can create a sequence rule in base entitlement by mentioning the sequence nos for base entitlement.
    So when the quota is getting generated it checks the conditions first and then the quota will get generated.
    Let us know incase you require more clarification on this.
    Regards,
    M Bharath

  • Which SAP table stores the ABAP program Source Code

    Hi All,
    Which SAP table stores the ABAP source code .
    Is it possible to retrieve the abap program code from database table
    wherein it is stored .
    Scenario :
    In our project SAP got decommissioned and SAP database is migrated to Oracle . As SAP is decomissioned , we are not able to access the SAP frontend . But we need a program code to service a request . Is it possible to retrieve the program code from the database
    which is migrated to oracle .
    Thanks
    Shikha

    This is an interesting question as the answer is may be different depending on your version.  For example, in new releases the table REPOSRC appears to hold a compress version of the course code in the DATA field, but you would need to be able to decompress it if trying to read this directly out of the DB.  I would assume that it uses gZip to do the compression, and there are ABAP utilities built in to do the compress/decompress.  Of course you can always read the source code by using the READ REPORT statement in any release, but of course this will not help you if you can not log on to your system.  Basically, if you system is corrupt for some reason, the best option is to restore from a backup.
    REgards,
    Rich Heilman

  • Credit Limit on basis of product .

    Dear Guys,
    Kindly let me know how to configure credit limit on the basis of product wise to the customer, eralier we are running credit limit on the over all basis.
    Please let me know the complete process with t codes.
    Thanks and regards,
    Atul

    If you want credit check to be executed only for specific materials, you can classify these materials using soem fields like material group.
    Then you can enable your custom credit check in OVA8 in the last 3 checkboxes given for custom made credit check.
    Other way can be through user exits meant for credit check. Some of the user exits pertaining to credit mngt are
    LVKMPTZZ
    LVKMPFZ1: USER_CREDIT_CHECK1
    LVKMPFZ2: USER_CREDIT_CHECK2
    LVKMPFZ3: USER_CREDIT_CHECK3

  • Stock overview report on basis of product hierarchy ?

    Is there an SAP standard report for displaying materials(product hierarchy wise) on the basis of product hierarchy or do i have to create a customer report for it. IF yes, then how do i go on creating it.. i.e how will i be showing the materials(in a hierarchical display, product hierarchy wise ?
    Hope you have comprehended it ?
    Thanks,
    Shehryar Dahar

    Hello Kirit,
    the scenario is sumthing like this, the SAP transaction for stock overview (MMBE) displays the report per material. I want a report in which , if i give in the Product Hierarchy, it should display all the materials in diff levels in the product hierarchy. For example, if we choose 'Product Hierarchy' as a display level, it should display all the materrals in the hierarchy levels..!
    I have been that the Stock Overview Report(MMBE) displays only one material, no matter what 'display level' you give in the selection. Does this mean, that i would have to develop a new report for this ?
    Waiting for the replies.
    Shehryar Dahar

  • Credit check on the basis of quantity

    Hi Gurus
    The requirement is such that the credit check is to be configured on the basis of quantity. A customer is fixed with a total order quantity of 1 lakh and if the quantity goes beyond 1 lakh the system error should come.
    Thanx and Regards

    May be you can check whether if you can do this via a user exit for credit limit. You can follow the below steps
    1) Create a Separate risk category for this customer.
    2) and assign a User Exit check for this category customer in OVA8
    3) Modify the User exit  to your requirement.
    The User exit which can be used for this purposes are...
    LVKMPFZ1: USER_CREDIT_CHECK1
    LVKMPFZ2: USER_CREDIT_CHECK2
    LVKMPFZ3: USER_CREDIT_CHECK3
    There are three buttons of User exit in the OVA8 Screen. each button is numbered as 1,2,3 internally, if you mark User exit 1, then modify the first program  .... like tht..
    also you can explore the option of having a Quantity contract.. Create a QC for 1lakh Qty and try to refer this QC when ever u are creating the order.  Of course this will not stop you from creating an order with more qty, unless you explicitly throw an error..
    Rgds
    Srini

  • Airport Admin Can't Read my configuration on my base

    I'm trying to open up a port for this website that I go to where I download music. I can make my changes on my mac in the network settings but when I go to the Airport Admin to make the change there to my wireless configuration, I get a message saying the "admin can't read the configuration for the base..."
    I'm able to get on line and have no problems there.
    Any ideas?
    Thanks,

    Shall we assume your network consists only of a cable/dsl modem, an Airport Express, and a Mac?
    There are only a few things that can cause this error message, but the most common among them is having installed non-Apple firewall software or "internet protection" software or VPN client software on the Mac. Make sure all such software is disabled or uninstalled before running the Airport Admin Utility.
    If you still have problems, do a factory default reset of the Airport Express per:
    http://docs.info.apple.com/article.html?artnum=108044
    ...then reconfigure the device from scratch.

  • 6630 Product Code In The UK

    Has anyone in the UK purchased a sim free (generic) Nokia 6630 from a UK Nokia dealer or store with this product code 0517773. The reason i ask is because i have the chance to purchase a 6630 with the said product code and i want to be shure that it was purchased in the UK as i also live in the UK.
    Phone: Nokia 5800 ExpressMusic (RM-356)
    Firmware: 40.0.005

    I don't that if you have a charateristics as Product code
    anyway
    if you have than you can enter the value of product code in the calssificaiton view agains that char.

  • Mapping new product code from source system to old product code in Oracle COA

    Mapping new product code from source system to old product code in Oracle COA
    Here is the situation:
    One of our legal entities is changing their product codes in their COA segment. We are not changing the code structure in the global SOB. Is there a workaround to pull the source system information into ADI (or any other tool) and map it to the current Oracle product code?
    Thanks and regards,
    [email protected]

    Only The  Data of Your Code will Change
    then if you are trying to copy a standarad sap-code , you need to copy
    every include, FM
    there is a Copy option over there in program
    you can do tat
    thnkx bhanu

  • Need CR Developer 12.0 Product Code

    Hi,
    I have reinstalled Windows XP and do not have the 26 digit Product Code for the CR2008LPs.exe (Crystal Reports: Developer 12.0) that I am attempting to install.
    I have registered Crystal Reports: Developer 12.0 and received this email on 18 August 2008:
    Thank you for registering CR Developer 12.0. Your Registration number is xxxxxxxxxx
    I can see the registration here:
    [Registrations|https://secure.businessobjects.com/Profile/profile.asp?language=EN&prepro=Registrations]
    The file was originally downloaded, but I cannot find the order online with any email combination and last 5 digits of credit card
    [Order|https://www.findmyorder.com/servlet/SecureControllerServlet?Action=DisplayHomePage&SiteID=findmyor&Locale=en_US]
    Please advise how I can get this code?

    Hi Andrew,
    Go to Service Market Place (SMP) by the link below
    http://www.service.sap.com
    Click on the link SAP Support Portal as shown below.
    (S-User Id and password required.)
    Then click on the tab Keys & Requests tab.
    Then click on the link for the license key under Service corner.
    For any further issues contact the Customer Interaction Centre (CIC) for you region.
    To find the CIC numbers please follow below steps
    Go to Service Market Place (SMP) by the link below
    http://www.service.sap.com
    Go to Help & Support tab
    Under this click on Look Up Support Centre Addresses
    And under this click on the Business Objects Customer Service Centre.
    There you can find a list of phone numbers and email addresses.
    Please let us know if it helps or not.
    Regards,
    Aditya Joshi

  • Belle Update for N8 Product code 059D7G5

    Hi,
    I was hoping to get belle update for my N8 in Ghana but since the release of the update, I have consistently checked with Nokia suite for the update but I always get no update available. Yesterday, I got an update notification only to realise that it is a service pack 1 for symbian anna.
    I have gone through the list of product codes and do not find my product code in the list.
    I know I have a genuine Nokia N8, T-Mobile branded.
    I had the anna updatte the first time I connected the phone to Nokia Suite and was hoping to to get the belle update this time.
    I was wondering if my product code is getting the belle update or if there is something I may have done that is preventing me from getting the update.
    Any advice will be greatly appreciated

    Post in the relevant thread in the Software Updates section, you have a much greater chance of getting a sensible reply there.
    /t5/Software-Updates/Nokia-Belle-availability-information/td-p/1298583

  • Program and product code mandatory for sales adj

    Hello Friends i have following change request on COPA. Could someone please help.
    There is an executive directive asking to report the actual sales and cost of sales by product line, program, including when the accounts are adjusted manually, through JE.  
    The accounts that must have the information related to the Program and Product code are the manual adjustments related to:
    -     gross sales accounts-     standard material adjustment account-     standard labor-     variable overhead
    -     fixed overhead-     standard scrap adjustment account. 
    The request is to be mandatory to fill the program and the product code for specific accounts through a new Field status group.
    Regards
    Vishal

    Hello,
    Look at 434393.1.
    http://oracled2k.pixnet.net/blog/post/25057800
    From this web
    Operation_Code, --Operation_Code:'INSERT' ,'UPDATE','DELETE'
    Regards,
    Luko
    Edited by: Luko on 2010-04-29 23:18

  • Mapping of Product codes in Inter sales

    Dear Gurus,
                  I am currently working on EPM 10 NW. The client is Textile giant. The client has its entities around the world. They have inter sales also. Now the problem is when one entity make sales with one particular code of the product to another entity it gets changed to another code of the product. For Ex:
           Seller:                      Product Code          Entity
                                               PR011                  A
                                               PR012                  A
            Buyer:                                                                           Product Code          Entity
                                                                                                    RS011                    B
                                                                                                    RS012                    B
         Both A and B are inter company entity. One more thing they are only specific product codes which are involved in inter sales. So my query is how to map the Product codes in the when this transaction takes place?
    Thanks in advance.
    Regards
    Kumar MG                

    Hi Nilanjan,
      Practically it has to be captured in both the entities against their interco's. That will be one way. But even if I do that, how I will reconcile with the Product code? As in one entity the product code quantity is getting reduced and on the other hand I am not able to show where it is getting added unless I map the product code to the other entities product code. This is particularly in the case of entering the data.
    Regards
    Kumar MG

Maybe you are looking for