Unable to release OPM Batch in R12

Hi gurus,
We are implementing R12 OPM and using the shared version of unconstrained ASCP planning.
We are not able to release OPM batch planned orders to OPM execution.
The profile Auto Implement planning suggestion to APS is set as No and ran the "Auto Release of Planning suggestions for APS" concurrent request manually gives error message as
"Profile Update activity offset is not set",
Searched thro metalink and could not able to get the solution.
Can anyone help me to solve this issue.
Thanks,
Suresh

First try to create plan batch manually in Production Module.
If it allows you to create and save planned batch (FPO) then the issue is with ASCP-OPM integration.
If you are unable to create planned batch manually, check for:
1) Plant-warehouse setup in MPS
2) Document ordering
3) Valid effecivity for the item
I am not sure if all of these are still required in R12, but they are required in 11.5.10
If you are able to create FPO manually then there might be issue in integration where some setup steps is missing. You need to follow all the setup steps mentioned in ASCP-OPM integration manual.

Similar Messages

  • R12.1.3 - Pick release for batches completing in error during upgrade

    Hi,
    We are upgrading from 11.5.9 to 12.1.3.  Pick release for batches fails with the following error message in log file.
    The delivery lines given in the log file all have sub-inventory restricted items. We don't use WMS.
    Any help/pointers greatly appreciated!
    Scenario:
    =======
    Batch pick release performed for sub-inventory "A". The program "Pick Selection List Generation" fails with the following error message.
    Items on the failed delivery lines are sub-inventory restricted and assigned to sub-inventories "B", "C" & "D".
    Error Message:
    ============
    Could not Create Move Order Line for Delivery Detail XXXXX
    Delete Line 9.990000000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000E+125
    Error occurred in Inv_Pick_Release_Pub.Pick_Release
    ORA-22160: element at index [32] does not exist in Package INV_Pick_Release_PUB
    Procedure Pick_Release
    Unexpected error from INV_Pick_Release_Pub.Pick_Release. Exiting
    SQLCODE: 1 SQLERRM: User-Defined Exception
    Exception occurred in WSH_PICK_LIST.Release_Batch_Sub
    Error occurred in Release_Batch_Sub
    SQLCODE: 1 SQLERRM: User-Defined Exception
    Exception occurred in WSH_PICK_LIST
    Thanks,
    Renganayaki S

    Please see if the following docs help.
    Pick Release Error: 'Could not Create Move Order Line for Delivery Detail'. (Doc ID 748927.1)
    Cannot Pick Release Non-Inventory OPM Items In R12 (Doc ID 1481238.1)
    Pick Slip Report Complete With Null Value After Release Sales Order (Doc ID 1362175.1)
    If none of the above helps, you may log a SR.
    Thanks,
    Hussein

  • Linkage of Sales Order with OPM Batch automatically through MRP run

    Hi Friends,
    Can anyone please suggest me of how the Linkage of Sales Order with OPM Batch can be created automatically after running OPM MRP.
    Thanks in advance.
    Thanks & Regards,
    Bharathram N.

    Dear Friend,
    Thanks for your update.
    I had the set ups already which you have specified. But I dont see in the action messages screen any sales order number for each action.
    My requirement is following..
    1. I will enter SO for an item called A.
    2. Run MRP.
    3. From Action Message Summary, I will release production batch.
    4. Now the batch been created should have the sales order number from which it came originally.
    Hence to achieve above, I need SO with MRP Link action message(backend or front end)..
    Hope the above scenario is clear to you..Plz let me know your thoughts..
    Thanks & Regards,
    Bharathram N.

  • OPM batch related

    Hi folks,
    I dont knw OPM
    Im developing a report on OPM,now the problem here is first im creating a batch to create a product from 2 items and this is all done in batch screen and then im reserving some and then completing the WIP issue and WIP completed (here the product item i gave batch no as lot no and where as the general items used for product i gave different lots for each one)
    when im building a query for that specific batch and the related items im getting all batches tat are associated to that items i.e this problem i think im getting due to im not able to join batches to lots........so please can anyone help me built this query.??
    i.e the cycle order is batches-->items-->lots-->reserving-->transactions
    Regards,
    Kranthi.

    Hi,
    thanx for ur reply
    but im doing it on R12 where the ic_item_mst_b and ic_lots_mst tables dont have data in them
    what should i do in this case??please help i suppose u got my requirement correctly
    once again im telling my query problem in R12
    In the OPM batch detail screen i sud capture Ingrediants related item and the product related item.both the items
    should be displayed for the specific batch.
    example:-ingrediants used to get the final product i.e x(ingrediant)+y(ingrediant)=z(product).In my query i want 3 items x,y & z respectively for the specific batch i.e consider batch as 'bb'.
    The order of query chain to be followed is
    batch-->batch deatils(ingrediants+products)-->lots-->reservations-->transactions
    Regards,
    Kranthi
    Edited by: user_7000031 on Mar 23, 2009 4:57 AM

  • Unable to release request.

    Hi,
    I am unable to release my requests from transaction SE09.
    It shows the error message "Report not Active", but my reports are active.
    Please help.
    Thanks,
    Sai.

    se03 ---> search for objects in request/tasks ---> choose correct line (for your report, choose prog) ---> write your report's name ---> choose all request types ( also modifiable)
    search your report in other modifiable requests
    regards,

  • Unable to release to accounting on VF02 - Inconsistency on posting tables

    Hi Everyone,
    We are unable to release a billing document on VF02. IF we check on SM13, it generates an error on FM RV_INVOICE_POST.
    Error details is "V2 030: Inconsistency in the posting tables for document XXXXXXXX"
    We have checked the ABAP editor but we are unable to interpret the code:
    On subroutine PERFORM VBPA_BEARBEITEN from RV_INVOICE_POST, program passes value of xvbfa-vbeln to structure beleg, because of that beleg-id changes from '$' to 0 because xvbfa-vbeln already has a value.
    LOOP AT xvbfa WHERE updkz EQ updkz_new.
        beleg = xvbfa-vbeln.
        PERFORM vbrk_belegnummer_ermitteln.
        xvbfa-vbeln = xvbrk-vbeln.
        MODIFY xvbfa.
      ENDLOOP.
    But on subroutine vbrk_belegnummer_ermitteln there is a condition on beleg-id which is cause of the error:
      IF beleg-id NE '$'.
        MESSAGE a030 WITH beleg.
      ENDIF.
    Please advise. Thanks.

    sorry i have to correct my post, the code should be:
    LOOP AT xvbpa WHERE updkz = updkz_new.
        beleg = xvbpa-vbeln.
        PERFORM vbrk_belegnummer_ermitteln.
        xvbpa-vbeln = xvbrk-vbeln.
        MODIFY xvbpa.
      ENDLOOP.
    NOT vbfa.
    I will look on OSS note that you said, see if it works.

  • Unable to run a Batch File Operating System Command

    Using XI 3.0, I am unable to run a Batch File Operating System Command After Message Processing.
    My Batch file:
    gpg -se -r BOA3RSKY --armor --passphrase-fd 0 %1 < C:\Progra~1\GNU\GnuPG\gpgin
    My Command Line (ID scenario)
    exec "cmd.exe /c C:\Progra~1\GNU\GnuPG\boagpg.bat %F"
    If I execute
    exec "cmd.exe /c type C:\Progra~1\GNU\GnuPG\boagpg.bat >xis.txt"
    It displays the contents of boagpg.bat file in xis.txt.
    I just don't understand why when I run the batch file, I would expect an %F.asc encrypted file in the same directory as the %F unencrypted file.
    Any ideas?
    or will I need Basis to create commands that will allow me to run GPG from XI Command Line?

    Check this links if its helpful
    http://help.sap.com/saphelp_nw04/helpdata/en/bb/c7423347dc488097ab705f7185c88f/frameset.htm
    /people/sap.user72/blog/2004/01/30/command-line-help-utility
    Check this thread a similar problem
    Process Integration (PI) & SOA Middleware
    Note 841704 - XI File & JDBC Adapter: Operating system command
    http://service.sap.com/sap/support/notes/841704
    Try to see the below links
    /people/michal.krawczyk2/blog/2005/08/17/xi-operation-system-command--error-catching
    OS Command on FTP
    OS command line script - Need help
    FTP - Run OS Command before file processing
    Note: reward points if solution found helpfull
    Regards
    Chandrakanth.k

  • Unable to release space from table

    Hi all,
    We are unable to release space from a table called TST03 even after deletion of records.
    Followings are the information.
    Database     : 9.2
    Table Name      : TST03
    Tablespace     : LOCALY MANAGED.
    Previously there were lots of rows.
    At Present only 9 No of Rows.
    Space allocated     : 41 GB
    PCT_INCREASE     : Null
    One of the column is of LONG RAW type.
    Since the table is in LMTS, we were expecting that the space allocated will be released automaticaly after deletion of records.
    Now, what are the option left with us to release 41GB of space ?
    A. Is there any effect of "Drop storage" option of 'Truncate table' command ?
    B. If yes , can i copy all the 9 rows to a new table, then use "Truncate table TST03 drop storage", check if space is released and then copy back all the 9 rows to this table.
    C. Do you have any other easy solution apart from export/import ?
    D. Checked all the relevant Note(646681,48400,10551), could not find an easy solution. I  want to avoid offline export/import option.
    Thanks .
    Naba J Neog

    > Hi all,
    Hi !
    > We are unable to release space from a table called
    > TST03 even after deletion of records.
    >
    > Followings are the information.
    > Database     : 9.2
    > Table Name      : TST03
    > Tablespace     : LOCALY MANAGED.
    > Previously there were lots of rows.
    > At Present only 9 No of Rows.
    > Space allocated     : 41 GB
    > PCT_INCREASE     : Null
    > One of the column is of LONG RAW type.
    >
    > Since the table is in LMTS, we were expecting that
    > the space allocated will be released automaticaly
    > after deletion of records.
    Sorry, but that is not what LMTS is for. Wrong assumption.
    MaxDB e.g. returns space immediately - Oracle does not.
    > Now, what are the option left with us to release 41GB
    > of space ?
    > A. Is there any effect of "Drop storage" option of
    > 'Truncate table' command ?
    Yes, the effect is, that after the truncate the table is empty and  only one extent is allocated - the rest is returned to freespace. That's the DEFAULT behaviour of TRUNCATE TABLE.
    > B. If yes , can i copy all the 9 rows to a new table,
    > then use "Truncate table TST03 drop storage", check
    > if space is released and then copy back all the 9
    > rows to this table.
    Nope - you would have to copy the LONG RAW columns as well and this cannot be done easily from sqlplus.
    > C. Do you have any other easy solution apart from
    > export/import ?
    Nope again - you'd have to use this offline reorganisation as long as you're not on Oracle 10g and the long raw fields got converted into LOBs. With 10g you might also use the SHRINK table command. But with Oracle 9i - sorry: exp and imp (will be pretty fast for 9 rows...)
    > D. Checked all the relevant Note(646681,48400,10551),
    > could not find an easy solution. I  want to avoid
    > offline export/import option.
    Sorry - no way to avoid it and still get the free space back.
    Anyhow you might want to take actions to prevent this situtation from reoccuring.
    These kinds of questions are covered in the notes
    <a href="http://service.sap.com/sap/support/notes/48400">#48400</a>
    <a href="http://service.sap.com/sap/support/notes/66290">#66290</a>
    >
    > Thanks .
    > Naba J Neog
    You're welcome.
    Lars

  • Suse 10: Unable to release physical memory: Bad file descriptor

    When I'm trying to run jrockit it prints the message "Unable to release
    physical memory: Bad file descriptor":
    stef@linux:~> export JAVA_HOME=/home/stef/progs/jrockit-jdk1.5.0_03
    stef@linux:~> export PATH=/home/stef/progs/jrockit-jdk1.5.0_03/bin:$PATH
    stef@linux:~> java -version
    Unable to release physical memory: Bad file descriptor
    [~38 time the same message]
    Unable to release physical memory: Bad file descriptor
    java version "1.5.0_03"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_03-b07)
    BEA JRockit(R) (build dra-45238-20050523-2008-linux-ia32, R25.2.0-28)
    The vm does work and the speed seems to be okay but this messages pops
    up every time I try to run an application. (It's not specific to this
    user it also happens for root)
    What does it mean and what can I do about it?
    Yours,
    Stefan

    You can safely ignore the messages. It is a result of changes in the implementation of madvise in the 2.6.13 kernel (which, needless to say, isn't supported with JRockit). We'll change our usage in a future release so that these messages don't show up.
    Thanks for pointing it out,
    /Staffan

  • Unable to release package administration lock for this system

    Hi,
    I created a Solaris package, but at the end of installation (on a Solaris 10 sparc) I get :
    #pkgadd -d MyApp_version__SunOS_sparc.pkg
    Installation of <MyAppName> was successful.
    pkgadd: ERROR: ERROR: Unable to release package administration lock for
    this system; try again later
    pkgadd: ERROR: ERROR: Unable to release package administration lock for
    this system; try again later
    The solution is to delete:
    #rm –rf /tmp/.ai.pkg.zone.lock*
    Then some lib issues occur .. fixed by:
    #cd /usr/lib
    #ln -sf ../../lib/libdlpi.so.1 libdlpi.so.1
    Then I can install and uninstall without any problems as many time as I need.
    Why does this issues occur when the package is first install on a system ?
    Thanks,
    Bianca

    Hi Alan,
    In the postinstall script I only handle the configuration files that my application has (all the files are in the /app/MyApp directory, no system files involved). I use the read user input and replace the values in the config file, and create another 2 files (also in /app/MyApp directory). This is all I do.
    I use the packaging scripts: depend, copyright, pgkinfo, preinstall, request, postinstall, preremove, postremove
    Thanks,
    Bianca

  • Unable to determine Auto batch

    Hi Gurus,
    My user is doing STO scenario,
    He created P.O after that he done Vl10b and now he is doing delivery,
    At this point user wants batch to be determine automatically.
    I have maintained auto batch tick for the batch item category.
    I have checked the stock for that material also, But still i am unable to determine auto batch for that material.
    So please suggest me what setting need to be done to determine auto batch for this scenario.
    Thanks and Regards
    Subramanyam.N

    Hi Subramanyam,
    Please check configuration steps for automatic Batch determination in delivery,As its very difficult to tell wht might be missing so i hope this will help you to resolve your issue.
    To trigger the batch number in the delivery document automatically we need to do necessary configuration and master data maintenance.
    1.Batch management works on condition technique, menu path: SPRO à Logistics General à Batch management à Batch determination and Batch check. Here we need to create new strategy types if necessary and access sequence if necessary, and also batch search procedure if necessary
    2.Allocate the SD batch search procedure using the menu path: SPRO à Logistics General à Batch management à Batch determination and Batch check à Batch Search Procedure Allocation and check activation à Allocate SD search procedure/Activate check. 
    3.Activate Automatic Batch Determination in SD using menu path: SPRO à Logistics General à Batch management à Batch determination and Batch check à Activate Automatic Batch Determination in SD. Here we have two options, 1. To activate batch determination for sales order item and 2. is to activate batch determination for delivery item, upon the requirement we can activate at both the places, But in general batch are activated only at delivery item level. 
    4.If we need shelf life expiration date for the batch we need to create a class using u201Ct code: CL01u201D, type in a name for the class and select the class type as u201C023 u2013 Batchu201D and maintain the characteristics as LOBM_VFDAT and LOBM_HSDAT (this for production).  
    5.Once the class is created go to material master under classification tab and maintain the class created.  
    6.One more important setting in the material master is to check the batch management. This need to be done before you process the material for orders. 
    7.Go to create batches for materials using t code: MSC1N or menu path: SAP Easy Access à Logistics à Central Functions à Batch Management à Batch à Create/change/display. You can create new batches for the materials and also maintain the Shelf life expiration date (SLED) in the batch master.  
    8.so as to determine the batch automatically we need to maintain a condition record for batch search strategy type using t code: VCH1 or menu path: SAP Easy Access à Logistics à Central Functions à Batch Management à Batch Determination à Batch Search Strategy à for sales and distribution à create/change/display. During the maintenance, maintain the class also in the condition record.  
    These steps will automatically trigger batch management during delivery processing. System will allot the batch automatically upon the availability of the stock in the batch.
    Regards,
    Pavan

  • Picking process in OPM Batch

    Hi Team,
    To set the Bulk picking process to happen for created batches and when executed no batch order number is getting defaulted for selecting it.
    Kindly let me know is there any set up missed for this feature.
    Regards,
    PAM

    Could you please explain me what steps need to be done for picking process in OPM batch?

  • Unable to release the higher level WBS

    Hi,
    at  my system am having a user status  'review' and 'release' at wbs level.
    Unless i review and release the subordinate WBS, am unable to release the higher level WBS.
    is there a possibility to directly review and release my higher level WBS which results all  its subordinate WBS reviewed and released automatically.
    Regards
    Ahmedkhan

    while setting user status use the set and pass on function

  • Unable to release invoice

    Hi Experts,
    WE ARE UNABLE TO RELEASE THE INVOICE NUMBER 2019001234 & 2019001230
    How to release invoice num,  Which TCode for release.
    Thanks in advance
    Regards,
    nagesh

    Dear
    Check the recon account of account type is given as D Customers  in FS03 under control data   and the field status group is given as G067. 
    Also check this thread Re: Account type/account for invoice reference does not match item,
    Regards

  • Unable to release planned order for single line from MRP workbench

    Hi
    We are unable to release planned order for single line from MRP Planner workbench,but Select All For Release is working for all the lines for the item
    User want to release a specific line but no new requisition is generated
    It is highly appreciable if anyone could help to resolve this issue
    Appreciate the Help
    Regards
    VKPK

    It sounds like the release goes through in the workbench but the requisition does not show up in source - is this correct? If so I would check item attributes / flags for purchasing and buy. also have found some items require a purchase price to be populated in master and org

Maybe you are looking for