JB0:30004 and JB0:28006 errors in production

Hi all,
Working in JDEV 11.1.1.2.0. and i getting the JB0:30004 and JB0:28006 in production environment. it try to search in google and forum i didn't get the exact solution for this can any one help me.
I am not using releaseApplicationModule/createRootApplicationModule in my application
Can any one help me, as said in the http://www.pascalalma.net/2007/01/02/jbo-28006-exceptions-when-running-adf-bc-application/ i have PS_TXN table in my DEV instances, but the same table is not there in TEST,QATEST and production. Is this the problem? and this table is configured with the application module for the jbo.txn_table_name. When this table will created? because i haven't created this table in my data base in DEV environment also.
Can any one help me, it's very urgent to me.
Edited by: user5802014 on Jul 12, 2010 8:24 AM
Edited by: user5802014 on Jul 12, 2010 9:05 AM

The entries in the ps_txn table and the user session are not the same. The table is used to hold snapshot information about a user session (from the models point of view). You can't delete this information because you don't know when it's needed again by the framework.
What you need to do on a periodic schedule is to clean the ps_txn table from snapshots no longer in use. Oracle provides some db scripts to do this.
Back to the idle user session. This session (normally a http session) can be invalidated (which mean killed). An invalidated session looses the information which might be held in the ps_txn table. This is the reason the table has to be cleaned up from time to time. A user needs a new session to work with the app again (in most cases a new login is needed).
I doubt that the original error you described in your first post has anything to do with an idle session. Entries into the ps_txn table are done on other occasions too.
Anyway you have to make sure that your app always can write to the ps_txn table. The problem is that sometimes an app uses more then one (nested) application modules. You have to make them use the same db schema, otherwise you can end up in a situation where at a point the app tries to write the snapshot into a different schema where it can't write (i.e. because of missing rights).
The way we do this it to always specify an internal connection name to store snapshots in one db schema. For this you change the configuration and set the attribute jbo.server.internal_connection to a JDBC datasource.
Timo

Similar Messages

  • Send meLO's intutive diagram and some of errors in production support

    <b>send me LO's intutive diagram and some of errors in production support and also process chain types and error</b>

    Some Errors in Production support:
    --Loading any of the missing master data attributes/texts - This would be done by scheduling the infopackages for the attributes/texts mentioned by the client.
    --Create ADHOC hierarchies. - Create hierarchies in RSA1 for the info-object.
    --Validating the data in Cubes/ODS. - By using the Validation reports or by comparing BW data with R/3.
    --If any of the load runs into errors then resolve it. - Analyse the error and take suitable action.
    --Add/remove fields in any of the master data/ODS/Cube. - Depends upon the requirement
    --Datasource Enhancement.
    --Create ADHOC reports. - Create some new reports based on the requirement of client
    Regards.
    Lakshmi.

  • When i try to open photoshop this shows up Please uninstall and reinstall the product.  If this problem still occurs, please contact Adobe technical support for help, and mention the error code shown at the bottom of this screen.  Error: 16

    i had to take my photoshop file into a hardrive because my dad was going to give me a new Mac and when things didn't work out and went back to my old one i use the time capsule thing to save everything before but didn't give me photoshop so i physically moved the file and tried to open it but then this error shows up
    Please uninstall and reinstall the product.
    If this problem still occurs, please contact Adobe technical support for help, and mention the error code shown at the bottom of this screen.
    Error: 16
    and when i click the uninstall app on the file it tells me this
    The alias “Uninstall Adobe Photoshop CS6 2” can’t be opened because the original item can’t be found
    and when i click fix alias i click on photoshop and the app just turns into photoshop and i just run in circles
    please help thank you

    Run the cleaner tool and reinstall.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Download CS6 products
    Mylenium

  • I am using Mac OS X 10.7.5 as of now and when I am trying to upgrade to Mavericks, it is throwing error "The product distribution file could not be verified. It may be damaged or not signed".

    I am using Mac OS X 10.7.5 as of now and when I am trying to upgrade to Mavericks, the App Store is throwing error "The product distribution file could not be verified. It may be damaged or not signed".
    Is there anything I should do differently? Is anyone else facing the same issue?
    Kindly help.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -ef 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting. A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo; sudo defaults read com.apple.loginwindow LoginHook; echo; sudo crontab -l; } 2> /dev/null | open -ef 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; echo; crontab -l 2> /dev/null; } | open -ef 
    Step 4
    ls -A /e*/{cr,la,mach}* {,/}Lib*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -ef  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of login items' | open -ef 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Most common BW data load errors in production and how to solve them ..

    Hi All,
    Most common BW data load errors in production and how to solve them ..
    Any doc on it ,if so plz send it across to this id [email protected]
    Thanks in advance.
    Rgrds
    shoba

    hi
    1) RFC connection lost.
    2) Invalid characters while loading.
    3) ALEREMOTE user is locked.
    4) Lower case letters not allowed.
    5) While loading the data i am getting messeage that 'Record
    the field mentioned in the errror message is not mapped to any infoboject in the transfer rule.
    6) object locked.
    7) "Non-updated Idocs found in Source System".
    8) While loading master data, one of the datapackage has a red light error message:
    Master data/text of characteristic 'so and so' already deleted .
    9) extraction job aborted in r3
    10) request couldnt be activated because theres another request in the psa with a smaller sid
    11) repeat of last delta not possible
    12) datasource not replicated
    13) datasource/transfer structure not active ´
    14) Idoc Or Trfc Error
    15. ODS Activation Error

  • Processchain errors in Production and how to solve those issues

    Dear All,
    Please share some process chain errors in production and how to solve those errors as well,
    Please send me if any one have the list of errors and how you are solved those..
    I am very new to BW,am also preparing my list of errors and solutions to fix them..Please share me if any one have ?
    Thanks

    Hi
    Table of Contents
    1.     Time stamp error     2
    2.      PSA error records     4
    3.      SID not found for characteristic     7
    4.      Error calling number range object     8
    5.      Trfc error     10
    6.      ALE REMOTE lock     13
    7.      Delta fails     14
    8.      Deleting setup table     18
    9.      How to run statistical setup for different Application components     19
    10. How to do selective deletion     22
    11. Roll up     24
    11. Compression or collapse     25
    12. How to do Attribute change run     27
    1.Time stamp error
    Resolution procedure
    Go to RSA1&#61664;Source system
    Run program RS_TRANSTRU_ACTIVATE_ALL
    Mention source system and Info source and then execute.
    Now the transfer structure will be automatically activated.
    Then proceed with the reload, it will get success now.
    2. PSA error records
    Go to details tab, we will find its packet no. and its record no.
    Resolution procedure
    Click on PSA icon in monitor and select the error data packet
    Double click on error record and edit it to the correct value,
    select  save.
    Now update from PSA to target by selecting the option Start update immediately.
    3. SID not found for characteristic
    Resolution procedure
    a. Remove the failed request from data target by making its QM status into red.
    b. Load Master data for characteristic using full update.
    c. Then reload the transactional data.
    4. Error calling number range object
    Resolution procedure
    Note down the assigned dimension into the cube for “0VAL_TYPE”
    copy the dimension name
    Go to RSRV transaction
    Tests in Transaction RSRV -> All Elementary Tests ->Transactional Data then double click on “Comparison of Number Range of a Dimension and Maximum DIMID”- then click on the right pane in same->Mention the cube name and dimension name, click on enter.
    Then click on correct error. It will correct the error.
    5. Trfc error
    Resolution procedure
    Go to SM58
    Go to edit->Execute LUW.
    Then do refresh in monitor.
    Now it will pick the records and the load will get success.
    Some times we found that some packets will not get updated even if the extraction is showing as complete.
    Do manual update of each packet
    6. ALE REMOTE lock
    Resolution procedure
    This can happen when user or ALEREMOTE is accessing the same table
    a.     Remove failed request from data target by making its QM status into red.
    b.     Check into sm12 and delete the lock, usually the BASIS deletes them
    c.     Reload the package
    7. Delta fails
    Resolution procedure
    R/3->BW
    Data is coming from R/3 then make the request technical status red in monitor and remove the request from manage.
    go to info package restart the load, then you will get a pop up saying that ‘repeat of last delta’ click on request again.
    Go back to manage and look for the delta type, it will show as Repeat of last delta.
    BW->BW(Data mart)
    Delta load failed from ODS to cube/any data mart.
    Make its technical status as red
    Go to manage and remove the failed request by making its QM status as red.
    It is updating from ODS, so we have to remove the data mart status in ODS manage, before restarting delta
    If you click on data mart status it will pop up a window
    Click on delete icon, select YES and then ok.
    Now refresh manage the data mart status will get deleted.
    If you load now the failed delta will get success.

  • Error on Production Orders Add-on when 2 or more users at the same time.

    Hi.
    Our add-on creates special production orders (SAPbobsCOM.BoProductionOrderTypeEnum.bopotSpecial) with no problem when used by one user, but if there are two or more users  everyone on his own SAPBO session it starts to throw different errors, we think it may be a concurrence problem due to several transactions.
    Here a short brief of the code sample and the process:
    (error handling and object members not included in the sample)
    oDoc.ProductionOrderType = SAPbobsCOM.BoProductionOrderTypeEnum.bopotSpecial
    If the oDoc.Add() is correct, We get the last production order created and release it:
    Me.sKey = Me.Company.GetNewObjectKey
    oDoc = Me.Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oProductionOrders)
    oDoc.GetByKey(Me.sKey)
    oDoc.ProductionOrderStatus = SAPbobsCOM.BoProductionOrderStatusEnum.boposReleased
    oDoc.Update()
    Then we go for an inventory Entry:
    oDoc = Me.Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInventoryGenEntry)
    oDoc.DocDate = Date.Now
    oDoc.Lines.BaseEntry = Me.sKey
    oDoc.Add
    And Finally to close the production order:
    oDoc.ProductionOrderStatus = SAPbobsCOM.BoProductionOrderStatusEnum.boposClosed
    oDoc.Update()
    This works fine when only one user is using the add-on, but in the end there wil be at least eight users simultaneously  working with this add-on
    The test:
    We have four users creating production orders with the  add-on.
    Two of them get the usual success messages and the created documents in SAPBO are all correct.
    The other two users get diferrent errors messages during the process.
    If they wait and try again to run the process it works fine.
    Repeating the test get errors on different users depending on which one started the process first.
    Our client needs to generate beetwen 900 and 1200 production orders per day, so they can't wait until the process is free for each user to work with it.
    The common erros detected are:
    Changing the status of the production order:
    -5002 - The warehouse is not defined for the item.
    -4002 - To generate this document,
               first define the numbering series in the Administration module
    -1029 - Field cannot be updated
    Adding the production order and inventory entry:
    -2038
    -1116
    -5002
    Regards,
    Omar Fonseca

    The start transaction model didn't Fit well with all the process we are doing, but the idea of locking or holding the other users seems to work pretty fine, we are now using a flag to determine if someone is doing the process and put in hold the new ones.

  • Support message and change requests only for production system

    Hi guys,
    I would like to connect the solman helpesk with CHARM ( CHARM is still running ).
    In CHARM I have to create a CR only for production system. ( don't know why - but works as designed).
    In SAP helpdesk I can create support messages for every kind of system type but if I want to connect both (HD and CR) , the source system (ibase component) of the issue will copied to the CR and runs in error because of the rule (only p-system) of CHARM.
    Of course I can change the ibase to production system manually in SDCR but it seems a very error-prone method.
    Now my question: is it possible to change the ibase component due to the creation of CR by copy rule or something like this?
    Kind regards
    Rayko

    Hi Rayko,
    We do not have this option.
    Once in ChaRM, we assume that the changes will always correct an issue in the PROD system.
    I would recommend to open the tickets directly with the PROD system IBase, once the issue is also happening there.
    Best Regards,
    Fernando

  • Sales Order Error Message 'Product does not exist in system'

    Hi Gurus,
    we recently upgraded from CRM 4 to 7.0. There is a ECC attached (which was also upgraded from 4.7 to 6.0 before).
    Scenario: materials are replicatd from ECC to CRM. All mandatory customizing objects were initially loaded succesfully.
    Because of the upgrade we already have "old" products in CRM. We requested a single product from ECC, the bdoc went through with green. The product can be found via commpr01 and also on database in comm_product. But when try to add the product to an sales order e.g. quotation, it gives the error message "product does not exist in the system.
    We then tried to delete that product using the report com_product_delete_single. When entered the selection criteria for that report, we used the f4-valuehelp to enter the product. We found the product and then executed the report. But gives the message 'product not found'.
    We also created a product for testing purposes directly in crm, but it shows the same behaviour in sales orders and for the deletion report.
    Please help me with that issue. Your help will be highly appreciated!!!
    Kind regards
    Hannes

    Solved with the help of SAP.
    Keywords: COM_PRODUCT
    COM_PRODUCT_GUID_GET_INTERNAL
    CONVERSION_EXIT_PRID1_INPUT
    CRM_ORDERADM_I 501
    Relevant notes:
    Note 1449146 - Dump While Creation IP via WebUI
    Note 1445079 - Unable to add products to contract
    The notes do not exactly described our issue but the code corrections were still relevent for us.

  • Notebook with blue screen of death and HP Ceement errors

    Hello, I am using:
    Product name: HP Pavilion g7 Notebook PC
    Product number: QE310UA#ABA
    Windows 7 Home Premium 64-bit Service Pack 1
    I have been having a few message/errors lately and suspect they are related
    1) The "blue screen of death" has shut down operations a few times now, that I have seen. When it reboots, all my passwords are gone, all new log ins are required. I know it's been happening more than I see because my passwords will dissapear while I am away from my laptop and I had not seen it.
    2) Error message "HP CEEment has stopped working, windows is looking for a solution to solve this problem", comes up a lot. Daily, usually twice at a time. I googled this and a few "answers" said to look at your firewall and to "allow" HP Ceement. I called Norton and they showed me that it is allowed, so they are not the issue and to contact HP, hence why I am here.
    3) Not sure if this last one is part of the issue, but it has come up more than once lately. Error "Your current settings do not allow file to be downloaded". I ssupect when the computer reboots after the blue screen the security is automatically heightened and that is why I got this, as well as loose passwords and a couple other "secruity level" type problems.
    Thanks for the help, Amy

    coatiamy
    Welcome to the HP Community Forum.
    I can offer the following in hopes that it may help.
    First, a bit about the CEEment program:
    CEEment Overview
    Excerpted:
    CEEment stands for Customer Experience Enhancement. CEEment (HPCEE.exe) is the reporting tool that HP uses to collect and study anonymous data. You can activate CEEment when you set up your computer. Or, you can activate using HP Advisor or HP Support Assistant at any time.
    Commentary
    It might be that the CEEment program is not the direct cause of the problem, that is, the issue might be symptomatic of the underlying problems -- it may be part of the train wreck, so-to-speak.
    In any case, while the system is up and running you can try the following to fix the issue or to at least try to eliminate the CEEment program from the mix.
    Download Install a new copy of the latest version of the HP Support Assistant on your system:
    HP Support Assistant
    If you have ‘Admin’ control, you may highlight the package and “double-click” to install it, else Right-Click, Select run as Administrator and install.
    Reboot the system
    If you like, you can switch OFF the CEEment program and the other checks that HP Support Assistant performs on your system.
    Example (HP Support Assistant Version 7.4.45.4)
    Open the HP Support Assistant > Settings >
    Scroll down to Warranty and Services >
    Next to Check warranty now >>
    CHECK No, I do not want to send this data >
    Scroll down to Would you like to share anonymous usage data with HP? >
    CHECK No >
    Under Welcome Screen (if necessary) >>
    UNCHECK Show a welcome screen when I open HP Support Assistant >
    Click Save
    Dragon Tips
    You may want to create an extra / new account with administrator privileges on the computer in case the issue is related in some way to your account.
    You do want to make sure you have your personal data backed up -- make an extra effort to make sure your critical data is backed up somewhere other than on the computer.  Make a copy of those files to a USB drive or to the Cloud.  Make sure you include your bookmarks.
    You may like to take a look at the following in case your computer's File System has issues:
    Using System File Checker (SFC) to Restore System Files
    A good Second Resource on the same subject:
    Windows 7: SFC /SCANNOW Command - System File Checker
    NOTE:  SFC can be run more than one time!
    A different type of check that can be run at boot time:
    How to Run Check Disk at Startup in Vista or Windows 7
    Things That are Blue
    Free tool:  BlueScreenView v1.52
    Windows approach - works up to and including Windows 7: 
    How to read the small memory dump file that is created by Windows if a crash occurs
    More Help: 
    dmp file and blue screen error Windows 7
    Blue Screen of Death Survival Guide: Every Error Explained
    Click the Kudos Thumbs-Up to show you appreciate the help and time from our Experts.
    Although I strive to reflect HP's best practices, I do not work for HP. 
    Click Accept as Solution when the Answer is a good Fix or Workaround!
    Kind Regards,
    Dragon-Fur

  • HP color laserjet CP2025dn and encountered an Error 58.04

    I have a HP color laserjet CP2025dn and encountered an Error 58.04, any suggestion on what to do?

    Hello there,
    To get your issue more exposure, I would suggest posting it in the commercial forums since your product is a commercial product. You can do this at Commercial Forums - Printers - LaserJet.
    Enjoy your day!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • ESS Leave request screen giving a critical Error in production server

    Friends,
    We are in a critical face of ESS implemetation.
    We are doing an ESS MSS implementation for country grouping 99.
    When we moved our changes to production server after succesful testing in quality, getting the following Critical error for Leave Request Screen.
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at java.util.ArrayList.RangeCheck(ArrayList.java:512)
         at java.util.ArrayList.get(ArrayList.java:329)
         at com.sap.aii.proxy.framework.core.JcoBaseList.get(JcoBaseList.java:272)
         at com.sap.aii.proxy.framework.core.AbstractList.get(AbstractList.java:230)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCList.get(DynamicRFCList.java:281)
         at com.sap.tc.webdynpro.progmodel.context.Node$ModelElementList.getElement(Node.java:2543)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementAtInternal(Node.java:621)
    Other areas like personal Info & who is who are working fine.
    Leave request was working fine in Development and Quality servers and it never worked in Production server.
    It worked fine with same config, with same master data and same employee & org structure in quality server.
    We tried the following things:
    1. Checked and confirmed the sequence of transports for configs and Developments to Quality and Production.
    Even compared the table level entries and ABAP codings B/n dev and Production. All are same.
    2. Moved the workflow changes to production and activated the same. No change found after that.
    3. Gave SAP all authorization in R/3 and full authorization from portal side as well.
    4. Assigned the userid to different employees and checked the masterdata of employees.
    5. Checked the note 1388426.Every thing mentioned in the note is there in the system.
    6. Verified Rule groups and WEBMO feature are correct and same as in quality.
    As our go live date is very near, request your help .Thanks in advance for your help.
    Regards,

    Customisation of Leave request is mising in your system, please check the rule group using PTARQ.

  • Valuation with material cost estimate: error with product

    Hi Experts,
    Message no. KE350, Valuation with material cost estimate: error with product "2286940000". Please suggest me to resolve this issue.
    Points will be provided for good solution.
    Regards,
    Jay

    Hi Jaya
    This means that your customization is wrong then...
    In KE4J or KEPC you have assigned costing keys to your material types or some other combination... You should have done this config in a way that costing key is not called  for in the case of non valuated materials...
    In Ke40 you have defined costing key where in you have specified "Issue error msg if no cost estimate found".. This costing key is assigned in KE4J or KEPC in a way that it is getting called even in case of non valuated materials...
    Do you have a separate mat type for non valuated material? If yes, remove this mat type from KE4J/KEPC..
    If you dont have separate mat type i.e. in the same mat type if you have both valuated and non valuated, then you have a problem.. You would get stuck in that case
    Regards
    Ajay M

  • Valuation with material cost estimate: error with product "117122"

    Hi people,
    We have the error:
    =====================
    Valuation with material cost estimate: error with product "117122"
    Diagnosis
    In Profitability Analysis (CO-PA), the system tried to valuate a line item using the current standard cost estimate.
    In order to determine the current plan period, the system needs to read the valuation segment of the material master.
    The system has found that the current plan period is not filled forproduct "117122" in plant "UBE1".
    We have the follow configuration in trans.: KE40:
    . Determine material cost estimate
       . Transf. Standard Cost Estimate
    . Costing Variant
    . Control Data for Standard Cost Estimate
       . Period Indicator = "Current Standard Cost Estimate acc. to entry in mat master
    . Addiitonal data CO-PC
        . Transfer cost estimate in controlling area currency  "activated"
    We think the reason about our error is because the field above is activated and some configuration more is necessary for this case. For examplo: Trans.: OKYW and this one was not configurated yet.
    Do you know what happend?
    If we need to configure some transation, or sonly process the cost estimate?
    Thanks,
    Rosana.

    Hello Guido
    Thank you very much for your return.
    It is happenning in a Client that some people are doing the configuration.
    Before we didin't have in KE40, the fiel "Transfer cost estimate in controlling area currency" activated.
    And now, the people activate that in this new Client and I don't know the impact about that.
    I think we have to make the configuration in OKYW.
    The other transation you told me, we don't have any information.
    Could you tell me some other idea what happend?
    Message error is just "Message no. KE350"
    Abou claculate the cost:
    It was calculated by trans.: CK11N for future planning and the real wasn't not possible to release because this material already have moviments.
    Could you tell us is there is some thing more to do?
    Thanks,
    Rosana.

  • Valuation with material cost estimate: error with product " 200038 "

    Hi,
    I am getting an error:
    Valuation with material cost estimate: error with product " 200038 "  (Message KE350).
    Kindly assist on the same?

    If this material is mto material go to t.code KE40 and maintain define access to standard cost estimate define cost key with
    "Transfer sales orde cost estimatex".
    If it is mts material define costing key with Transfer std cost estimate  and in costing data
    costing variant : ppc1
    costing verstion: 1
    period  indicator:  Release std cost estimate matching with goods issue or material costing matching posting date.
    This will resolve ur problem.

Maybe you are looking for

  • How to migrate content from BW 3.1 to NetWeaver 7.0

    Hello all out there, For a couple of years I have been successfully using SDN, finding always the right answer to my questions, however in my late assignment things have not been running that smoothly. This is my first posting to SDN and I hope any o

  • Connecting MBA to domain using WPA Enterprise

    Hi guys! I'm having "the usual" new MBA WiFi-problems, meaning my MBA keeps dropping the WiFi connection occasionally, but that's going on in another thread. I don't know whether this is a related problem, but I can't seem to connect the MBA to the W

  • Dbmsxml Package

    Dear sir I recd following error when i try to run following command in oralce 10g xe sql command select dbms_xmlgen.getxml('select doc_no from sales') xml from dual; ORA-04067: not executed, package body "EXCISE.DBMS_XMLGEN" does not exist ORA-06508:

  • CS6 not recognising NEF (RAW) files from Nikon D800 [was:NEF files]

    CS6 not recognising NEF (RAW) files - Nikon D800 is compatible - not sure why - can anyone help with this query

  • System Attributes/Preferences Discarded after Reboot

    I have re-installed OSX Lion, Run Repair Disk a number of times, Repaired Permissions 3 times and restarted in Safe Mode before restarting as normal and resetting my permissions as I want them.  After a reboot, those permissions default to their orig