Is there any function for the Batch assignment of production order

There is one function in the CO02(Production Order) which named "BATCH ASSIGNMENT".
CO02 -> Components -> Batch assignment
But the function only can assign one material one time.
This is very boring.
So we are planning to create a new program for it.
But I can't find any function moudle or BAPI can be used.
Could anybody give me some function moudle or BAPI for it?
Tks

Hello~~~Is there any body here?

Similar Messages

  • Is there any functionality for AVERAGE in ALV, like do_sum, subtot?

    Hi Experts,
    In my_alv report, am doing sub/totals for prices, by using do_sum, subtot functions.........fine. But, I need to do/display the AVERAGE value for Discount % column?
    Is there any functionality for AVERAGE in ALV, like do_sum, subtot?
    thanq

    hi
    check these links out
    http://www.sapfans.com/forums/viewtopic.php?t=20386
    http://www.sapfans.com/forums/viewtopic.php?t=85191
    http://www.sapfans.com/forums/viewtopic.php?t=88401
    http://www.sapfans.com/forums/viewtopic.php?t=17335
    regards
    vijay
    reward points if helpful

  • Is there any app for the ipadmini similar to the Assus Supernote Lite?

    Is there any app for the Ipadmini similar to the Assus Supernote lite?

    Hello,
    There aren't any that I know off. I would drop UMT a line and see if they are planning to release something similar for Project Online in the near future...
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Batch assignment in Production order

    I am using a bulk material M1 and packing it into a finished material F1. Both M1 and F1 are batch managed. The BOM of F1 calls for M1. I create a production order for F1 and assign a batch to M1 in the order. On release of order I want F1 to be assigned the same batch # as M1 in the order. Can I do this? Is there a user exit?
    thanks a lot

    Hi,
    Theres an exit PPCO0007 before saving the Production Order. Perhaps you can do some tweaks there.
    Thanks,
    Kumar P

  • Is there any rule for the JAVA_HOME variable?

    Is there any rule or guideline about the JAVA_HOME variable regarding what should be its contents and how java applications should treat it? Or does it only depend on the particular application?
    If there is such rule, could you give me a URL?
    Thanks

    garava wrote:
    JAVA_HOME
    is an environment variable. It tells you where is your JAVA installed. It can be used to specify PATH for JAVA. It also tells you which JDK you have in your machine, alternatively you can also do the same using java -version.
    Bottom line is it is an environment variable for Java applications.This is misleading. The environment variable JAVA_HOME is used by some applications to find the JRE but it is not mandated by the JRE or the compiler.

  • Are There Any Themes for the Blackberry Tour Approved by RIM, or Not?

    I've already had one BB Tour bricked, and I had downloaded all apps through BB App World.  However, there appear to be ZERO themes on BB App World.  So themes are the one thing I downloaded OTA on various websites, including Crackberry.  Seeing that my VZW Tour came pre-loaded with 2 themes, I thought downloading themes was harmless.  Is it possible the themes I had downloaded could have crashed my phone?  Are there any websites with themes that are approved by RIM?

    All Themes at this point are not from RIM.
    With the release of the New Developer Software during the Last Conference soon RIM will have themes Approved and available for Download through App world. No ETA at this point though.
    Brownie
    Tour 9630
    IT Professional

  • Are there any updates for the original 4th generation

    My ailing mother has an ipod that she has had for years but has not registered it.  My want to see if there are some updates for the original OS.

    Sync it via iTunes and see if it shows any updates available.

  • Is there any restriction for the types of components in a tool bar.

    Hi, i'm using a tool bar where i'm having different command buttons and an "<af:inputFile>" component.
    In one of the command button i'm having "<af:setPropertyListener>" component. This command button is not being used as a partial trigger by any other component. If i invoke this button i'm getting "Assertion failed:Incorrect use of AdfRichUIPeer.GetDomNodeForCommentComponent" error.
    if i remove the either the "<af:inputFile>" or the command button having "<af:setPropertyListener>" from the tool bar then there is no such error.
    is there any restriction to use different components in a tool bar. Please clarify me . Thanks.

    Thanks for your inputs. But non of the component using the attributes "rendered". And non of the components is being partial trigger for other components. Please let me know what else could be the cause. Thanks.

  • Is there any fix for the flashplayer installer not working on a windows 7, 64-bit, using firefox?

    I Hit the download link, get the permission windows, and the flashplayer installer window comes up, but doesn't do anything. i left it up all day when i went to work, come home 12 hours later and it was still just sitting there not installing. Is there a fix for this? i have looked everywhere and nothing that i have found has worked. even the suggestions on the adobe help page doesn't work..

    And you used the offline installers from the link that Andy posted:
    Flash Player for Internet Exporer - ActiveX
    Flash Player for Firefox - NPAPI
    If yes, please post the contents of the FlashInstall.log file in C:\Windows\system32\Macromed\Flash

  • Are there any checksums for the direct 10.10.1 download?

    Is there a checksum sh1, sh256 or sha512 for the direct download of the 10.10.1 update ( OS X Yosemite 10.10.1 Update ) provided by Apple somewhere?  Thanks k:d

    Hi Kim,
    At present, my program be modified as bellow :
    REPORT Z_TST_2.
    DATA : L_FILE LIKE RLGRAP-FILENAME,
    L_OPENMSG(1000) TYPE c,
    L_TEXT(1000) TYPE c.
    L_FILE = '/testfile/testfile.txt'. "ftp path
    OPEN DATASET L_FILE FOR OUTPUT
    IN LEGACY TEXT MODE CODE PAGE '8300'
    IGNORING CONVERSION ERRORS
    REPLACEMENT CHARACTER '#'
    MESSAGE L_OPENMSG.
    L_TEXT = 'A?B'.
    TRANSFER L_TEXT TO L_FILE.
    CLOSE DATASET L_FILE.
    Best regards,
    Eric
    Edited by: Eric Yang on Oct 15, 2009 10:58 AM

  • Is there any apps for the apple ipod 6g.

    The apps I already have are getting really old really fast.

    There are no apps for the 6th generation iPod nano.
    (58576)

  • Is there any suggestion for the "SafeNamedCache was explicitly released"

    I deployed the coherence-java-3.6.0-java on red had with core 2.6.18 with 64 bit.
    Then the deployed the coherence-3.6.0-cpp on the same manchine and complied the example "hellogrid" and it works ok . No any error .
    My requirement is to integrate the Coherence into the Nginx0.7.62 for my web server . And i wrote a thread pool for the NameCache::handle and get a newly hendle after a 5 seconds just because of the error "was explicitly released" . But it is not useful for solving the problem .
    Anybody please give me a suggestion for the root cause of this problem .
    Thanks .
    And the configurate as follows which are all copied from the configurate file for the example "hellogrid"(coherence-cpp/examples/config/extend-server-config.xml and coherence-cpp/examples/config/extend-cache-config.xml):
    extend-server-config.xm:
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <defaults>
    <serializer>pof</serializer>
    </defaults>
    <caching-scheme-mapping>
    <cache-mapping>
    <cache-name>dist-*</cache-name>
    <scheme-name>example-distributed</scheme-name>
    </cache-mapping>
    <cache-mapping>
    <cache-name>repl-*</cache-name>
    <scheme-name>example-replicated</scheme-name>
    </cache-mapping>
    <cache-mapping>
    <cache-name>local-*</cache-name>
    <scheme-name>example-local</scheme-name>
    </cache-mapping>
    <cache-mapping>
    <cache-name>*</cache-name>
    <scheme-name>example-distributed</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <distributed-scheme>
    <scheme-name>example-distributed</scheme-name>
    <service-name>DistributedCache</service-name>
    <lease-granularity>member</lease-granularity>
    <backing-map-scheme>
    <local-scheme/>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    <replicated-scheme>
    <scheme-name>example-replicated</scheme-name>
    <service-name>ReplicatedCache</service-name>
    <lease-granularity>member</lease-granularity>
    <backing-map-scheme>
    <local-scheme/>
    </backing-map-scheme>
    <autostart>true</autostart>
    </replicated-scheme>
    <local-scheme>
    <scheme-name>example-local</scheme-name>
    </local-scheme>
    <invocation-scheme>
    <scheme-name>example-invocation</scheme-name>
    <service-name>InvocationService</service-name>
    <autostart>true</autostart>
    </invocation-scheme>
    <proxy-scheme>
    <scheme-name>example-proxy</scheme-name>
    <service-name>ProxyService</service-name>
    <thread-count system-property="tangosol.coherence.extend.threads">2</thread-count>
    <acceptor-config>
    <tcp-acceptor>
    <local-address>
    <address system-property="tangosol.coherence.extend.address">localhost</address>
    <port system-property="tangosol.coherence.extend.port">9099</port>
    </local-address>
    </tcp-acceptor>
    <outgoing-message-handler>
    <request-timeout>5s</request-timeout>
    </outgoing-message-handler>
    </acceptor-config>
    <autostart>true</autostart>
    </proxy-scheme>
    </caching-schemes>
    </cache-config>
    extend-cache-config.xml:
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <defaults>
    <serializer>pof</serializer>
    </defaults>
    <caching-scheme-mapping>
    <cache-mapping>
    <cache-name>local-*</cache-name>
    <scheme-name>local-example</scheme-name>
    </cache-mapping>
    <cache-mapping>
    <cache-name>near-*</cache-name>
    <scheme-name>near-example</scheme-name>
    </cache-mapping>
    <cache-mapping>
    <cache-name>dist-*</cache-name>
    <scheme-name>extend-dist</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <local-scheme>
    <scheme-name>local-example</scheme-name>
    </local-scheme>
    <near-scheme>
    <scheme-name>near-example</scheme-name>
    <front-scheme>
    <local-scheme>
    <high-units>100</high-units>
    <expiry-delay>1m</expiry-delay>
    </local-scheme>
    </front-scheme>
    <back-scheme>
    <remote-cache-scheme>
    <scheme-ref>extend-dist</scheme-ref>
    </remote-cache-scheme>
    </back-scheme>
    <invalidation-strategy>auto</invalidation-strategy>
    </near-scheme>
    <remote-cache-scheme>
    <scheme-name>extend-dist</scheme-name>
    <service-name>ExtendTcpCacheService</service-name>
    <initiator-config>
    <tcp-initiator>
    <remote-addresses>
    <socket-address>
    <address system-property="tangosol.coherence.proxy.address">localhost</address>
    <port system-property="tangosol.coherence.proxy.port">9099</port>
    </socket-address>
    <socket-address>
    <address system-property="tangosol.coherence.proxy.address">127.0.0.1</address>
    <port system-property="tangosol.coherence.proxy.port">9099</port>
    </socket-address>
    <socket-address>
    <address system-property="tangosol.coherence.proxy.address">172.16.1.23</address>
    <port system-property="tangosol.coherence.proxy.port">9099</port>
    </socket-address>
    </remote-addresses>
    <connect-timeout>10s</connect-timeout>
    </tcp-initiator>
    <outgoing-message-handler>
    <request-timeout>5s</request-timeout>
    </outgoing-message-handler>
    </initiator-config>
    </remote-cache-scheme>
    </caching-schemes>
    </cache-config>
    Anyone who knows the root cause please tell me . Thanks .

    The original error shown in the console of the Coherence server as follows :
    2010-11-23 22:27:33.742/1566.313 Oracle Coherence GE 3.6.0.0 <D5> (thread=Proxy:ProxyService:TcpAcceptorWorker:0, member=1): An exce
    ption occurred while processing a PutRequest for Service=Proxy:ProxyService:TcpAcceptor: java.lang.IllegalStateException: SafeNamedC
    ache was explicitly released
    at com.tangosol.coherence.component.util.SafeNamedCache.ensureRunningNamedCache(SafeNamedCache.CDB:23)
    at com.tangosol.coherence.component.util.SafeNamedCache.getRunningNamedCache(SafeNamedCache.CDB:1)
    at com.tangosol.coherence.component.util.SafeNamedCache.put(SafeNamedCache.CDB:1)
    at com.tangosol.coherence.component.net.extend.proxy.NamedCacheProxy.put$Router(NamedCacheProxy.CDB:1)
    at com.tangosol.coherence.component.net.extend.proxy.NamedCacheProxy.put(NamedCacheProxy.CDB:2)
    at com.tangosol.coherence.component.net.extend.messageFactory.NamedCacheFactory$PutRequest.onRun(NamedCacheFactory.CDB:6)
    at com.tangosol.coherence.component.net.extend.message.Request.run(Request.CDB:4)
    at com.tangosol.coherence.component.net.extend.proxy.NamedCacheProxy.onMessage(NamedCacheProxy.CDB:11)
    at com.tangosol.coherence.component.net.extend.Channel.execute(Channel.CDB:39)
    at com.tangosol.coherence.component.net.extend.Channel.receive(Channel.CDB:26)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer$DaemonPool$WrapperTask.run(Peer.CDB:9)
    at com.tangosol.coherence.component.util.DaemonPool$WrapperTask.run(DaemonPool.CDB:32)
    at com.tangosol.coherence.component.util.DaemonPool$Daemon.onNotify(DaemonPool.CDB:63)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:619)
    It is shown again and again for any operation before the Coherence server is restart.

  • My ipod went in the wash for 40 minutes and the screen was crushed. i immediatly put it in a baggie of brown rice. is there any hope for the hardware? (i know i need a new screen)

    can it be saved? i know the rice thing has worked for other people but the bottom have of the screen is in basically small fragments so it probably got extra wet...

    If you take or send it to Apple for the broken screen, they will replace your iPod (for a significant price) with an equivilant refurbished model.  It doesn't matter what else is wrong with it.

  • Is there any process for the intializing the deltas for the purchasing da

    Hi,
    I need how can we intialize the delta process for the purcahsing data. that is 2LIS_02_SCL and 2LIS_02_ITM data sources.
    Please help me out this issue.
    Points will be awarded.
    Thanks in advance.

    HI
    Go to Transaction LBWE (LO Customizing Cockpit)
    1). Purchase Logistics Application
    Purchase BW
    Extract Structures
    2). Select the desired Extract Structure and deactivate it first.
    3). Give the Transport Request number and continue
    4). Click on `Maintenance' to maintain such Extract Structure
    Select the fields of your choice and continue
    Maintain DataSource if needed
    5). Activate the extract structure
    6). Give the Transport Request number and continue
    Next step is to Delete the setup tables
    7). Go to T-Code SBIW
    8). Select Business Information Warehouse
    i. Setting for Application-Specific Datasources
    ii. Logistics
    iii. Managing Extract Structures
    iv. Initialization
    v. Delete the content of Setup tables (T-Code LBWG)
    vi. Select the application (01 u2013 Sales & Distribution) and Execute
    Now, Fill the Setup tables
    9). Select Business Information Warehouse
    i. Setting for Application-Specific Datasources
    ii. Logistics
    iii. Managing Extract Structures
    iv. Initialization
    v. Filling the Setup tables
    vi. Application-Specific Setup of statistical data
    vii. u2013 Perform Setup (T-Code OLI*BW)
    Specify a Run Name and time and Date (put future date)
    Execute
    Hope it helps
    Check the data in Setup tables at RSA3

  • Tables for component batches used in production order

    what are the tables where i can the look up the
    Component Batches used on a Production Order?
    I am developing a report, where i need to input the batch number, and it should give the production orders in which it is used.

    one option is MSEG table. PrdOrd ID can be input into MSEG-AUFNR field and this way you get all the goods movements in connection with the order. If your confirmation and backflushing take place at the same time you can use the material document number and check the batches of the components.
    Other option may be to use COOIS for components in connection with a PrdOrd / PrdOrds.
    (I mean you check in connection with which PrdOrd that certain batch of FG was confirmed and you check the goods movement for thath PrdOrd using COOIS)

Maybe you are looking for