Changes to Planned Order in R/3 not being updated in APO

HEllo -
I am creating SNP planned orders EE in APO and sending them through CIF to R/3.
When I make changes( Qty change) to the planned order in R/3, those changes are not being updated in APO. When I run CCR, I get the error 159 - Differences in content.
When I create a planned order in R/3, that order does not flow into APO, running CCR gives the error 151 - Missing in APO.
Ofcourse, I can trigger the reconcialition job and make then go through but I have not been able to find the root cause. Can someone help me with this?
Appreciate your help
Varun

Hi Varun.
In the R3 system have you activated the BTE's?
SPRO
Integration with other SAP components->APO->Basic Settings for Data Transfer->Change Transfer->Change Transfer for Transaction Data->Activate Online Transfer Using BTE
Applications: ND-APO and NDI need to be activated.
Hope this helps.
M

Similar Messages

  • Changes to planned order in R/3 not reflecting in APO

    Hi
    I have changed the date in planned order in R/3 but same is not updating in apo.
    After ccr also it is not happening.
    regards
    pradeepta

    Hello Pradeepta,
    The below checks may help you in fixing your issue,
    1. Check the APO Inbound or R/3 outbound (depends on the queue settings) for any error queues for this order.If there is one check for the error recorded.
    2.If there is not error queue found. Change the user settings in R/3 (CFC2) for recording the queue.Now make a change in the
    planned order in R/3 and check for the recorded queue,check the dates here (whether this is the new date or the old one)
    3.If it the new date which is sent to APO,then you may need to analyse the CIF logs for the reason for not adopting the dates.
    4.Also I remember there are certain Exits/BADIs prevent APO from taking over the dates from R/3. SO, please check ant CIF exits/BADIs active in your system.
    Thanks,
    Mahesh

  • Planned Order for a Product not being shown

    Hi Experts!!
    I am an ABAPer and I am new to SAP APO. We are now working on /SAPAPO/PPT1. When clicked on some quantity, all the planned orders existing for that product are being shown with respective quantities. Now, I am trying to create a new planned order for a product through FM BAPI_MOSRVAPS_SAVEMULTI3 by splitting the quantity among the receipts. I have gone through several posts and have written the logic. But the newly created planned order is not being shown in /SAPAPO/PPT1. I can't find it anywhere. Am I doing something wrong here?
    Here I explain it with an example. I have an aggregated entry for the month of June with quantity 3000, which is already split under receipts 1234 and 1235 as 1000 and 2000 EA respectively. Now, I need to split it as 1000 EA for each planned order and hence am creating a new plord. I am using same FM for changing plords as well with quantities as 1000. So, now both the receipts are being shown with quantity 1000 and the aggregated value as 2000... and the newly created one is missing. But I need the new one to be displayed and the aggregated should be 3000. Why is this happening? Am I missing something?
    I already have posted a query that is related to this total requirement. Change Receipt Quantity for Planned Order in LiveCache . This has the first part of the total requirement. Just provided for extra info, but not related to this issue however.
    Please help me out. Your help is highly appreciated. Thanks a lot!!

    Hi Srinivas,
    With prior experience, i am sure that the BAPI SAVEMULTI3 can be used for Creation & Change.
    I dont think,the FM's which you are using, are recommended by SAP. So , try to use BAPI most of the time,as it ensure data consistency.
    As you told, order is not flown to ECC, but visible in APO, i would suggest you to check the importing parameters of the bapi, like EVENT CONTROL ( should be '1' ).
    and COMMIT_CONTROL(should be 'E').
    Also, check your queues after execution of bapi. you should find your change pointer in the inbound queue of R/3 System. Do let me know if you still stuck.
    Thanks,
    Santosh KB.

  • After upgrading to OSX Mavericks, my Contacts app on my desktop not syncing with iCloud and changes I make on my iDevices are not being updated through system.

    In the desktop Contacts apps, there is an error icon always present (since the upgrade) in the upper left hand quadrant of the app window.  When I click on it I get an error msg.  See Screen grab below.

    "On my phone" by definition doesn't sync. You need to move it to an iCloud group. Unfortunately, the Contacts app on the iPhone doesn't have this capability. There are 3rd party apps that let you move contacts from one group to another. Speed Names is a good choice, and inexpensive.

  • Change firmed planned order to Unfirm Planned order

    Hi ,
    if we change firmed planned order to unfirm planned order ,is there any effect on WIP and routing changes?
    please respond with an answer.
    Regards
    Rekha
    Edited by: REKHA MAHAJAN on Mar 31, 2008 1:34 PM

    Hi Rekha ,
    planned order Unfirmed -
      will allow automatic changes with respect to requirement
    planned order firmed  -
      Any manual change in the planned order is called firmed
                                                          and will not allow any automatic changes with respect to requirement
    Planned order is just the requirement only there will no change in the WIP .
    for example : you have some requirement say PIR is 50 on 31st march you perform MRP
    by selecting the MRP type so that you will get firmed planned order for 50
    on  1st you have another requirement ( PIR )  for 100  and if you perform MRP again system will create another planned order if this is also firmed . you need to convert manually into production order.
    once planned order is converted into production order and there is no link with either routing or
    workin process with planned order and is meant for only open production orders . You can convert all the planned orders collectively also
    if any doubt come back
    regards,
    Vimalbalaji.J

  • RECORDING CHANGES IN PLANNED ORDER

    HOW TO KEEP HISTORY OF CHANGES PLANNED ORDER.

    Hi,
    As per my knowledge, It is not possible to track history of changes for planned orders.
    You can track changes of Production /Process orders in OCM & Master data like BOM,Routing changes in ECM.
    Regards,
    Tejas

  • Item level changes not being updated.

    Hi,
    I am implementing BADI BBP_DOC_CHANGE_BADI, method BBP_PO_CHANGE.
    The problem that I am facing is that whenever, I change anything at the Item level, after the PO has been created, (say for eg item quantity), it is not being updated to the database. I also noticed one thing. When I click on the order button (after changing the item quantity) the import parameter of the BADI it_item of the is empty. Also I am checking in transaction BBP_PD, whether the update has happened.
    Thanks in advance
    Pete

    Hi Yann,
    Below is the code in the BADI BBP_DOC_CHANGE_BADI.
    method IF_EX_BBP_DOC_CHANGE_BADI~BBP_PO_CHANGE.
    CLASS cl_exithandler DEFINITION LOAD.
    DATA: LV_CUF_BADI TYPE REF TO IF_EX_BBP_CUF_BADI, "ZCL_IM_SRM_TANDC_BADI, ",
      LV_CUF_BADI_ACTIVE.
    DATA: IV_MODE   TYPE xfeld,
            IS_CUF_HEADER  TYPE BBP_PDS_HEADER,
            IS_GETDET_HEADER TYPE BBP_PDS_PO_HEADER_D,
            ES_UPD_HEADER TYPE BBP_PDS_PO_HEADER_D,
            IS_UPD_HEADER TYPE BBP_PDS_PO_HEADER_U,
            LV_CHANGE TYPE C,
            IS_ITEM TYPE BBP_PDS_ITEM ,
            IS_ACC TYPE BBP_PDS_ACC,
            IV_DOC_TYPE TYPE CRMD_ORDERADM_H-OBJECT_TYPE VALUE 'BUS2201',
            LV_INCLUDE_NAME TYPE DD03P-TABNAME VALUE 'INCL_EEW_PD_HEADER_SSF_PO',
            LT_DDIC TYPE DD03TTYP,
            LV_REPID TYPE SY-REPID,
            LV_DYNNR TYPE SY-DYNNR,
            I_HEADER LIKE IS_CUF_HEADER,
            GV_CLAUSE_ID(256) TYPE C,
            LV_FLAG(1),
            LV_IMP(1),
            LS_COUNTER(1),
            LS_COUNT(1),
            LS_NUMB(1),
            LS_GUID(32),
            LS_GUID_INIT(32),
            LS_GUID_BLANK(32) TYPE C VALUE SPACE,
            LS_NUMB_BLANK(1) TYPE C VALUE SPACE,
            LS_CNT(1),
            LV_UCOMM(4),
            EV_OKCODE TYPE SY-UCOMM.
    DATA: WA_PDHSC TYPE BBP_PDHSC,
    WA_PDHSC_SEL TYPE BBP_PDHSC,
    *wa_it_item type BBPT_PD_PO_ITEM_ICU,
    WA_IT_ITEM TYPE BBP_PDS_PO_ITEM_ICU,
    wa_et_item TYPE BBP_PO_ITEM_BADI,
    WA_HCF TYPE BBP_PDS_HCF_PO.
    LS_COUNTER = LS_COUNTER + 1.
    IF SY-UCOMM = 'SAVE'.
    IMPORT LV_TEXT TO LV_IMP FROM MEMORY ID 'TEXT'.
    LV_IMP = LV_IMP + 1.
    EXPORT LV_TEXT FROM LV_IMP TO MEMORY ID 'TEXT'.
    ENDIF.
    IF SY-UCOMM = 'CHEC' OR SY-UCOMM = 'ENT1' OR SY-UCOMM = 'SAVE' OR SY-UCOMM = 'LIST'.
      GET PARAMETER ID 'NUMB' FIELD LS_NUMB.
      IF LS_NUMB IS INITIAL.
        MOVE IS_HEADER-GUID TO LS_GUID_INIT.
        MOVE LS_COUNTER TO LS_COUNT.
        SET PARAMETER ID 'GUID' FIELD LS_GUID_INIT.
        SET PARAMETER ID 'NUMB' FIELD LS_COUNT.
      ENDIF.
    ENDIF.
    MOVE-CORRESPONDING IS_HEADER TO I_HEADER.
    IMPORT LV_TEXT TO LV_IMP FROM MEMORY ID 'TEXT'.
    IF SY-UCOMM = 'SAVE' AND LV_IMP = 2.
    CALL METHOD cl_exithandler=>get_instance
    EXPORTING
    exit_name = 'BBP_CUF_BADI'
    IMPORTING
    act_imp_existing = LV_CUF_BADI_ACTIVE
    CHANGING
    instance = LV_CUF_BADI.
    MOVE SY-UCOMM TO LV_UCOMM.
    LV_REPID = 'SAPLZSRM_CUST_SCREEN'.
    LV_DYNNR = '1001'.
    GET PARAMETER ID 'GUID' FIELD LS_GUID.
    IF LS_GUID NE IS_HEADER-GUID.
      I_HEADER-GUID = LS_GUID.
    ENDIF.
    CALL METHOD LV_CUF_BADI->PUT_DATA
    EXPORTING
              is_header             = I_HEADER
              is_item               = IS_ITEM
              is_acc                = IS_ACC
              iv_doc_type           = 'BUS2201'
              iv_include_name       = lv_include_name
              iv_mode               = IV_MODE
              it_dd03p              = lt_ddic
              iv_caller_dynnr       = '1000'
              iv_caller_repid       = SY-REPID
            IMPORTING
              ev_repid              = LV_REPID
              ev_dynnr              = LV_DYNNR.
    CALL METHOD LV_CUF_BADI->GET_DATA
        IMPORTING
          ev_okcode = EV_OKCODE
        CHANGING
          es_header = I_HEADER
          es_item   = IS_ITEM
          es_acc    = IS_ACC.
    ENDIF.
    WA_PDHSC-GUID = IS_HEADER-GUID.
    WA_PDHSC-ZZ_OPT_TERM_COND = I_HEADER-ZZ_OPT_TERM_COND.
    MOVE-CORRESPONDING IS_HEADER to ES_HEADER.
    MOVE IT_PARTNER TO ET_PARTNER.
    loop at it_item into wa_it_item.
    MOVE-CORRESPONDING wa_it_item to wa_et_item.
    append wa_et_item to et_item.
    endloop.
    MOVE IT_ACC TO ET_ACC.
    MOVE IT_HCF TO ET_HCF.
    MOVE IT_ICF TO ET_ICF.
    MOVE-CORRESPONDING WA_PDHSC TO WA_HCF.
    APPEND WA_HCF TO ET_HCF.
    IF LV_UCOMM = 'SAVE' AND LV_IMP = 2.
      SELECT * INTO WA_PDHSC_SEL FROM BBP_PDHSC WHERE GUID = IS_HEADER-GUID.
      ENDSELECT.
      IF SY-SUBRC = 0.
        UPDATE BBP_PDHSC SET ZZ_OPT_TERM_COND = WA_PDHSC-ZZ_OPT_TERM_COND WHERE GUID = IS_HEADER-GUID.
        SET PARAMETER ID 'GUID' FIELD SPACE.
        SET PARAMETER ID 'NUMB' FIELD SPACE.
        CLEAR LV_IMP.
        EXPORT LV_TEXT FROM LV_IMP TO MEMORY ID 'TEXT'.
      ELSE.
        INSERT INTO BBP_PDHSC VALUES WA_PDHSC.
        SET PARAMETER ID 'GUID' FIELD SPACE.
        SET PARAMETER ID 'NUMB' FIELD SPACE.
        CLEAR LV_IMP.
        EXPORT LV_TEXT FROM LV_IMP TO MEMORY ID 'TEXT'.
      ENDIF.
      COMMIT WORK.
    ENDIF.
    endmethod.
    Let me know if you need any clarifications.
    Thanks,
    Pete

  • Can't Delete Private Cloud - tbl_WLC_PhysicalObject not being updated

    I am having issues with our SCVMM instance where I can't delete Private Clouds...even if there empty. 
    When I right click the Private Cloud and click Delete, the "Jobs" panel says it finished successfully, however, the Private Cloud is not deleted. 
    After doing some researching, I believe its because entries in the tbl_WLC_PhysicalObject database table are not being updated correctly, when a VM is moved from one Private Cloud to another. After determining the "CloudID" of the Private
    Cloud I am trying to delete, I still see resources assigned to this Private Cloud in the tbl_WLC_PhysicalObject table, even though from VMM Console, the Private Cloud shows up empty. 
    For some testing purposes, I assigned a VM back to the Private Cloud I am trying to delete, only to move it out again and gather some tracing/logging. When I moved the VM back out of the Private Cloud, I had a SQL Profiler running in the background, capturing
    the SQL statements on the DB server. Looking at the "exec dbo.prc_WLC_UpdatePhysicalOBject" statement, I see the @CloudID variable is assigned the "CloudID" of the Private Cloud the VM is currently assigned to/the Private Cloud I am trying
    to delete and is NOT the CloudID of the Private Cloud the VM is being moved to/assigned to. 
    Instead of having the VMM Console GUI do the Private Cloud assignment/change...I copied the PowerShell commands out...so I can run them manually. Looks like the script gets 4 variables ($VM, $OperatingSystem, $CPUType, and $Cloud), and then runs the "Set-SCVirtualMachine"
    CMDLET. For the $Cloud variable, it does return the proper "CloudID" of the Private Cloud I am trying to move the VM too (I ran it separately and then ran an ECHO $Cloud to look at its value). When I run the "Set-SCVirtualMachine" CMDLET,
    the output has values for "CloudID" and "Cloud" and these are still the values of the source Private Cloud/Private Cloud I am moving the VM out of and ultimately want to delete. 
    Has anyone ran into this? Is something not processing right in the "Set-SCVirtualMachine" CMDLET?

    I been slowing looking into this and this is where I am at:
    I built a development SCVMM 2012 R2  instance that mocks our production environment (minus all the VM's...just the networking configuration and all the private clouds have been mocked). From there, I started at SCVMM 2012 R2 GA and one by one installed
    the 4 rollup patches in ordered and at each new patch level,  I monitored the queries coming in through SQL Profiler, as I moved a VM between private clouds and created new VM's within clouds. As I created new VM's and moved the VM's between clouds. the
    stored procedure "prc_WLC_UpdatePhysicalOBject" all have a value of NULL for the CloudID column....so a CloudID isnt even associated to the physical objects (basically the VHDX files and any mounted ISO's I have on the VM's). 
    I did find out this SCVMM instance was upgraded from SCVMM 2008 (I took over after the 2012 R2 upgrade was completed). 
    I am thinking at this point...nothing is wrong with SCVMM 2012 R2 if you build and recreate it from scratch and a new DB. I am thinking this might be a depreciated field from SCVMM 2008. The only other thing we did, was put in a SAN and moved VM's from stand-alone
    hosts to the new CSV's (A mixture of 2008 R2 and 2012 NON R2 hosts). 
    At this point...since we dont have Self-Service enabled yet....it will be a days work to rebuild a new instance of SCVMM 2012 R2 and migrate the hosts/VM's to it and start from a clean slate. 
    I know the DB structure isnt really published...but does anybody have any other insights into this? 

  • IPhoto won't open due to the not being updated but when I check to upgrade to iPhoto 11 it tells me it is installed. The photos in the library were modified using 9.1.5 and the iPhoto is said to be 7.1.5 (iPhoto 8). Any ideas?

    iPhoto won't open due to the not being updated but when I check to upgrade to iPhoto 11 it tells me it is installed. The photos in the library were modified using 9.1.5 and the iPhoto is said to be 7.1.5 (iPhoto 8). Any ideas?

    How do you know the library was modified with iPhoto 9 (11)?  If you've never had iPhoto 9 on your Mac it could'nt have.  It sounds like a damaged library. Make a temporary, backup copy (if you don't already have a backup copy) of the library and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Net value not being updated from Pricing Element/Pricing condition

    Hi All,
    User confirm activity of 40 hours in CJ20n of Project System. When we are creating RRB(Resource Related Billing) request for billing of 40 hours using DP91, Net Value is coming Zero where as pricing condition for the item is upodating Basic Price from quantity of 40 hours.
    Please adise, why Net Value field is not being updating.
    Regards
    Rajesh

    hi monty,
    first of all please check the validity and other criteria by which sytem populates the pricing records in to the sales order.
    this can be easily done by refering to past "pricing" posts.
    also
    kindly check on the reference status whether this order is getting referenced and pricing values from a preceeding document like  sales quotation,because if the conditions mentioned by you are not in the preceeding saes document then it will not get populated ,hence you have to update pricing by going on to the conditions tab,
    update me so that other solutions can put to you
    regards
    Mohit Singh

  • Status/Delivery Documents not being updated in C4C from ECC on PGI

    Hi,
    We are integrating SAP C4C with ERP via HCI. We have created a followup ‘Sales Order’ from an opportunity in C4C.
    On creating the followup sales order this gets created in SAP ERP & we get back the sales order/inquiry number in C4C,but we do not get any status.
    Also for the sales order when we try to deliver or do a ‘Post Goods Issue’ in ERP and we deliver goods the document flow in ERP shows’ ‘delivery number’ etc but these statuses are not being updated in C4C.
    We have already configured the 'Communication Arrangements ' in C4C, with this scenario as below,
    Opportunity with followup business Transaction in ERP ------ > Update opportunity from followup business transaction document.
    In HCI we have configured the following template in eclipse :
    ERP to Cod Opportunity Replicate
    So,C4C still has just two entries one for inquiry & one for sales order with just the number and no other followup documents details/status ,say PGI --delivery document number etc.Can you kindly help.
    Thanks
    Indrasish

    Hello Indrasish,
    If I am not wrong you might be using the URL for Outbound Channel that is mentioned in Catalog (standard scenarios for HCI on HCI tenant). Mind that the Outbound URL for Pricing, Query Sales Quote and Query Sales Order Scenario should be picked up from Services for same which we can get from SICF on ECC. These URL structures are also maintained in 1402 standard document for ERP integration using HCI. Yet mentioning them below:
    u
    These URL paths are to be maintained in the Outbound Channel on artifacts related to Request Pricing, Query Sales Quote and Query Sales Order.
    Let me know if this is what you were expecting and if this solves your issue.
    Regards,
    Chandan

  • Parent members not being updated when running AGG

    I have a scenario where eventhough the bottom level members change the parent members are not being updated when we run an agg
    For example if the bottom level member was 150 and we run the aggregate the numbers are fine. If the bottom level member was changed to #Missing then the parent members are not updated when we run the agg
    IN the script below we use CALC DIM(COstCenters,SpaceTYpe)
    My concern is the setting SET FRMLBOTTOMUP ON i use, because it looks like it's skipping that block. HOw can work around this issue without affecting the performance too much. For example using SET CREATEONMISSINGBLK ON might help, but will have a performance impact
    Here are the details of the script
    SET MSG SUMMARY;
    SET FRMLBOTTOMUP ON;
    SET CALCPARALLEL 4;
    FIX("Budget","Version1", "FY2011", "RSF","No_Period","M3","M6","M9","M12",@IDESCENDANTS("$1"),@LEVMBRS
    (SpaceType,0),@LEVMBRS(CostCenters,0))
    CALC DIM (ManagedBU,AllocatedBU);
    ENDFIX
    FIX("Budget", "Version1", "FY2011", "RSF","No_Period","M3","M6","M9","M12",AllocatedBU,ManagedBU,
    @LEVMBRS(SpaceType,0),@LEVMBRS(CostCenters,0))
    "$1";
    ENDFIX
    /* Aggregating numbers for the report so it could be viewed n a top cost center level */
    FIX("Budget", "Version1", "FY2011", "RSF","No_Period","M3","M6","M9","M12",@IDESCENDANTS(AllocatedBU),@iDESCENDANTS(ManagedBU),@IDESCENDANTS("$1")
    CALC DIM(COstCenters,SpaceTYpe);
    ENDFIX
    /* Aggregating numbers for the report so it could be viewed in a top regional level*/
    FIX("Budget", "Version1", "FY2011", "RSF","No_Period","M3","M6","M9","M12",@IDESCENDANTS(ManagedBU),@IDESCENDANTS(AllocatedBU),@IDESCENDANTS(SpaceType),CostCenters)
    @IANCESTORS("$1");
    ENDFIX

    yes Aggmissg will work with from bottom up. As for performance, believe it or not, having Aggmssg on is quicker that off. That is because when off, it has to look at the children blocks to determine if there are data values present that need to overwrite the parent value where hen it is on, it does not look it just does it.

  • TS3999 My calendar events on my PC are not being update in iCloud. Why not?

    My calendar events on my PC are not being update in iCloud. I made this happen one time by deleting iCloud on my PC and then reloaded it to the iCloud. I thought it was to keep all calendars in sync no matter what device was used.  What am I doing wrong? It appears you can only go one way, iCloud to PC unless you turn off Icloud on PC and reload PC entries.

    Thank you very much for your help!
    I did the three points you mentioned above, the thing is that I can publish, but I would have to unpublish the latest issue in order to be able to read the new one, actually it is necesary to archive the last issue in order to see the new one.
    What can I do?? it is very important to me!!!
    I need to publish a very importan magazine
    Thank you very much for your help1

  • Orchestration Dependeny Queue not being updated

    Hello,
    We want to increase the consumer count for the orchestration dependency queue from 16 to 30. We have made the changes to the weblogic-ejb-jar.xml updated the oms.ear. But unfortunately, the consumer count is not being updated. Can someone please help me urgently !!!!!!!!!!!!!!
    Regards,
    RavRao

    Hi,
    Did you check in KE24 and R/3 data is there or no?
    Next you can check your Delta Settings.
    Fyi... there is no Delta Queue in Copa.
    Follow this issue:
    copa delta problem
    Let us know, if it works.
    ~AK

  • Stock value is not getting updated in APO system From ECC automatically

    Hi All,
    Stock value is not getting updated in APO system From ECC automatically but if we do it manually from transaction CFM2 it will get updated.
    for this we are using EXIT_SAPLCSTK_001.
    I am using VL10A for delivery and VL06G for PGI
    I have also checked integration model for material and stock.
    Please help me out as it is very urgent.
    Thanks,
    Gaurav Mittal
    Edited by: GAURAV MITTAL on Feb 6, 2008 6:09 PM

    Hi,
    for transferring the stock data from R/3 to APO automatically, you need to have the integration model for material and stock activated.
    please check the same.
    if this does not help, let me know in detail the steps which you are following..
    Ram

Maybe you are looking for

  • Sync says it is working, but Mail account is not imported to iPhone

    So I this problem with syncing my basic mail account with my iPhone. It is an IMAP mail server account and it works fine on my Macbook. I have the setting in iTunes showing that the sync should include the one mail account on the Macbook (it is check

  • Change vendor evaluation with new scores for automatic criteria

    Hi, I would like to delete actual vendor evaluations and revaluate my vendors with new scores for the automatic criteria on time delivery. Using the program RMEVALDL doesn't work. Does somebody have a suggestion please ?? Thanks in advance, Kind rega

  • Report for disply the information month wise

    matrial as row for each month sales informaition. how to create this report????

  • Firmware for DVR-K12TBS

    Hello, is there ja new Firmware for the DVR-K12TBS DVD Writer from Toshiba? (Model No. PA3358E-1DV5) My current Firmware is 1.15 (09/2004) This is very old and there are many DVD+-R that i can only burn with low speed. Thanks. Thomas J.

  • Creation of tables

    Good morning. In oracle 10g is necessary specify clause storage in creation of tables?? thanks Mauricio Briñes.