Subcontract one operation

Hi all,
I am creating a production order in which 2nd operation is subcontracted from other plant. I have set up control key PP02 for that operation in routing. Also set up in order type dependent requirements for automatic create PR on release. But i am still not able to get purhcase request on release of order.
Please help
Thanks

Hi,
Please check if the sub-contracting check box is selected & purchase info record number is entered in the routing for the seond operation (control key PP02).
Then after release of order goto the operation overview, double clcik the second operation & check the enternal processing tab page.
Regards,
Senthilkumar
Edited by: Senthilkumar SD on Apr 10, 2008 11:28 AM

Similar Messages

  • Operation subcontracting (one operation outside scenario)

    Hi
    I am desperately looking for an answer to this scenario regarding operation subcontracting one operation outside, how will be the BOM, Work center, Routing pl provide docs pdf.
    Thanks in advance

    Please follow below.
    1. In Routing assign PP02 control key for second operation.
    2. It will create PR while order release.
    3.Create PO for wrt PR with item cat " L"and do Component Posting to vendor wrt PO(MB1B-541)
    4.DO GR for that PO movement 101
    5.AT the time of GR 543 movement will be done and stock will be consumed from Vendor end( IN SAP it will reduce from stock provided to vendor in MMBE).
    6. If Components which you are sending outside are excisable then you required CIN consultant also, check below steps(It can be without payment of duty and full payment of Duty).
    check below transactions
    7. Creation of Subcontracting Challan w.r.t. Transfer Posting Doc ()
    8. - Reconciliation of Subcontracting Challan (J1IFQ)
    9. - Completion of Subcontracting Challan (J1IF13).
    10.- Generation of Annexure IV (J1IFR)
    Thanks
    Neeraj Dixit

  • Change duration of multiple still images in one operation

    Hello Folks.
    I am trying to change the duration of each image in a sequence of still images.
    Program: Adobe Premiere Elements 7
    Mode: Standard Definition 4/3 ratio
    File types in use: MOD, AVI, PNG
    Problem: The product manual states: "To apply the new default length to all still images in your project, delete them from Project view and reimport them into your project."
    Question: Is there a way to select a group of still images and then apply a new duration value to all of them in one operation?  An Adobe salesperson told me that this is possble before I purchased the program, but I cannot figure out how this is done. I switched to Adobe from another product in order to get this feature. Now that I need it, I cannot figure a way to get it to work. Time Stretch is not available when I select multiple images.
    Thank you,
    Brian

    Brian,
    Unfortunately not. PrPro CS4.2 has just added a way to change the Duration of previously Imported stills, but so far PrE does not allow for this, unless it is new to PrE 8, but I have not read of this.
    As noted, the method is to set the Edit>Preferences>General>Default Stills, and choose the Duration in Frames. Then Import the stills. If they are in the Project, that setting has already been applied, so one must delete them from the Project Panel and re-Import them with the new Duration.
    Now, one can obviously change the Duration on a one-by-one basis in the Timeline, but that can be tedious, if there are many stills. If I were doing this, I would make sure to have the Info Panel open and nearby, Window>Info.
    Good luck,
    Hunt
    PS - if PrE 8 HAS added the post-Import Duration change, I hope someone steps up with that info.

  • Execution of multiple goods movements in one operation

    Hi,
    Does anyone know of any SAP standard functionality for executing several movememts of materials in one operation?
    For example, is it possible to execute first mvt type 321 for a material, directly followed by a 301 - in one transaction (without posting material with 321 and then use another transaction to do the 301)?
    Of course the number of material documents and accouting documents should be the same as if you executed with 2 transactions.
    Is this something we need to configure or program? We dont use RF in the warehouse.
    Regards,
    Ola

    Hi,
    The several movements of materials in one operation can be executed in MIGO transaction,but the 321 movement is not defined for the MM movement type.
    It cannot be done in any MM movement type,it should cleared with QM side only.
    So the rest of any movement can be excuted in single operation.
    But in QM view they can do in single operation say if 10 stock was in quality,they can move 5 to unrestricted (321), 2 piece to degrade material ,material to material transfer (309), 1 piece to scrap (551)
    1 to vendor return (102).So in QM point they can do in one operation many movements for particular material in quality stock.
    Regards,
    Raj

  • More than one operation defined. Unable to resolve operation

    Hi,
    Using the attached WSDL to define a BPEL sequence I allways get the following error message:
    More than one operation defined. Unable to resolve operation:
    This occured in the moment i introduced a seconde operation. With one operation everything works fine.
    Does anybody know how to define a WSDL that works for the BPEL system with more than one operation?
    Best Regards,
    Axel.
    WSDL:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://dummy.ws.axelbenz.de/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://dummy.ws.axelbenz.de/" name="StringInOutService" xmlns:plink="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
    <types>
    <xsd:schema>
    <xsd:import namespace="http://dummy.ws.axelbenz.de/" schemaLocation="upperService.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
    </xsd:schema>
    </types>
    <message name="lowerMessage">
    <part name="lowerParameters" type="tns:lowerType" />
    </message>
    <message name="lowerMessageResponse">
    <part name="lowerResponseParameters" type="tns:lowerTypeResponse" />
    </message>
    <message name="upperMessage">
    <part name="upperParameters" type="tns:upperType" />
    </message>
    <message name="upperMessageResponse">
    <part name="upperResponseParameters" type="tns:upperTypeResponse" />
    </message>
    <portType name="StringInOut">
    <operation name="lowerOperation">
    <input message="tns:lowerMessage" />
    <output message="tns:lowerMessageResponse" />
    </operation>
    <operation name="upperOperation">
    <input message="tns:upperMessage" />
    <output message="tns:upperMessageResponse" />
    </operation>
    </portType>
    <binding name="StringInOutPortBinding" type="tns:StringInOut">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="lowerOperation">
    <soap:operation soapAction="lower" style="document" />
    <input>
    <soap:body use="literal" parts="lowerParameters" />
    </input>
    <output>
    <soap:body use="literal" parts="lowerResponseParameters" />
    </output>
    </operation>
    <operation name="upperOperation">
    <soap:operation soapAction="upper" style="document" />
    <input>
    <soap:body use="literal" parts="upperParameters" namespace="" />
    </input>
    <output>
    <soap:body use="literal" parts="upperResponseParameters" />
    </output>
    </operation>
    </binding>
    <service name="StringInOutService">
    <port name="StringInOutPort" binding="tns:StringInOutPortBinding">
    <soap:address location="http://GWBE0040.int.gematik.de:18181/DummyServices/StringInOutService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
    </port>
    </service>
    <plink:partnerLinkType name="partnerlinktype1">
    <plink:role name="serviceRequestor" portType="tns:StringInOut"/>
    </plink:partnerLinkType>
    </definitions>
    XSD:
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema version="1.0" targetNamespace="http://dummy.ws.axelbenz.de/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="lower" type="ns1:lowerType" xmlns:ns1="http://dummy.ws.axelbenz.de/" />
    <xs:complexType name="lowerType">
    <xs:sequence>
    <xs:element name="inp" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    <xs:element name="lowerResponse" type="ns2:lowerTypeResponse" xmlns:ns2="http://dummy.ws.axelbenz.de/" />
    <xs:complexType name="lowerTypeResponse">
    <xs:sequence>
    <xs:element name="return" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    <xs:element name="upper" type="ns3:upperType" xmlns:ns3="http://dummy.ws.axelbenz.de/" />
    <xs:complexType name="upperType">
    <xs:sequence>
    <xs:element name="inp" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    <xs:element name="upperResponse" type="ns4:upperTypeResponse" xmlns:ns4="http://dummy.ws.axelbenz.de/" />
    <xs:complexType name="upperTypeResponse">
    <xs:sequence>
    <xs:element name="return" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    </xs:schema>

    What client are you using? Are you using the netbeans enterprise pack test driver? If so, you can set the soap action in the test properties to match the ones you have defined in the WSDL.
    Also if you could post the actual soap message you are sending that would help.
    I also noticed that you're using parts defined via types with a document/literal binding. To be more basic profile compliant in that casue you may want to use RPC style instead - it is not strictly necessary, but increases interoperability.
    Andi

  • How do I delete a number of duplicate tunes with one operation?

    How do I delete a number of duplicate tunes with one operation?

    See here: https://discussions.apple.com/thread/3293239?start=0&tstart=0
    B-rock

  • Service interface with more than one operation

    Hi all,
    is it possible to have a service interface with more than one operation?
    I have found this blog:
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414900)ID0209118050DB10459657028039341762End?blog=/pub/wlg/15123
    But this sentence:
    ABAP proxy (inbound/ outbound) cannot be developed out of a Service Interface having Operations with different type of messages included. If an ABAP proxy is to be developed then all the messages included should be of one type i.e. either the included messages should be Message Type, External Message, IDOC or RFC Message. This behavior can be observed when a Service Interface is created and then subjected for a check
    regards

    Hi,
    now the interface is running but I get another error in .NET.
    "The header 'Diagnostic' from the namespace 'http://sap.com/xi/XI/Message/30' was not understood by the recipient of this message, causing the message to not be processed.  This error typically indicates that the sender of this message has enabled a communication protocol that the receiver cannot process.  Please ensure that the configuration of the client's binding is consistent with the service's binding. "
    Any ideas?
    regards

  • PRODUCTION ORDER--Qty changed after one operation----URGENT

    Dear Experts
            Hope u all R doing well
    In the production order,after one operation completed(whether it is first ,second  or last ) the system is allowing to change the qty.
    but we want the system to disallow  the qty change.
    could anybody can help, is there any configuration settings inside?
    waiting for your valuable response
    Thanks in advance

    Hi,
    Sorry for the delay.
    Pl. follow the steps below.
    1. Create a status profile Eg: s1 usng t.code bs02.
    2. Enter status no. as 1, status as CRTD, a description, tick Initial status & lower status no. as 1 & higher status no. as 2.
    3.In the second line enter status no. as 2, status as REL, a description,  & lower status no. as 1 & higher status no. as 3.
    4.Choose Object type tab.
    5. Choose PP/PM: Order header.(tick)
    6.Then come back to main screen & double click REL.
    7.Click the create icon in the top.
    8.Choose Release & then choose radio button under <b>SET.</b>
    9.Then come back to main screen & again double click REL & then choose create & select change & check the radio button under <b>FORBID</b> & then save.
    10. In t.code OPJH(order type), choose your order type & then assign the status profile( Eg:S1)
    11.Now convert the planned order into production order.Release the order & save.
    Further changes cannot be made in the production order.
    Pl. give feedback after testing.
    Regards,
    S.D.Senthilkumar

  • CreateInsert and Commit in one operation

    Is there a way to CreateInsert and Commit in one operation? I just want the user to click one button to create a new record.

    Hi..
    You can try as this scenario one way is without bean class also you can with bean any way i will explain how do you do without bean
    Refresh your Data Control and say you have ViewObject name sampleVO and Application Module as AM.
    Drag and drop CreateInsert as ADF Button(DataControl --> AM -->sampleVo --> Operations --> CreateInsert),To fill data for newly created row Drag and Drop sampleVO as ADF - Form(DataControl --> AM--> sampleVo).Now want to commit this form to database for that purpose you can use Commit Operation in your Application Module Drag and Drop Commit as ADF Button(DataControl --> AM --> Operations -->Commit).Now you can successfully inserted data to DataBase using CreateInsert and Commit.

  • Import Purchase Requisitions from one Operating Unit to a different Operati

    The need is to import Purchase Requisitions from one Operating Unit to a different Operating Unit.
    There are 2 operating unit with one inventory orgs in each. But the 1st is OU( It is a club) merely creates Purchase Requisition, and its not a advisable process to have a separate Purchasing process in that OU as it is too small ( but for financial reasons it has to be defined as a separate OU). So we want the Purchase Requisitions created in the 1st OU to be imported in the 2nd OU. Is there any way we can achieve this. Note: Since Order Management is not implemented we cant use the Internal customer setup and we wont like the PO to be created in the 1st OU as we do in standard Intercompany invoicing process.
    Any solutions/Pointers/workaround for this.
    Regards,
    Manoj

    As long as you have the same master org in the 2 operating units, all you have to do is
    INSERT INTO mtl_system_items_interface
                (organization_code, segment1, transaction_type, set_process_id, process_flag)
       (SELECT '&new_Org', msi.segment1, 'CREATE', 100, 1
          FROM mtl_system_items_b msi
         WHERE organization_id = &old)And run the Import Items request.
    Hope this helps,
    Sandeep Gandhi

  • More than one work center for one operation

    Hi Experts,
    Is it posssible to assign more than one work center to one operation,in a maintenance order?
    for example if head fitter and helper has executed maint.activity,how we can do this
    Thanks in advance
    Regards
    Prashil

    Dear,
    You cannot assign more then one workcenter to a one operation.
    But you can assign to a sub operation,i.e to operation one workcenter and to suboperation anotherworkcenter.
    For Sub-operation:
    Go to task list change >>> Operation tab.
    Let say your first operation number is 0010. Then below it for next operation change operation number to 0010 and next to it there is field for sub-operation give there number 0001 or 0010 as per your requirement. Select suitable control key and work center, give description and press enter. your sub operation 0001 will be created for operation 0010.
    I hope it will solve your query,
    Thanks,
    Mohit

  • How to remove the Char.from one Operating Concern

    Hi Guys,
    How to remove the Char. from one Operating Concern.
    I have created one Char. (WWDOC) and moved to Operating Concern (OOCC). Operating Concern is in red status.
    Now, i want to remove that new assigned Char. (WWDOC)from the operating concern (OOCC). I did't find any option in the menu also.
    Appreciate your help.....
    T&R
    VVR

    Hi Sasi,
    Iam not able to push back that char. from my operating concern. In help it is given you have to delete the data contents in the table before pushing back. Please let me know if any other option available.
    Thanks for your reply.
    VVR

  • Web Service with more than one operation?

    Hey,
    a web service could contain 1..N operations. It is possible
    to define this with XI? Normally I took an outbound interface
    and create a web service, but this outbound interface defines
    the structure of the only operation of this web service, did it?
    Does SAP XI supports only a one-operation web service?
    thanks
    chris

    This is supported from PI 7.1 onwards.
    VJ

  • Why is there only one Operating Concern defined in GBI?

    Hi all,
    I have the following question: when looking at the CO structure of the GBI case study, why is there only one, global operating concern defined? According to the definition of an OC, it is the level whereupon profitability analysis is performed. So why is in GBI that has two very distinct business areas not at least two OCs defined (one per business area), if not more (per product)?
    As a follow-on, what is then the relation between OC and Controlling Area? I am looking for a plain English explanation that I can also use for teaching purposes.
    Thank you in advance for reading!
    Regards,
    Gerhard

    Hi Gerhard,
    I hope my reply is not too late.
    I agree with you.  Profitability analysis is typically done at a detailed level - by market segments, which may be defined by geographical segments, customer groupings, product groupings, salesforce grouping, etc.  CO-PA does support profitability analysis at such detailed levels.
    After defining an operating concern and activating it, the system generates a series of database tables for the operating concern.  I took a screenshot of the (partial) structure of the "master" table for the global GBI operating concern, GL00, from the GBI 2.2 system I am using, below:
    As you can see, with such a table structure, CO-PA is capable of capturing profitability information at a very detailed level for reporting and analysis.
    You may also notice that operating concern is not a field in the table.  The reason is, the entire table (as well as its related tables in the same series) is used only for operating concern GL00.  Its name is even hard-coded in the last 4 characters of the names of these tables.  When CO-PA reports are executed in SAP ECC, they retrieve data from only one series of tables, i.e., only data of only one operating concern can be reported.
    Back to your question: Why is there only one operating concern and not two?  The wisdom of defining one global operating concern is that profitability data of both controlling areas (Europe and North America) will be updated into the same series of database tables and reported together.  If there had been two separate operating concerns for the two controlling areas, there would have been two series of database tables, making profitability analysis across the two areas difficult, if not impossible.
    Let me know if you need further clarifications.

  • 9506, Only one operation allowed at any instance

    Device manager
    Make any chances to a port IE enable, label, etc.., click on Admin, Click on save configuration, Prompt-Really save running to startup configuration? Select yes, receive a message, snmpd: another copy operation in progress. Only one operation allowed at any instance - IP address ccCopyEntryRowStatus.183228284. It only gives you the option to cancel. I select cancel, when I try to exit device manager, it prompts me to save again, I click cancel, when I return to the Device manager, the setting are correct, in other words, if I enabled a port and says its failed on saving, it did save it as enabled. I have two SAN switches, this only happens with one every time, the same one. How do I fix this?

    Sh Cfs Lock, nothing
    Zone Merge Analysis
    MONMDS01 is VSAN100, MONMDS02 VSAN101
    Results
    VSAN 1 Active Zoneset Merge Report for MONMDS01 and MONMDS02
    MONMDS01 has no active zoneset on VSAN 1
    VSAN 100 Active Zoneset Merge Report for MONMDS01 and MONMDS02
    MONMDS02 has no active zoneset on VSAN 100
    VSAN 101 Active Zoneset Merge Report for MONMDS01 and MONMDS02
    MONMDS01 has no active zoneset on VSAN 101
    VSAN 1 Active Zoneset Merge Report for MONMDS02 and MONMDS01
    MONMDS02 has no active zoneset on VSAN 1
    VSAN 100 Active Zoneset Merge Report for MONMDS02 and MONMDS01
    MONMDS02 has no active zoneset on VSAN 100
    VSAN 101 Active Zoneset Merge Report for MONMDS02 and MONMDS01
    MONMDS01 has no active zoneset on VSAN 101

Maybe you are looking for

  • Images with Transparency

    I am wondering if anyone can tell me the best way to supply a designer with an image for Final Cut that will hold its transparent background when imported? The designer claims that the psd, tiff and jpg with alpha channels that I sent over will only

  • How does flex builder handle permissions?

    Every time i launch flex builder it seems to for some reason replace my external files(asp files that gernerate xml) with older versions. Sometimes during work updates i make to these files stop occuring entirely, its as if im not able to save over o

  • Gather_plan_statistics which reported step is the longest one

    Hi, got plan like that from 10.2.0.3 | Id  | Operation                           | Name           | Starts | E-Rows | A-Rows |   A-Time   | Buffers | Reads  |  OMem |  1Mem |  O/1/M   | |   1 |  VIEW                               | SYS_DBA_SEGS   |  

  • All display's active buttons or fields are being marked consequently by a blue square

    All my iPad Air display's active buttons and fields are being permanently marked one after another by a blue square. This square appeared suddenly, no application was installed on the day when it happened. I've rebooted the  iPad and updated the soft

  • Can I run CS5 on a Intel Core Duo

    I'm running 10.6.7 and CS3 is a dog with Snow Leopard. Can I run CS5 with my old Intel Core Duo MacBookPro1,2 Canoon