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

Similar Messages

  • Table in which deleted operations are stored.

    Hi,
         We are writing a report and for that i need the value of work hrs , so i would like to know in which table deleted operations of Maintenance order are stored ....
    regrds
    pm

    Hi,
    All the operations time values are found in AFVV, this includes the deleted operations. Also read AFVC for operation number, etc. The key to both these tables is AUFPL field (available in AFKO via order number).
    To decide if a particular AFVV record is deleted or not it is necessary to look at the JEST table. JEST can be accessed via Object Number, this has the format OV + AUFPL + APLZL. If the entry with status I0013 is active (no inactive flag) then this operation is deleted.
    -Paul

  • What table rsa7 transaction queue values are stored

    I'm working on ECC 5 and BI 7
    I created a datasoure in ECC (based on table view) and I created a generic delta source system using rso2. In generic delta I have 'Delta specific field' - calender day. We can view this queue values in RSA7. My question is in what table we can view these values? (Delta queue values in my case previous run date)

    Hi,
    You can view all the values in RSA3(FULL LOAD mode).
    You can give restriction and iew the data based on date.
    If you want the data particularly in terms of previous deltas, i doubt the availabilityin that way
    Hope this helps,
    Srinath.

  • Table in which RZ20 alerts are stored (Where can I find the error messages)

    Hi All,
    I want to know the table where i can see all the error messages poplulated as alerts in the TCode RZ20.

    hi,
    You can use the FM "BBP_GET_STATE_MONITOR" to get the avrious alert messages.
    BR,
    Disha.
    Do reward points for useful answers

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

  • 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

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

  • Tables in which Appraisal note data stored..

    Hi...Experts.
    I want to know about the tables in which appraisal note data stored. please help me.
    Regards,
        Siva

    https://forums.sdn.sap.com/click.jspa?searchID=9573368&messageID=5013157

  • 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

  • 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

  • Exact table where the repository objects are stored

    Hi,
    In which table the repository objects(Program,FM,Data Element,...) are stored exactly.
    I checked in TADIR table, but it's a directory for the repository objects.
    Also checked TRDIR.
    Say, If I delete a transport request which contains a report thru a 'Z_delete_request' prgm, I can still see the report in SE38.Ofcourse I have deleted in TADIR also.
    But presents in repository.
    Kindly suggest the exact table name.
    Regards,
    Siva

    Hi,
    Use seach option in SDN.
    [System table in abap where all the programs/FMs created are stored !]
    Regards
    Sandipan
    Edited by: Sandipan Ghosh on Jan 6, 2009 10:51 AM

  • Table where the VAT value is stored

    Hello!
                          Could any one tell me where the VAT value is stored for the particular matnr. I am searching the table KONH- KSCHL where the value is stored at JVAT. but there was 40% of the matnr only having JVAT value.I am taking the price from KONH.So from where i have to take the VAT value.
    -M.Suba

    For excise details you will have to use J_1iexchdr, J_1iexcdtl,
    For Tax related data use KONV
    Thanks & Regards
    JP

  • Tables in which LSMW data is stored?

    Hi Gurus,
    I would like to know the base tables that LSMW uses. My actual requirement is to fetch the action log of the LSMW object. No option is provided in R/3 to download Action Log of an LSMW object into Excel.
    Hence I am trying to find the tables in which LSMW maintains the Action Log, so that the data could be fetched from the tables and could be redirected to an Excel Sheet. Plz help me in finding the tables.
    Points would be awarded for Solutions.
    Regards,
    Kiran

    Hi
    see the table
    <b>OIC_LSMW_PROJ</b>
    Reward points for useful Answers
    Regards
    Anji

  • Table name in which approver details are stored-Workflow

    Hi ,
    Can any one tell me the table name of approver is stored and theire levels...
    Regards,
    Veera

    Do you know which table maintains approver details of PO?

  • How can I select the filename, in which the results are stored, dynamically?

    I want to change record file name several times in a TS execution using "statements".
    Which variable should i change in the statement? And what should i do to access that variable?
    Thanks a lot.
    Baris

    Hi,
    sansar wrote:
    Yes, I should use Report Options callbacak but i cannot understand how.
    I have added ReportOptions callback into my sequences. First of all, why is (is it) the ReportOptions sequence empty when i select it in the "View"  menu. Just the parameters can be seen. Does it mean what was done normally when ReportOptions is not added will not be done anymore, since the sequence is empty? Or, are the operations normally done but hidden from the user?
    Not all Callbacks actually do anything, and this is one of them. But you can see if it has any steps by looking at the original in the Process Model Sequence File - "SequentialModel.seq". On the other hand, if it did have some steps, such as the PostUUT, there is a setting, I think its in the Preferences, that will copy the exact Callback instead of creating an empty one.
    sansar wrote:
    Secondly, i can guess that the parameter i should change is the "Parameters.ReportOptions.ReportFilePath" but it is only available in the ReportOptions sequence. I think that i should be able to have it in the MainSequence (or in any of my subsequences) because there is the place i want to modify the report file.
    The thing with the ReportOptions, is it allows the user to setup the Report Options. Therefore, although there are properties such as ReportFilePath, they only become effective when other properties have been set with the correct value, usually a boolean. You can see this by setting the various controls in the Report Options Dialog and seeing what is enabled and disabled. There are other properties that allow you to setup the component parts of the filename, such as ReportBaseName.
    The actual report pathname is not setup until a step in the process model entry sequence (Test UUTs or Single Pass) is performed. This sequence is called 'Determine Report Pathname' (this might not be the precise wording) and is then stored in a Local variable. 
    You could obtain this setting in your MainSequence by using the lookup string "RunState.Caller.Locals.ReportFilePath".
    Hope this helps
    Regards
    Ray Farmer
    Message Edited by Ray Farmer on 11-23-2006 07:41 AM
    Regards
    Ray Farmer

Maybe you are looking for

  • Can't get ac3 sound to work

    I have rent a movie and cannot get ac3 to work properly. I have rent movies before so it's nothing wrong whit my computer. But this time I can't get any sound at all is it to do whit iTunes update I am running the last update for iTunes.

  • Automator, copy each item in a tab delineated file

    Hello, I am new to automator, and I'm trying to get it to do the following... I have a filemaker pro database with a field that contains mac file paths. I have set up a script in filemaker to export the contents of this field as a tab delineated file

  • Installing 11g error ORA-01219

    I am getting the below error , while i am installing oracle 11g ... Please help ... ORA-01219: database not open: queries allowed on fixed tables/views onlyI am in mid of installation , please help me ...

  • IPhone 6 128gb Disappearing Storage

    Hi all, I searched around Google and on the forums but so far have not found quite the same issue as what I am experiencing, and it has been incredible aggravating.What's happening is my iPhone's storage space mysteriously seems to be losing Availabl

  • J arrive pas a connecter apple tv sur mon reseau

    Qqun peut m aider ?