Capacity releasing after confirmation

Hi,
My requirement is as follows
Having one service order with 2 operations (each with 8 hours work and 1 capacity).After creation and releasing of order,I can see the capacity loading in CM01 for daywise . Now If I confirm the operations well ahead of the planned time and my issue is it's not reflecting in CM01.Logically speaking,after confirmation of operations in orders there should not be any requiremets pending.Will this reflect anywhere.If so pl share with me.
Regards
A.Sureshbabu

A.Sureshbabu,
The main profile is linked to many other profiles... Its a bit of a nightmare to set up.
Basically these profiles determine which data is selected, how it is displayed and what functions are available
PeteA

Similar Messages

  • Production order creation , release and confirmation cycle

    Hi All SAP Gurus,
    I am trying to set Production order creation , release and confirmation cycle integrated  to  xMII.
    I am sure there must be many among you who worked on this before.
    So can you please share your experience.
    Thanks in advance
    Regards
    Ritesh

    Hi Ritesh,
    I'll give you what I have been using:
    - Transferring orders to MII
      You can trigger the orders by tcode POIT or an equivalent BAPI (BAPI CLOI_DOWNLOAD_TRIGGER_TRANS) or have the iDOC being sent automatically whenever someone creates a new production order in R/3 (using change pointers). In both cases you will receive an iDOC in XML format from SAP with the production order information on it. After receiving this file a BLS transaction will be required to read the XML file and store it in your local DB.
    - Releasing orders from MII
      You can release the orders from MII using the BAPI BAPI_PRODORD_RELEASE (it will update the order status in R/3 to REL). After that you might want to update the production order status in MII local DB as well. Usually I have the bapi BAPI_PRODORD_GET_DETAIL in place in order to read the production order details whenver I need.
    - Doing confirmations from MII
      After the PO was released, you can do confirmations against each operation using the BAPI BAPI_PRODORDCONF_CREATE_TT. You can send up to SAP good quantity, scrap quantity, labor/machine time, etc. It's a pretty intuitive BAPI.
    If your system is not ready to do goods movement automatically you will need to use BAPI_GOODSMVT_CREATE.
    This is basically what I use in this kind of project. If you have any questions please let me know.
    Regards
    Ricardo

  • Open follow up transaction type screen automatically after confirm account

    Hi Gurus,
    I have a transaction type Z010 for interaction record that is copied from standart 0010 transaction type.
    I define dependent transaction type SRVO that is service order as a follow up of Z010
    My requirement is to open automatically open service order screen after confirming account
    As agents must do everything vey quickly while they are on phone, it is needed urgently.
    Now they have to open Z010 interction record screen, have to press follow up button, click to clipboard and then can open the scrren of service order.
    How can we automatically open service order screen after confirming account??
    I will be very pleased if you will help...
    Thanks.

    Hi Denis, thanks for reply.
    I read it and see that interaction record is automatically created. How can it be made, is it a standard customizing?? Our interaction record is created automatically when follow up process-it is service order here- is created. First we confirm customer, then press to Interaction Record at the left hanside, then in this screen we press follow-up button, then click on Activity Clipboard, then service order screen is opened. I want to pass two steps, pressing Interaction Record and pressing follow up record, how can I do this??
    Exactly I have to define process type Business Activity for interaction record, I can't give Service Order process type directly to interaction record. Service Order type must be dependent to business activity, is it true?? If there is a way to directly giving service order type as an interaction record type, and making interaction record creation automatically after confirming, my problem is solved as very well.

  • Memory does not get released after encrypting/ decrypting files.

    I am using javax.crypto package to encypt/decrypt files but the problem is that once a big file (around 100- 700 mb) is encrypted there is spike in memory of 70 Mb (first time) and whole of this memory is not released after execution is finished. I have kept my application run for days but this memory do not come down.
    Interesting thing is if I encrpyt/ decrypt the same file again and again the memory do not rise by 70 Mb, but for first 3-4 iterations 5-8 Mb of memory is released in each iteration and after that memory starts increasing again in chunk of 2-5 Mb and after few iteration some memory get released but in all the memory always increases. The code to encrypt file is simple
    Cipher c = Cipher.getInstance("AES/CBC/PKCS5Padding");
    byte[] salt = generateRandomBytes(16);
    Rfc2898DeriveBytes rfc = new Rfc2898DeriveBytes("123456", salt, 1000);
    SecretKey key = new SecretKeySpec(rfc.getBytes(32), "AES");
    c.init(Cipher.ENCRYPT_MODE, key );
    FileOutputStream fos = new FileOutputStream(encryptedFile);
    CipherOutputStream cos = new CipherOutputStream(fos);
    FileInputStream fis = new FileInputStream(largeInputFile);
    int len = 0;
    byte[] buf = new byte[1024 * 128];
    while((len = fis.read(buf)) != -1) {
       cos.write(buf, 0, len);
    cos.close();
    fis.close();
    This is simple observation I have seen in my program:
    I am using Windows 7 64 bit with 16 GB RAM Intel Core 2 Duo 3.00 GHz and file encrypted was 700 MB size
    Explanation
    Memory Usage (As shown in Windows Task Manager Private Working Set column)
    When program starts
    9924 K
    After first iteration of encryption
    81,180 K
    Second Iteration
    78,254 K
    3 Iteration
    74,614 K
    4 Iteration
    69,523 K
    5 Iteration
    72,256 K
    6 Iteration
    70,152 K
    7 Iteration
    83,327 K
    8 Iteration
    85,613 K
    9 Iteration
    95,124 K
    10 Iteration
    92,698 K
    11 Iteration
    94,670 K
    I kept the iteration on for 2000 iteration, the same pattern was observed and at the end memory usage 184,951 K, this memory was not released after calling System.gc() also.
    What could be the possible problem, is it the CipherOutputStream or Cipher class having some memory leak or I am doing something wrong here?

    ash wrote:
    We are using WebLogic Server 7.0 runing on Solaris 2.7.
    We are experiencing a problem where the memory does not seem to be released after
    the application has been shut down.What do you mean by "application has been shut down"? Is the server
    process running or not? Is it a zombie?
    The
    Unix 'top' command reports that memory has not been reclaimed by the O/S. What exactly has it reported? If the process is gone, then I'm pretty
    sure your O/S has reclaimed the memory. What exactly are you looking at
    in top?
    -- Rob
    > Continue
    restarting it will forces us to reboot the server as there will be more and more
    memory lost when restarting the WebLogic.
    Advice to fix the problem is much appreciated. Thanks.

  • Deletion of Delivery after confirm of Pick and WM TO, should not be allowe

    The system will allow a delivery to be deleted after confirmation of Picking and WM TO. This creates all kinds of issues in WM for tracebility. Is there any way to prevent this from happening through config in WM or SD?
    Edited by: Daryl Dellinger on Jan 30, 2008 3:51 PM

    Try OSS notes 567666 - stock inconsistencies after deletion of delivery items
    Regards
    Edited by: Shiva Ram on Jan 30, 2008 8:32 PM

  • Vendor marked as purchasing Block after confirmation of Vendor through FK08

    Hi ,
    We  are having SRM 5.0 Add On System. While Creation of Vendor In ECC system it goes for Confirmation First.
    So in SRM Vendor Remains as Blocked for Purchasing in Table BBPM_BUT_FRG0061 as Vendor in ECC system also remains as blocked for Purchasing.
    Confirmation FK08 is done by different user. After Confirmation in ECC system vendor get unblocked for Purchasing but in SRM it remains as blocked for purchasing.
    So Purchasimg Blocked is not removed in SRM.
    If we are removing the block tick by Changing the Vendor(XK02)  then in SRM Vendor get unblocked automatically.
    Expecting reply at the earliest.
    Thanks & Best Regards,
    GK

    Hello GK,
    Behavior you describe is the standard one.
    FK08 is to confirm vendor modification regarding accounting data, that is at company level.
    So, purchasing organization data being not concidered, vendor is unblocked for posting (all companies or selected company) but not for purchasing.
    Regards.
    Laurent.

  • Network Activities update issue after confirmation

    Dear,
    In our PS projects we are using one network header (with backwards scheduling) with both internal (PS01) en cost activities (PS03). The cost activities are linked to two internal activities to establish a cost spread.
    For example Cost activity 1 is linked to internal activity X and Y=
    Cost activity 1 has a SS relationship with internal activity X
    Cost activity 1 has a EE relationship with internal activity Y
    => as such the planned costs defined in the cost activity are spread over the planned period between internal activity X and Y
    Now when you do a confirmation of a internal activity, e.g. X, then the planned dates of the cost activity are not updated with this actual dates of the linked internal activity
    => a

    hi
    after confirmation have you run the schedule project/network.

  • Qm order after confirmation of activity

    Hi, Please advise what are all the steps required after confirmation of qm order at the time of results recording. like do we need to deactivate the asignment of qm order, settle it, close them etc. please advise the steps involved.

    Dear Raju
    You need not do so
    The QM orders are like internal order which is settled using K088 or using CO88. You may check the CO guy regarding the settlement rule and activity costs
    Regards
    Gajesh

  • HT3702 I have paid once for one month subscription for al jazeera sport live app. I just released after few months that they are automatically charging me on monthly bases. How i can stop them charging me for something i did not use and i did not authoriz

    I have paid once for one month subscription for al jazeera sport live app. I just released after few months that they are automatically charging me on monthly bases. How i can stop them charging me for something i did not use and i did not authorize?

    You possibly set up an auto-renewing subscription with the app - there are instructions on this page on how to manage them, including how to stop them : http://support.apple.com/kb/HT4098

  • Not directed to Interaction Record automatically after confirmation of BP

    Hello Experts,
    i'm currently working on a requirement to direct a user to the Interaction record creation view automatically after confirmation of an account and installed base. Consequently i have maintained  following customizing setting within our account identification profile:
    Account Navigation:
    Object type = BT126_INR, UI Action = D
    I have tested the following scenario's:
    1. In case when i confirm an account AND installed then automatically the Interaction Record create view is being displayed --> OK.
    2. In case when i confirm an account which is not linked to an Installedbase then nothing happens. --> NOT OK
    3. In case when i confirm an installed base and the related account afterwards then nothing happens --> NOT OK
    Can you explain why in situation 2 & 3 i'm not directed to the Interaction Record create view?
    Regards, Sander

    Hello, Sander.
    First of all identify which view and component you use while confirming partner (e.g. which view/component Confirm button belongs to).
    In general it should be ICCMP_BP_DETAIL component and one of its views: BuPaDetail, BuPaDetailB2B or BuPaMixDetailB2B.
    For instance, let's take a look into BuPaDetail (for other views procceed in the same way).
    In its event handler EH_ONCONFIRM there is such code at the very end:
    * process further steps
    CALL METHOD me->process_after_confirm
       EXPORTING
         ir_bupa_controller = lr_cucobupa.
    ENDMETHOD.
    Let's go futher and step into this method process_after_confirm. Here the check is started.
    * navigate only if ibase has been confirmed or if ibase is not selected in customizing
    lr_objcomp_cust = ir_bupa_controller->get_objcomp_cust_instance( ).
    CHECK lr_objcomp_cust IS BOUND.
    lt_bpcodeta = lr_objcomp_cust->get_bpcodeta( ).
    IF lr_objcomp_cust->objcomp_defined( ) EQ abap_false.
       lv_navigate = abap_true.
    ELSEIF  ir_bupa_controller->is_product_confirmed( ) EQ abap_true.
       lv_navigate = abap_true.
    ELSE.
       READ TABLE lt_bpcodeta WITH KEY auto_search = abap_true ASSIGNING <fs_bpcodeta>.
       IF sy-subrc <> 0.
    *      auto search is not set for any component
         lv_navigate = abap_true.
       ELSE.
         IF <fs_bpcodeta>-search_approach IS INITIAL.
           lv_navigate = abap_true.
         ENDIF.
       ENDIF.
    ENDIF.
    And after that the system creates objects for navigation. In the above code they check settings made in SPRO -> CRM -> Interaction Center WebClient -> Master Data -> Define Account Identification Profile.
    Hope this will help you.

  • 24 fps in Pal - after confirming attribute changes gives me a scare

    Dear Friends, I am currently editing 35mm Film on fcp, I would like to mention my workflow so that if there is something missing, someone can point it out (Please) Telecine 25 fps - Imported the atn files in to cinema tools and exported batchlist to fcp, imported batch at 24 list in fcp Pal DV 25 proj, loaded the material and confirmed it to 24fps through cinema tools, relinked it in fcp (now here is what i am scared about, when i relink it says some attributes have changed, is this normal, is it suppose to give me this message) after relinking i put the shots on 24 fps seq for 24fps edit.
    I had few problematic telecines and keylogs, so i decided to change the database and relink the shots manually, While connecting few clips to database, cinema tools messaged, it has trimmed the shots so that it can generate correct cutlist, now is this normal, or am i doing something wrong. my cutlist generated are perfect anyway.
    1. changed attributes after confirm.
    2. trimmed shots by cinema tool for correct cutlist.
    Thanks
    Macbook pro   Mac OS X (10.4.7)   2 GHz

    It did the same for me on a feature I have now finished. Neg cut, conform and DI all perfect. It is a worrying warning, but you get use to it.
    Search the forum for pal 24 at 25. A few posts on a number of issues which make PAL24 a bit tricky.
    Good luck
    John

  • Paper won't release after printing

    I don't know if it happened after a techie at HP suggested a different driver to access the e-print functions on my HP Envy printer, but some times the paper won't be released after printing.  I have to give it another function, then cancel the function, to get the printout.

    Hi
    I see.
    Have you by chance set the Docked icon to Keep In Dock, found by clicking and holding down on the docked icon?
    Furthermore you say the printer icon stays open showing a green arrow, so is that both the printer utility and the printer both showing in the dock?
    i think normally, there should only be the printer utility, a green open printer symbol doesn't ring a bell, so to speak.
    roam

  • CO12-Yield quantity shown is zero even after confirmation with correct qty.

    Hi Experts,
    While confirmation using CO12- collective confirmation, i get a message "Total confirmed quantity does not equal planned quantity"( ECC6.0 system). Moreover for  few plants, the yield is zeroed out, eventhough i enter the planned qty and after confirmation is executed, the yield shown is zero for those confirmed operations.
    1. Why does the message "Total confirmed quantity does not equal planned quantity" appear eventhough i enter the planned operation quantity for confirmation?
    2. Why does the yield quantity zeroed out for some plant? (maybe for some material)?
    Any pointers would be of great help.
    Thanks,
    SudhaharN

    Hi,
    Answers to your questions are,
    1. Why does the message "Total confirmed quantity does not equal planned quantity" appear eventhough i enter the planned operation quantity for confirmation?
    Total confirmation quantity for that particular operation is exceeding the actual Qty.
    You can check in CO14 how much it is already confirmed.
    2. Why does the yield quantity zeroed out for some plant? (maybe for some material)?
    Check setting in OPKI (for collective conf) wether you have selected the option Qtys immeed.
    This will propose you the remaining qty in CO12 you need not to enter.
    Give points if this is useful.
    Regards,
    Vinayak.

  • Actual Cost Machine hours is zero (After confirmation)

    Dear Guru,
    We are implementing PP module and product costing. We enter the budget with activity type in KP06 & KP26. After confirmation, the actual cost in machine hours is zero but not in electricity or steam. Why the actual cost is zero in activity type machine (we enter the actual qty machine hours) ...
    May you assist me to solve this issue
    Thanks
    Maju S

    Dear Umapathi G & Shaubhik
    Thanks for your replay.I have checked the Control key is marked for costing and the cost center is assigned correctly and we have executed the KPSI before and I found the fixed price for Machine hours in tcode KSBT and cost center is not locked for posting secondary CE
    For additional information, we have 3 activity type, Machine hour, Electricity and steam. The actual cost for electricity and steam are not problem, only for actual cost activity machine is zero. The issue only for activity type for machine.
    May you have me to give the other solution to be checked
    Thanks for your replay and I am really appreciate it
    Maju S

  • My payment was not accepted after confirming it wa...

    Skype send me a Mail my payment was not acepted after confirming It was ?
    Post transferred from where added to create new topic;
    subject/title edited accordingly.

    Your account shows that your payment has now been accepted.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

Maybe you are looking for

  • Can I change the OS language?

    If I buy a MacBook in Russia, I would get my Mac OsX in Russian language. How can I change the OS language to English? The keyboard would be in Russian with English letters in a smaller way. I speak Russian, but my wife doesn't, so I would like to ch

  • How do I set non standard print size with Epson SX515 and iMac

    I have an Epson SX515w printer and can't find any software on Epson that lets me set non standard print sizes.  From my PC Laptop I can print all Avery sizes as well as any size I want.  I want to print images to fit into small square frames.

  • SAP HR Benefits

    Hi all , I need the documents on SAP HR-Benefits. Regards santosh .

  • Ordinal 96 could not be located

    Windows 7 32-bit.  Installed Practice Master case management palm conduits. When I try to open Hotsync manager I get the following error message. The ordinal 96 could not be located in the dynamic link library CONGMGR.dll. Was able to sync to Palm De

  • Waterfox claims to be a 64 bit version of Firefox. Is it? Is it safe?

    I noticed IE provides a 64 bit version. In looking for a FF 64 bit version I found Waterfox. It claims it is a 64 bit version of FF. Is it? Is it safe? Are there plans for a 64 bit version of FF?