In which table,taxcode values are stored?

Hi,
Can anyone say in which tables and fields, tax codes values are stored.
Values which are maintained in tcode FTXP.
regards,
sathya

Hi,
Education cess at PO level is not stored directly into any table, instead it is calculate at runtime using function module "PRICING" with calculation type "B".
Edu. Cess for Invoice are stored in table BSET table. You can identify the record passing condition type (KSCHL).
Manul excise condition goes to table KONV linked with EKKO-KNUMV field.

Similar Messages

  • Which table  Variant datas are stored

    Hi ,
        I need to know where variant datas are stored and in which table they are stored .
    juts let me know the name of the table alone .
    Thanks ,
    vinay .

    Hi again,
    1. The contents of the field are NOT STORED
       in the manner which u are assuming
    a) field name - vield value
    b) field name - vield value
    x) field name - vield value
    2. Rather they are stored in the same table VARI
      in RAW format.
    3.  CLUSTD is the LRAW field,
       which stores this whole data
       in encoded format.
    regards,
    amit m.

  • In Which Table Program codes are Stored

    Hi Gurus,
    I would like to know in which table the Program/Report Codes are stored.
    I have read the code for a Particular Program and I have to execute dynamically based of conditions.
    Please, Could anyone throw some lights....
    Regards,
    Anbalagan.V

    Hi!
    You can read source code with 'read report' and you can call programs with 'submit report'. Have a look at the documentation of the ABAP statements for details of the syntax.
    Regards,
    Christian

  • How the values are stored in Claneder week/year internally

    Hi BW Gurus,
    Can any one please let me know in which format the values are stored in the Calender week.year time characterstic?
    is it YYYYWW or WWYYYY or YYYY.WW or WW.YYYY or YYYY/WW or WW/YYYY?????
    Thanks in Advacne,
    Dilse...
    Hash

    Hi Bhanu & Alessanrdo,
    Thanks for the prompt response. Actually I was trying to populate some values in to the calender week/year variable through the user exit.So, I got confused while updating the values in to the variable. I used the value format which you both had suggested. But no luck.
    The olap control is passing out of my code successfully.
    After the coming out of my inlcude program it entered in the function RRS_VAR_VALUES_EXIT_AFTER there the following if condition is met.
    " IF -vartyp EQ rro04_c_vartyp-value". after that it raised the exceptions and the above message is displayed. Can you please look in to the issue.
    and the message number that was shown is Message No: 00010004 with the following note :
    "AError for variable  in customer enhancement ZLASWK"
    Can you suggest me why it went wrong and what needs to be done...?????
    Thanks in Advance,
    Dilse...
    Hash

  • SAP-R/3- In which table, numeric values stored in  equipment characteristis

    SAP-R/3- In which table, numeric values stored in  equipment characteristis are captured.
    In AUSP table Char values in equipment characteristics are captured against object number.But this table does not cappture numeric characteristics.
    Are these numeric values captured in any function module?

    Hi
    check the BAPI  for characteristics
    BAPI_OBJCL_GETDETAIL
    BAPI_OBJCL_CHANGE
    or use the fun module:
    CLAF_CLASSIFICATION_OF_OBJECTS.
    You can use the tables
    CAWN,INOB and AUSP to get the characteristics
    Regards
    Anji

  • In which table Item quantity is stored

    Hi Gurus,
    In which table Item Quantity in the CRMD_ORDER Transaction is stored .
    What is the transaction for pricing conditions.In which tables pricing details are maintained.
    Please give me the reply as early as possible.
    Thanks,
    Saritha

    Saritha,
            This itself it your item quantity. check for one of your order. first get header guid from CRMD_ORDERADM_H from order number, then go to CRMD_ORDERADM_I and get item guid providing header guid. take this item guid and go to table CRMD_SCHEDLIN and provide that item guid and it gives you item quantity which itself is schedule line quantity.
    Alternatively you can use CRM_ORDER_READ function module as well to get details of item.
    let me know if there are any issues
    Siva
    Message was edited by:
            Siva Velama

  • Search and Replace values in the text field before values are stored to DB

    Hi,
    In my application there is a question - text area and answer - text field. Problem is, some answers are stored with the single quotes to the DB and I have a problem while retrieving it from the DB. I need to replace the 1 single quotes with 2 single quotes. The values are stored to the DB when the submit button is clicked.
    So I am using the following javascript code:
    italics
    <script type="text/javascript">
    function test()
    var str="&P2_S1.";
    document.write(escape(str));
    </script>
    italics
    I need to call this javascript function, when the submit button is clicked but BEFORE the values are stored to the DB. How can i get this done?
    Please let me know.

    Hi,
    Thanks for the reply.
    Yeah I planned to drop the Javascript idea.
    Now, I am using the PL/SQL code. This is what I am planning to do.
    When the user enters any word like this, Test's, this single quote should be replaced by some special character, #@@#, - what is the PL/SQL code for this?
    Right now my PL/SQL code is:
    begin
    update test set S1=:P2_S1 where name=:APP_USER;
    end;
    so the replacing part should come somewhere before the update statement.... how can I do it?
    from the DB when the values are retrieved, I use the following code:
    select REPLACE(s1,'''','') from test where NAME=:APP_USER; // this works fine.
    Please help me with the replace of the single quote before the update process...

  • In which table these Applicant  details stored

    Hi,
    In which table these Applicant  details stored
    1) No. of applicants received 
    2) No. of applicant attend the test
    3) No. of applicant attend the Face to Face interview
    5) No. of applicant offered
    6) No. of applicant rejected.
    So that I can write a program and view the report.
    Regards,
    Surjith

    hi you can see the all  the above you asked you can see in the table pb4000,pb4001,pb4002,pb4003
    relating to applicants
    bye
    naveen

  • Table Parameter Values Are Input To RFC?

    Hi,
    My Requirement is Table Parameter Values are Input RFC.
    We have Table Parameter With Project ID Column and Multiple Rows.
    User Need To Enter Project id's in Table And Submit.The Result can be displayed.
    In My Scenario User Need to enter the values in table.
    I Developed Webdynpro Application and Deployed.
    When i am trying to enter values into a table,table is not taking values.
    Because in My Requirment is the user enter morethan one project id in table.
    Thanks
    SubbaRao Chinta

    Hi,
    Can you please explain more clearly that what is the meaning of "Table not taking values"?
    Did you take the ColumnCellEditor(inputfield) for table column as input field.
    For example, You need to create a value node as below
    ProjectIdsNode (Value node with cardinality 0..n & selection 0...n)
        ---> ProjectId (Attribute)
    And bind this ProjectIds node to table UI element.  And bind ProjectId attribute to ColumnCellEditors(inputfield) value property.
    Now in submit action loop though this node and get all the values entered in ProjectId attribute.
    And set all these values into input of your RFC while executing to store in backend.
    Regards,
    Charan

  • In which table ASN No is stored

    Hi Folks,
                  I have created a ASN for one of PO.In which table ASN no is stored and how we can find ASN No related to that PO.
    Thanks in advance.

    Check table /1OM/DELVDLI3020. The PO Number is stored in field REFORDID.
    With the order id you will find the order header in /1OM/DELV1HDR020.
    ASN number is in table /1OM/DELV7MP2020/ field ordno.
    You can easily join the table(s) with the quick viewer!
    Regards
    Martin
    Edited by: Martin Renardy on Oct 20, 2011 3:22 PM
    Edited by: Martin Renardy on Oct 20, 2011 3:29 PM

  • Ship to party in VA01  in which table ship to party stored

    hi all
    please tell
    ship to party in VA01
    in which table ship to party stored while creating sales document by va01

    Yogesh,
    VBPA table holds the partners list of a Sales order. Use SH and sales order number to get ship to party.
    <REMOVED BY MODERATOR>
    Regards,
    Kiran Bobbala
    Edited by: Alvaro Tejada Galindo on May 23, 2008 6:38 PM

  • Why two FLOAT values are stored differently?

    Curious as to why two FLOAT values are stored differently. Inserting
    two FLOAT values one with value of 99E9 and the other with 12E-9.
    Value for 99E9 was stored in the database as 99000000000 and 12E-9
    was stored in the database as 1.2E-8. Why were they stored in
    different formats? I am using Oracle9i

    Please don't cross post between the Database - General and PL/SQL forums.
    Please check the other thread at Re: FLOAT Value Doubt
    Cheers,
    Colin

  • Table in which KP26 values are stored

    Hi ,
         We are writing a report  and  we normally maintain fixed values in KP26 as labour rate for the whole year  , for us we have diff Controlling area curr and Object currency .. i would like to know from which table i need to get the values for object & controlling area currency ..
    regrds
    pm
    Moderator: Please, search before posting

    Hi,
    view the table COST using SE11, you will find a column for each period/month to store the values (in CO-area currency and object currency, the totals and the fixed values).
    BR Christian

  • Please tell me in which tables tax related values are stored in for FI/CO .

    Hi,
    Iam working on a FI/CO report, and I need tax values to calculate the total loaded cost i.e. (Material cost + un-planned cost + taxes)  for the parked PO.
    the fields that I will use to search the tax values are tax codes(MWSKZ) & the tax jurisdiction code(TXJCD).
    Please help me out to find the tax values.
    Thanks in advance.
    Regards,
    Sanjay.

    Hi,
    you ask: But what before the invoce is posted? where are the taxes stored.
    what do you mean exactly ?
    the tax-condition? - they is stored in tables KONP/V
    -> you can get the values with fm RECP_FI_TAX_CALCULATE
    and you can calucalte tax with fm's:
    CALCULATE_TAX_FROM_GROSSAMOUNT
    CALCULATE_TAX_FROM_NET_AMOUNT
    A.
    Message was edited by: Andreas Mann

  • Tables in which class and Characters are stored

    Hi all,
    Can any one tell me in which tables class and Characters are stored
    With Rgds
    vinod

    Characteristics :
    CABN Characteristics ( o.a. batch/vendor)
    CABNT Characteristics description
    CAWN Characteristics ( o.a. material)
    CAWNT Characteristics description
    AUSP Characteristic Values
    Class types and objects :TCLAO Several class types for object
    TCLA Class types ( vb. lfa1 => v10 en 010)
    TCLAT Class type text
    TCLT Classifiable objects
    TCLC Classification status
    regards,
    indranil

Maybe you are looking for

  • Can you have multiple clickboxes on one page

    Sorry... a few complicated things are coming up. I am doing a large project with LOTS of interactivity, which involves simulating a customer filling in a form and then clicking a button to move on. So one one page I have both a Text Entry box, and so

  • What's wrong with my Macbook?

    I appreciate all help that anyone apart of the forum can provide me with, even the smallest bit of information. I bought my Macbook in September of 2010. A few months ago my Macbook was working fine; I was using it sometime in the night and closed it

  • Filter option in MD03 screen as in MD04

    Dear all, I have a requirement wherein the filter option which is present in the MD04 screen is found to be useful whereas the same option is not available in MD03 screen. Can anyone tell the way of enabling the filter option either through Customisi

  • Anyone here use Mushkin PC3500 lvl II to OC?

    Anyone use the above stated ram in there 875 neo boards here ? its PC3500 with 2,2,2,6 timings and use the famous BH-5 chips. If you use it or know someone that does how well does it OC on 1:1 ratio, is it as good as they say?

  • Flash player (eg YouTube) not working in Safari

    Hi, I've read previous posts on this issue, including the replies to "You Tube not working ONLY in Safari", posted Feb 24th. My macbook pro - Safari Version, 5.0.3 (5533.19.4, )- is working fine, but for some reason my iMac Safari, with same software