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

Similar Messages

  • In which table scripts and smartforms are stored

    in which tables scripts and smartforms are stored
    eg scripts in tadir.

    Hi this may be of some help.
    SD
    SALES ORDER/ENQUIRY/QUOTATION
    Output type         : BA00
    ScriptForm Name     : RVORDER01
    Driver Program Name : RVADOR01
    smartform name
    DELIVERY NOTE
    Output type         : LD00
    ScriptForm Name     : RVDELNOTE
    Driver Program Name : RVADDN01
    smartform name      : LE_SHP_DELNOTE
    Smartform Driver Pgm: RLE_DELNOTE
    INVOICE
    Output type         : RD00
    ScriptForm Name     : RVINVOICE01
    Driver Program Name : RVADIN01
    smartform name      : LB_BIL_INVOICE
    Smartform Driver Pgm: RLB_INVOICE
    MM
    PUCHASE ORDER/RFQ/CONTRACT
    Output type         : NEU
    ScriptForm Name     : MEDRUCK
    Driver Program Name : SAPMF06P
    smartform name      : /SMB40/MMPO_L
    smartform driver program: /SMB40/FM06P
    GOODS RECEIPT
    Output type         : WE01
    ScriptForm Name     : WESCHEINVERS1
    smartform name      : /SMB40/MMGR1_A
    smartform driver program: /SMB40/M07DR
    GOODS ISSUE
    Output type         : WA01
    ScriptForm Name     : WA_SCHEINVERS1
    smartform name      : /SMB40/MMGI1_A
    smartform driver program: /SMB40/M07DR
    FI Forms
    Account Statement   : F140_ACC_STAT_01
    Cheque Printing     : F110_PRENUM_CHEK
    Balance Confirmation: F130_confirm_01
    Dunning Form:         F150_DUNN_01
    check the link below it provides steps to convert sap scripts to smartforms
    http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf
    SMARTFORMS -Driver Program
    PO: /SMB40/FM06P
    SO: /SMB40/RVADOR01
    GR: /SMB40/M07DR
    with regards,
    Hema Sundara.
    pls give points if u find this helpful.

  • In which table current /and in which table last 5 passwords are stored

    Hello
    in which table current /and in which table last 5 passwords are stored

    hi,
    The password may not be changed to any of a useru2019s last x passwords, if the user changes the password himself or herself.
    Until SAP NetWeaver 6.40 (inclusive), the password history was fixed to the value 5.
    After SAP NetWeaver 6.40, the administrator can set the size of the password history (up to 100 passwords selected by the user).
    The administrator can reset a useru2019s password to any initial password, therefore also to one of the last x passwords for this user. This is necessary, since the administrator should not know the passwords of the users. The user is prompted to change the initial password at the first interactive logon.
    You can change this with the profile parameter login/password_history_size.
    -Gokul

  • In which table  batch characterstics values are saved for tcode VA01

    DEAR EXPERT,
    i am working on a development to update screen field values in characterstic assignment screen. i need  in which table the data we put for each characterstics  stored. and i want to know how i will update the screen field value in va01 in the above standard screen.
    req.: suppose a = 1.
                         b = 2.
                         c = ?
    i need how how c will update if a + b.
    please reply.

    hi,
    check table CABN.

  • In which tables  Activity Number's  are stored

    Hello Guru's
    when ever we create an activty we will get one number....i want to know in which table the activiity no's are stored.......and also send us the related table names regarding the activities,......
    Thanks in advance
    Regards
    sreeram

    Hi,
    CRMD_ORDERADM_H
    CRMD_ORDERADM_I
    CRMD_ACTIVITY_H
    CRMD_PARTNER
    CRMD_LINK
    CRM_JEST
    CRMD_SURVEY
    CRMD_ORGMAN
    CRMV_LINKPARTNER
    CRMV_HEADERLINK
    CRMV_OBJECT_ID
    CRMV_LINKORGMAN
    regards, Robert

  • In which tables deleted schedule lines are stored

    Hi All,
    I want to know in which tables deleted schedule lines in VA02 VA32 are stored.
    How to get the deleted Schedule line item quantity.Please give me reply as early as possible.
    Thanks,
    Saritha

    Hi Saritha,
    As my understanding there is no table to store the deleted schedule line data.
    You have to identify badi or user-exit before deleting the schedule lines data in the VA02 program and in that exit you have to write the code to populate the deleted schedule line data in to your own custom tables(you have to create custom tables).I have used the same method for deleted deliveries.
    In sap CDHDR /CDPOS contains only changed data but not deleted data.
    Thanks,
    shyla

  • Which table campaign element details are stored

    Hi All,
    Would anyone know which table campaign and campaign element details are stored? I am using CRM 2007 and i am looking to find where details such as campaign element ID, campaign element description, start/end date are stored?
    i could not fund such data after looking through se16
    Any assistance is much appreciated.
    Thanks,
    Jonathan

    Hi,
    se16 > CGPL_PROJECT
    does not have records for the Campaign Element or Marketing Plan Elemtents,
    do you know which table I can find this information in please?
    Many thanks
    Mrugesh

  • Please tell me from which table orderid & suborderid field is got in APO

    Hi,
    Iam working in on a APO report wherein a stored procedure from a function module is executed, the stored procedure is as follows:
    EXEC SQL.
        EXECUTE PROCEDURE                  "APS_DRP_IO_GET" (
                            IN  :LS_GEN_COM_PARAMS,
                            OUT :LV_RC,
                            IN  :ET_RC,
                            IN  :IT_MATERIAL,
                            IN  :IT_ORDER_STATUS,
                            IN  :ET_IO,
                            IN  :ET_POSITIONS,
                            IN  :IV_START_TIME,
                            IN  :IV_END_TIME,
                            IN  :IV_IONODE_PEG_SEL)
      ENDEXEC.
    after executing this procedure you get the order details,
    which also contains the details for the orderid & suborderid, now since I cannot go into the debugger mode for this stored procedure Iam unable to know where does this orderid & suborderid fields get populated from.
    Please help me ASAP as I would like to use this fields in my logic of program.
    Thanks in Advance.
    Regards,
    Sanjay.

    Hi Amole,
    Thanks for your reply, but I wanted to know which is the transparent table from which this stored procedure is getting the values for the orderid & suborderid.
    Thanks & Regards,
    Sanjay.

  • Reg: In Which Table Tax Details for the invoice are stored

    Team,
    Can you please help me in which table : tax information for the invoice is stored.
    I need the following tax : QST_PAID_AMOUNT ,GST_PAID_AMOUNT, GST_CONTRA_AMOUNT information for invoice.
    Thanks.

    Hello Vinay,
    Here's the answer -
    select single *
      from SEOMETAREL
    where clsname = 'CL_BBBB'
       and reltype = '2'.
    The class for which you want to find the superslass will be the field CLSNAME, the superclass itself will be REFCLSNAME and this inheritance relationship is specified through the parameter RELTYPE.
    I don't think any further explanation is necessary.
    Regards,
    Anand MAndalika.
    p.s. Please do reward the points if this answer has helped you.

  • 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.

  • In which table is the value of the field User-Status of trans IW22 stored?

    I have changed the user status of a notification in transaction IW22, to APTC. Now i want to retrieve this value for further process in workflow.
    Can anybody tell me in which table is the value of this field stored?

    Hi,
    these tables do not contain user statuses against respective notification nos...

  • Can anyone pl tell me from which table i can fet credit exposure of custom

    HI all.
    can anyone pl tell me from which table i can fet credit exposure of customer...??
    or
    how to use credit_exposure/sd_credit_exposure??
    which is used?
    thanks,
    bobby.
    Moderator Message: Consult your Functional Consultant/specs.
    Edited by: kishan P on Sep 13, 2010 2:52 PM

    do you mean table KNKA or KNKK?
    regards Andreas

  • Which table stores old value of IBAN number and how to retrive old value.

    HELLO TEAM
    We are going through an enhancement process that requires to display old value and new value of the IBAN number from the Vendor master records. As IBAN is a combination of the country key, Bank Key and Bank account number, which are all key fields, their values are stored in the form of key in CDHDR and and CDPOS tables. The bank details are only shown in other key tab/column and the field name is displayed as key in CDPOS. These sensitive field changes are displayed as created or deleted but do not show as old value=x and new value =Y.The old value and new value fields are blank. The same happens for object IBAN and the tiban table only stores iban numbers that are updated and does not store old value of the iban number.
    If I have to display in the report s_alr_87012089, the old value and the new value of the iban number , how can i achieve the task. From which table we can retireve the old value of the IBAN number.
    << Moderator message - Everyone's problem is important. But the answers in the forum are provided by volunteers. Please do not ask for help quickly. >>
    Thank you in anticipation of a solution
    Shekhar
    Edited by: Rob Burbank on Jul 19, 2011 4:59 PM

    Hello Team
    We have explored all the above means. We are working in 4.7 environment. As we could not find an appropriate solution, we have approached the forum. The old value is not stored in cdhdr and cdpos and has the indicator as 'E' -Delete. So if an updation is done then it will delete old value and create a new value. This happens especially for the fields Bank Country Key,Bank Key, Bank Account Number. All we have checked the object attributes in the table lfbk, where for some fields it does track changes  and for other it does not track changes. This is especially for the fields kovon and kobis.
    If the requirement is to track changes to the fields Bank Country Key,Bank Key, Bank Account Number, kovon, kobis, iban which are sensitive data, and the report has to display old value and new value for sox compliance, how can this be achieved?
    I have also gone through the SAP note 580266
    If we are running a report to track changes to all vendors or a selected group of vendors, only some fields show up the value old value and new value.
    Would appreciate if an appropriate solution is provided.
    Request for a solution as i waited for 2 days if any expert could help!!!
    Thank you
    shekhar
    Edited by: V_Shekhar on Jul 27, 2011 1:18 PM
    Edited by: V_Shekhar on Jul 28, 2011 4:36 PM

  • Which table is the po total stored

    can some one tell me which tabe the po total are stored for both blanket & standard po's

    Hi,
    Blanket PO Total has stored in the field BLANKET_TOTAL_AMOUNT,table name PO_HEADERS_ALL.
    But for Standard PO Total has not stored in any of field in the above table.That PO total has define in the form level from the PO line Amount.
    I hope this will help you..
    Thank you
    Regards
    M.R.Sivasooriyan

  • In which table 'individual development details' is stored -HR tcode:pp01

    In which table 'individual development details' is stored -HR tcode:pp01
    the individual development details is in infotype24 but I cannot see the data maintained in individual development in pa0024.

    Hi,
    Hi,
    HR reporting field is so vast i'm sending u all relevant table names u can check in these tables:
    HR Tables
    if useful please reward points----
    DD01L Domains
    DD02L SAP tables
    DD03L Table Fields
    DD03T DD: Texts for fields (language dependent)
    DD04L Data elements
    DD04T R/3 DD: Data element texts
    DD05S Foreign key fields
    DD06L Pool/cluster structures
    DD20L Matchcode Ids
    DD24S Fields of a matchcode ID
    T000 Clients
    T001 Company Codes
    T001E Company code-dependent address data
    T001P Personnel Areas/Subareas
    T012 House banks
    T012K House bank accounts
    T012T House bank account names
    T500L Personnel Country Grouping
    T500P Personnel Areas
    T500T Personnel Country Groupings
    T501 Employee Group
    T501T Employee Group Names
    T502T Marital Status Designators
    T503 Employee Groups / Subgroups
    T503K Employee subgroup
    T503T Employee Subgroup Names
    T504A Benefits - Default Values (NA)
    T504B Benefit Option Texts (North America)
    T504C Benefit Type (NA)
    T504D Benefit Credit Group Amount
    T504E Benefit Amount
    T504F Benefit Costs
    T508A Work Schedule Rules
    T508T Texts for Employee Subgroup Groupings for Work Schedules
    T510 Pay Scale Groups
    T510A Pay Scale Types
    T510F Assign Pay Scale > Time Unit, Currency
    T510G Pay Scale Areas
    T510H Payroll Constants with Regard to Time Unit
    T510I Standard Working Hours
    T510J Constant Valuations
    T510L Levels
    T510M Valuation of pay scale groups acc. to hiring date
    T510N Pay Scales for Annual Salaries (NA)
    T510S Time Wage Type Selection Rule
    T510U Pay Scale Groups
    T510Y Special Rules for Wage Type Generation
    T511 Wage Types
    T512R Cumulation Wage Types in Forms
    T512S Texts for Cumulation Wage Types in Forms
    T512T Wage Type Texts
    T512W Wage Type Valuation
    T512Z Permissibility of Wage Types per Infotype
    T513 Jobs
    T514S Table Name Texts
    T514T Field Name Texts
    T51D2 Wage Type Classes
    T51D3 Reduction Rules
    T51D4 Cumulation Rules
    T527X Organizational Units
    T528B Positions - Work Centers
    T528C Wage Type Catalog
    T528T Position Texts
    T529A Personnel Event
    T529F Fast Data Entry for Events
    T529T Personnel Event Texts
    T52BT Texts For HR Objects
    T52C0 Payroll Schemas
    T52C1 Payroll Schemas
    T52C2 Texts for Personnel Calculation Schemas
    T52C3 Texts for Personnel Calculation Schemas
    T52C5 Personnel Calculation Rules
    T52CC Schema Directory
    T52CD Schema Directory
    T52CE Directory of Personnel Calculation Rules
    T52CT Text Elements
    T52CX Cross References via Generated Schemas
    T52D1 Valid Processing Classes
    T52D2 Valid Values for Processing Classes
    T52D3 Valid Evaluation Classes
    T52D4 Permitted Values for Evaluation Classes
    T52D5 Wage Type Groups
    T52D6 Wage Type Group Texts
    T52D7 Assign Wage Types to Wage Type Groups
    T52D8 Valid Processing Classes - Texts
    T52D9 Valid Values for Processing Classes – Texts
    T530 Reasons for Events
    T530E Reasons for Changes
    T530F Reasons for Changes
    T530L Wage Types for Special Payments
    T530T Event Reason Texts
    T531 Deadline Types
    T531S Deadline Type Texts
    T533 Leave Types
    T533T Leave Type Texts
    T539A Default Wage Types for Basic Pay
    T539J Base Wage Type Valuation
    T539R Events for Standard Wage Maintenance
    T539S Wage Types for Standard Wage Maintenance
    T548 Date Types
    T548S Date Conversion
    T548T Date Types
    T548Y Date Types
    T549A Payroll Areas
    T549B Company Features
    T549C Decision Trees for Features (Customers)
    T549D Feature Directory
    T549L Date modifiers
    T549M Monthly Assignment: Payroll Period
    T549N Period Modifiers
    T549O Text for date modifier
    T549P Valid Time Units for Payroll Accounting
    T549Q Payroll Periods
    T549R Period Parameters
    T549S Payroll date types
    T549T Payroll Areas
    T549M Monthly Assignment: Payroll Period
    T549N Period Modifiers
    T549O Text for date modifier
    T549P Valid Time Units for Payroll Accounting
    T549Q Payroll Periods
    T549R Period Parameters
    T549S Payroll date types
    T549T Payroll Areas
    T554S Absence and Attendance Types
    T554T Absence and Attendance Texts
    T554V Defaults for Absence Types
    T554Y Time Constraints in HR TIME
    T555A Time Types
    T555B Time Type Designations
    T559A Working Weeks
    T559B Name of Working Week
    T572F Event Texts
    T572G Allowed Values for Events
    T572H Event Value Texts
    T582A Infotypes
    T582B Infotypes Which Are Created Automatically
    T582S Infotype Texts
    T582V Assignment of Infotypes to Views
    T582W Assigns Infotype View to Primary Infotype
    T582Z Control Table for PA Time Management
    T584A Checking Procedures - Infotype Assignment
    T588A Transaction Codes
    T588B Infotype Menus
    T588C Infotype Menus/Info Groups
    T588D Infogroups for Events
    T588J Screen Header Definition
    T588M Infotype Screen Control
    T588N Screen Modification for Account Assignment Block
    T588O Screen Modification for Assignment Data
    T588Q Screen types for fast entry
    T588R Selection Reports for Fast Data Entry
    T588S Screen Types for Fast Entry
    T588T Menu and Infogroup Designations
    T588V Business object type
    T588W Event types for infotype operations
    T588X Cust. composite definition of event types for IT operations
    T588Z Dynamic Events
    T591A Subtype Characteristics
    T591B Time Constraints for Wage Types
    T591S Subtype Texts
    T596F HR Subroutines
    T596G Cumulation wage types
    T596H _Cumulation wage type texts
    T596I Calculation rule for cumulation wage types
    T596U Conversion Table
    T599B Report Classes
    T599C Report Classes
    T599D Report Categories
    T599F Report Classes - Select Options
    T777A Building Addresses
    T777T Infotypes
    T777Z Infotype Time Constraints
    T778T Infotypes
    T778U Subtypes
    Error Messages tables
    T100 Messages
    T100A Message IDs for T100
    T100C Control of messages by the user
    T100O Assignment of message to object
    T100S Configurable system messages
    T100T Table T100A text
    T100V Assignment of messages to tables/views
    T100W Assign Messages to Workflow
    T100X Error Messages: Supplements
    Thanks and if useful please reward points
    Edited by: Abhishek  Ojha on Feb 20, 2008 2:48 PM

Maybe you are looking for

  • Net value of Credit memo must not increase, but accountingdoc must generate

    HI All This is my sales- return process Sales order has been created for Material : Ax001:   10 Qty : Total price : 100$   Per unit = 10$ Sales order has been created :  for 10 units        (sales doc number:AAAAS) Billing has been done : 10 units fo

  • How to send a string from sender to receiver side using java

    I am doing a project on Digital Signature.I have already done with the GUI using java swing. Now i want to send a string from the sender side to the receiver side on the click of a button using socket programming. Please can anybody provide me with t

  • Can I use SDK to build a PDF portfolio?

    I have Acrobat Pro 9.3 installed and am trying to use the 9.1 SDK to programmaticallly build a pdf collection of existing PDF files.   I prefer to do this via Visual Studio 2008/C# but I do not see the funtionality in the SDK.   Am I missing somethin

  • JSF: Error Message are not getting cleared

    Hi, I am facing some problem with error messages in JSF. Here is what I am doing 1. User submits a form, server validates and sends back the error to the client error message added to Faces Context. 2. User checks the messages, changes the input and

  • What is the charging voltage for an iPod Classic?

    I have just bought a solar charger made by Powerbee for my iPod. It offers three voltage choices:- 5 volt, 5.5 volt and 9.5 volt. I thing the ipod is 5 volt but could someone confirm this please, I can't find it in the tech specs. Thanks Rob