How to define Tax Sequence

Dear All,
When I am trying to go to tax payment wizard, it is asking me for sequence. However, when I am trying to define sequence. After clicking on Sequence-Setup, I am trying to Assign Sequence to Document. For example I am on AR Invoice Sequence screen. There I am suppose to assign the Set As default tab, which is appearing grey. That is system is not allowing me to click on the tab.
How to activate that tab...or some other process needs to be followed?

Hi.......
Go to Administration> Setup> Financials> Tax> Sequence.
Open this window Double click on Tax Payment Wizard like in Numbering series and press CTRL+I and define sequence and select location for which you are going to do Tax Payment Wizard.....
Set it as default and then try to do Tax Payment Wizard.....
Check this thread also......
Sequence No. not defined for the location [Message 80072-11]
Regards,
Rahul
Edited by: RAHUL MOUNDEKAR on Aug 27, 2011 1:49 PM

Similar Messages

  • How can I define Tax Jurisdiction code in CRM?

    Hi,
    I want to repliate some business partners into CRM. But when processing IDocs of BP, there's an error for some of them like "Jurisdiction code 490333321 is not defined".
    So how can I find and define tax Jurisdiction code in CRM? Another question, Do you know where is the Jurisdiction code in IDoc? Because I can't find it in IDoc structure.
    Thanks a lot!

    Hi,
    Please have a look at the following link for your information:
    http://help.sap.com/saphelp_crm50/helpdata/en/13/a0edd1947649ef8f06d881510a25e0/frameset.htm
    Reward if it helps
    Johnny.

  • How to create a sequence for an particular item in my apex form

    Hi friends,
    I created an database application, of a form with a report, and it is working fine...
    But in my form, i have a requirement....The below are the existing fields in my form
    issue no
    created by
    start date
    status
    priority
    due date
    Among these fields in my form i need to create a 'Sequence' for my field "issue no",
    So that whenever i opened the form the 'issue number' must generate automatically like 1 for the first time, 2 for the second time and so on..
    For that i created a sequence
    CREATE SEQUENCE "ORDERS_SEQ"
    MINVALUE 1
    MAXVALUE 999999999999999999999999999
    INCREMENT BY 1
    START WITH 1000
    NOCACHE
    NOCYCLE;
    But for validation where i need to write the sequence query for the particular item 'issue no'....i dont have any idea of where to write the validation query for the sequence..
    please tell where i need to write in step wise manner..please help me friends...
    As the below is my validated sequence query for item 'issue no'
    'select seq.issue_id.nextval into issue_no'
    This is my above validation query whether the query that i mentioned is right..if not let me know the validation query..
    And also i need where to apply this validation query in steps..
    Thanks in advance
    Regards,
    Harry...

    Harry,
    Rik is on the right track. Here is a sample insert trigger: Would need to substitute you sequence ORDERS_SEQ with my sequence las_log_seq, how you define or use timestamps is up to you.
    DROP TRIGGER LASDEV.BINS1_LAS_LOG_TBL;
    CREATE OR REPLACE TRIGGER LASDEV."BINS1_LAS_LOG_TBL"
       BEFORE INSERT
       ON las_log_tbl
       FOR EACH ROW
    BEGIN
       -- Description: Insert log_seq, creation_dt, creation_id,
       --              lst_updt_dt and lst_updt_id.
       -- Maintenance:
       -- Date        Actor          Action
       -- ====        =====          ======
       -- 07-Sep-2010 J. Wells       Create.
       :new.creation_id := nvl( v( 'app_user' ), user );
       :new.creation_dt := SYSDATE;
       :new.lst_updt_dt := :new.creation_dt;
       :new.lst_updt_id := :new.creation_id;
        SELECT las_log_seq.NEXTVAL
          INTO :new.las_log_seq
          FROM DUAL;
    END bins1_las_log_tbl;
    /Heff

  • How to Bypass Tax Jurisdiction Code  while Posting FI Document

    Hello All,
       I have a requirement where I can enter Tax code along with Tax Jurisdiction for some of the cases while Posting FI Document using T code s FB01.. etc.
    However for  one scenario I need to BY pass the Tax Jurisdiction while posting FI Document . How to achieve this.
      As  per SAP once we define Tax Jurisdiction it is mandatory to enter as Input to Post the document.
      But I need to control this Tax Jurisdiction as I dont want to enter  while posting FI Document.It should not prompt for Tax Jurisdiction .
      How to make an option field in this case (Based on Company code and Tax code combination).
      Any BADI / User exit/BTE to Ignore the Error message Enter Tax Jurisdiction code).
    Please help me as soon as possible.
    Thanks.

    My Query is , when am posting a document in FB01 Transaction , when I enter Tax code at line item level, Tax jurisdiction is mandatory if we dont enter it give an error saying that ' Please enter a Tax Jurisdiction' .
       My requirement is I would like to bypass that error without entering Tax jurisdiction I would like to proceed by providing default Tax Jurisdiction through any userexit/BADI/BTE. so that I will not get that error .
       So any USER-EXIT/BTE/BADI is there which will trigger before the error(maintain tax jurisdiction )  at line Item leve ?????
    I hope now requirement is clear.

  • Error to Define Tax Relevancy Of Master Records

    Hi ,
    I created a condition type ( Y007)  with category as 'D' ( TAX) and  class as 'A'. and then i tried to  Define Tax Relevancy Of Master Records ( Customer taxes) but it gives the message "Condition type Y007 is not defined for taxes" . its fine when i use the class as 'D' or 'G' but the requirement is it should be 'A' as discount or surcharge.
    Any one can help on this if  this is possible??
    if not then the other situation is if i use class as 'D'  or 'G' then in the section"changes which can be made" the calculat. type disappears...is there any way to have it appear on the screen??
    thanks...

    Hi
    For tax condition types, condition class should also be D.
    Pls check the configuration for MWST condition type. If you have the need to create a new condition type, please copy MWST or some standard tax condition type and create a new one, instead of creating a new condition type itself. Also check for the access sequence. For tax condition types most of the times MWST access sequence will be the correct one.
    So, the tax c.type should have D both in condition category and condition class.
    You can have c.class as D (Not G) and then you can have the calculation type as A
    Rwd points if it helps.

  • Define access sequence for purchase order

    Hi,
    Please can I get some advice on how to create an access sequence in MM (in IMG = define access sequence for purchase order)
    I have created a condition type for handling costs and want to assign a default value for each individual goods supplier.
    So for plant 1000 and goods supplier 40, assign a rate of 3% to the condition. For plant 1000 and goods supplier 50, assign a rate of 7% etc etc
    How do I go about doing this please
    Thank you

    hi,
    Steps,
    Customizing activities:
    1) Create the condition table for vendor and plant field.
    table no should be above 500 as its a customizing.
    2) create access sequence and assign the condition table to this access sequence.And activate the fields in table.
    3) create Z condition type and put this access sequence into the condition type.
    End user activities:
    4) maitain the condition record based on vendor and plant in MEK1 transaction
    regards,
    sujit

  • How to define a description of a DD

    There is only ANI displayed in a windows of application
    We need also displayed the description of account
    so I add a description to ANI in a windows of application
    but the description does not display anything
    but other DD,for example CO,it's description can display correctly
    so I want to know how to define a description of a DD

    A RAW variable might store a sequence of graphics characters or a digitized picture. Raw data is like VARCHAR2 data,
    u can not use RAW as variable in sql.....The speicified data types only u can use in the varible data type in the SQL
    VAR[IABLE] [ <variable> [ NUMBER | CHAR | CHAR (n [CHAR|BYTE]) |
    VARCHAR2 (n CHAR) | NCHAR | NCHAR (n) |
    NVARCHAR2 (n) | CLOB | NCLOB | REFCURSOR ] ]
    u can use varchar2 instead of raw data type and test it

  • How to make tax codes in mm purchasing

    Dear Guru,
    1. How to make tax code for purchase of Raw materials with basic excise duty=14%, SECess=2%, HSEcess=1% and Additional Excise duty=4% as follows . If we consider basic prise=100 then
    BASIC                  =100
    BED    (14%)        =14
    SED     (2%)        =0.28----
    Sed=secondary Educational Cess
    HSECESS (1%)     =0.14
    SUB TOTAL        = 114.42
    AED (4%)           =4.56
    TOTAL             = 119
    For above all taxces(BED,SED,HSEcess,AED) , client gets 100% set off.
    Please tell me detail procedure.
    2.Do we need to assign (tax code)  them to any business area, as my system is giving an error at the time of saving in MIRO.
    3. What is the meaning of ticking ( check box tick) for calculate taxes under  basic tab in MIRO.

    Hi Nitin,
    Tax Set Off depends on the Account Key which you are using. Account Key in Tax Procedure will be defined by finance at SPRO - Financial Accounting - Financial Accounting Global Settings - Tax on Sales / Purchases -   Basic Settings - Check and Change settings for Tax Processing.
    Check the relevant condition type in the Tax Procedure (TAXINJ / TAXINN), and then check the account key of the procedure whether the Non Deductable indicator is set or not. you may take finance help for the same. Once it is done correctly then define the excise defaults for the relevant tax procedure at SPRO - Logistics General - Tax on Goods Movement - India - Basic Settings - Determination of Excise duty - Maintain Excise defaults
    Then create the tax code with the relevant condition types.
    You need to assign the Tax code to Company code if you use TAXINN procedure. No need for assignment of Tax code to Business Area
    Once you select the Check Box Calculate taxes in MIRO, then system calculates the Taxes based on the tax codes defined and also validates whether Part II Postings have been done or not also for the Excise relevant transactions
    Regards,
    Ramakrishna

  • How to define shift

    how to define shift?

    Do the following setting in spro for Shift:
    Define Shift sequence in SPRO(Production>>> basic Data>>>work center>>>capacity planning>>>Availabale Capacity>>>define shift sequence)
    In this step you define the following:
    Grouping
    Using the grouping you can create shift sequences and shift definitions for special areas (for example, different plants or different areas of a plant) and when maintaining the available capacity choose from between work centers.
    Work break schedule
    Here you define parameters that describe the individual work break schedules in more detail, as for example:
    Start
    Finish
    Break times
    Shift definition
    Here you define the parameters common to several work centers that describe the individual shifts in more detail, for example:
    Start
    Finish
    Break times
    Validity period of a shift
    In Logistics (LO) you can reference daily work schedules from the personnel system (HR). If you reference a daily work schedule in LO from HR and this is changed in HR then this change has a direct effect on changes in LO.
    Shift sequences
    You can assign the shift sequence of a capacity category as the available capacity at the work center.
    You define a sequence of shifts per weekday. The shift sequence represents a collection of shift definitions.
    In capacity planning the system uses the predefined values from the shift definition to determine the available capacity of a work center.
    The system calculates the following values:
    the capacity
    the actual operating time for the capacity
    Standard settings
    The SAP standard package contains settings for various shift sequences.
    Activities
    You should define the following:
    1. groupings
    2. shift sequences
    3. shift definitions
    4. work break schedules
    Assign this in work center capacity tap, under intervals and shifts.
    Regards
    PP

  • How to define Discounts for Salesman?

    Hi all,
    How to define Discounts for the Salesman in either the Receivables or Order Mgt Module?
    Rgds

    Hi,
    Please try this:
    Define discount account in Financial Options
    In Payable Options > Payment Tab, uncheck the Check box: "Exclude Tax from Discount Calculation"
    In Payable Options > Invoice Tax Tab, check following Check boxes: "Use Automatic Tax Calculation", "Calculation Level Line", "Allow Calculation Level Override".
    In Payable Options > Withholding Tax Tab, check following Check boxes: "Use Withholding Tax", "Allow Manual Withholding", "Include Discount Amount", "At Invoice Validation Time", "Never"
    At supplier site level in Payment Tab, use the Payment Terms as create in step 1:
    Term Date Basis - Invoice,
    Pay Date Basis - Discount, and
    Check the Check Box - Always Take Discount.
    At supplier site level in Invoice Tax Tab, use the Tax code as created in step 2:
    Calculation level - Line,
    Check Allow Calculation Level Override,
    Rounding Rule - Nearest, and
    Uncheck - Distribution Amount Include Tax.
    Thanks,
    Shikha

  • How to create TAX CODE in Spro...urgent please...

    Hi sap guru's
           While doing MIRO/MIR7/MIRA(logistics invoice verification). my cleint is using different tax code. i want to creat new TAX code for my cleint..
         can anybody tell me how to create TAX code in SPRO.
    Thanks

    Hi Sakti,
    Transaction code to create Tax code is FTXP.
    Path is
    IMG--> Logistic General --> Tax on good movements --> India --> Basic Settings --> Determination of Excise Duty --> Condition Based Excise Determination --> Define Tax code for Purchasing Department
    After creating tax code dont forget to assign with your counrty code for that path is
    IMG--> Logistic General --> Tax on good movements --> India --> Basic Settings --> Determination of Excise Duty --> Condition Based Excise Determination --> Assign tax code to company code
    Hope your query is solved
    Regards
    Vivek
    -- Reward for the Effort !!

  • How do define a timing cycle in bpel?

    I want to invoke an activity every thirty seconds ,how to define it in BPEL?
    Thanks!

    You can invoke an activity each 30 sec in this way:
    From bpel designer:
    while (condition)
    business logic (invoke activity)
    wait (PT30S)
    BPEL source code:
    <while name="While" condition=" something operator something">
    <sequence>
    businesslogic
    <wait for="PT15S" name="wait-1"/>
    </sequence>
    </while>
    Or you can use eventHandler/onAlarm:
                                            <eventHandlers>
                                                 <onAlarm for="PT30S">
                                                      <sequence>
                                                      </sequence>
                                                 </onAlarm>
                                            </eventHandlers>
    For more information see bpel's tutorials
    I think that exists only 1.1 version of BPEL4WS, it's right?
    Goodbye
    Andrea

  • Transfering Sequences (Setup- Financial- Tax- Sequence)Through Copy Express

    Hi Everyone,
    Could anyone suggest how to transfer Sequences set in 1 Database to another Database through Copy Express? I can't find the option for Sequence transfer in Copy Express.
    Thanks,
    William

    Hi Everyone,
    Is there any way to transfer Sequences (Setup->Financial->Tax->Sequence) to another Database? Cause I cannot find any template for Sequences in DTW and also cannot find the Sequence option in Copy Express.
    Thanks,
    William

  • How to tansport tax codes

    Dear All
    Can anyone guide me how to transport Tax codes from one system to another system and simailary how to transport condition records for these tax codes.

    Go to FTXP and Select Country and go to Menu Tax Code and Click on Transport - > Export
    Procedure
    When tax codes are transported, the tax rates of the tax codes are transported using auxiliary table T007V. Logical transport object FTXP is used to transport the definition data of the tax code from table T007A and the language-dependent name to table T007S.
    The tax accounts for the tax codes (table T030K) are not transported.
    The internal jurisdiction codes are also not transported.
    The transport of tax codes between systems or clients consists of two steps:
    1. Step:
    Export tax codes from source system or source client
    2. Step:
    Import tax codes into target system or target client
    Export
    1. In the source system or client, in Customizing for the Financial Accounting Basic Settings, choose Tax on Sales/Purchases -> Calculation -> Define Tax on Sales and Purchases Code.
    2. Choose Tax Code -> Transport -> Export.
    3. Assign the export to the relevant transport request and make a note of the request number.
    4. Select and save the tax codes to be transported.
    5. Make sure that the selected tax codes have the transport number in table T007V.
    To check the table, in the SAP menu choose Tools -> ABAP Workbench -> Overview -> Data Browser.
    Enter the table name. The tax codes are in the MWSKZ fields, the tax jurisdiction codes in the TXJCD fields.
    6. Arrange the transport of the request to the target system.
    To transport the request, in the SAP menu choose Tools -> ABAP Workbench -> Overview -> Workbench Organizer -> Environment -> Customizing Organizer.
    Import
    1. Make sure that the transported tax codes are recorded in table T007V of the target system or target client.
    2. In the source system or client, in Customizing for the Financial Accounting Basic Settings, choose Tax on Sales/Purchases -> Calculation -> Define Tax on Sales and Purchases Code.
    3. The tax codes should have been created in the target system without a tax percentage rate by the import.
    Otherwise you can do this manually:
    In the target system, create the tax codes that do not exist there.
    Create the tax codes completely, but without tax percentage rates.
    If you use internal systems in company codes in the USA or Canada, the relevant tax jurisdiction codes should also exist. You make the settings for the tax jurisdiction code in Customizing for Financial Accounting Basic Settings under Tax on Sales and Purchases -> Basic Settings -> Define Tax Jurisdiction Codes.
    4. Choose Tax Code -> Transport -> Import.
    5. Check the proposed values for the transport request and country.
    6. Run the import.
    Notes for the transport of tax accounts
    When you transport tax codes between different systems or clients, no tax accounts are transported.
    Adjust the tax accounts in the source and target system (or source and target client) manually.

  • Merging Navigation Nodes and Defining the Sequence

    We are merging several portal roles on the top level.  However, we do not seem to be able to define the sequence of the second level tabs.  Each role contains a folder which is the entry point and each folder contains one page. 
    How is the sequence of the second level navigation determined for merged roles?  Is there any way to changed the sequence?

    Yes, I think so. Did you try the attribute "Sort Priority"? The higher the number (e.g. 100.0), the later the tab appears, i.e. a folder with 90.0 will appear to left of a folder with 100.0
    Same goes for third level navigation.

Maybe you are looking for

  • Nokia Drive offline

    Hi All, I'm using Nokia Drive on my N8 for the first time today, when I opened the application it asked me if I wanted Online or Offline mode. I chose Online. Now I realise that I should have chosen Offline, however it seems I can't change the settin

  • Startup error, weblogic.application.ModuleException

    startup error, weblogic.application.ModuleException I got a error when I startup my server. Here is the trace."workspace " is my application. <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating distribute task for application '

  • ON EXPORT WIDESCREEN/LETTERBOX GOES AWAY?

    Everything when I am editing looks good, it is in widescreen etc. I shot HD with a 1080i 60. When I go to capture using the Easy Setup for 1080 60i everything looks fine, and when I edit everything is fine as well. Its just when its time to export wh

  • Safari hotmail, gmail and facebook access problem

    Can't access website that required login and password in Safari on Ipad 2 (hotmail, gmail, facebook, ...) and can't use Facetime... Someone ever had the same problem? It worked fine few days ago...

  • Reusing preexisting VMM IP Pool

    We have upgraded to SCVMM 2012 r2. We had issues with the upgrade process and recreated our VMM application host and database. We have an exsisting IP pool we would like to continue to use. During configuration we had IP addresses assigned to the ori