H ow  toTrack  the "UOM" & RM details  during sub contracting..

Hello experts,
                      There is a scenario where in like am facing with my clients,
      my client company is a manufacturing company, as if now 75% of job was done through sub-contract only, and 25 % of job was done in their own warehouse,so they want to tack their item which is going out for sub-contracting, (for example) they are transferring  their raw materials in "KILOGRAM" to sub-contractors, while receiving as semi finished they get in "Numbers". so i want to Track the "UOM"  as well consuming of raw materials also.
kindly advice how to map this scenario..
Regards
chandru
Edited by: chandrasekhar Subramaniam on May 15, 2009 8:00 AM
Edited by: chandrasekhar Subramaniam on May 15, 2009 8:02 AM

Hi Chandrashekhar,
You need to create BOM-Bills of material for that activity (changing RM item to Semi Finished item) and complete the production process.
In BOM definition you need to mention Semi finished item as Parent Item and RM as Child Item.By doing this you will have the different UOM as both the items are different.
You can create new warehouse with name of sub-contractor, and use in above process to track material lying with sub contractor.
You will have to track other commercial activities separately, like creating Purchase Order on the name of Sub-contractor for services, and completing the Purchase cycle there. Where as stock level transactions are to be create by posting BOM,Production Order,Issue for Production(RM in KG to Sub contractor whare house),Receipt from Production(Semin finished item in No. to main ware house).
Hope by following above steps you can do the desired functionality.
BR
Samir Gandhi

Similar Messages

  • Problem during sub-contracting

    Dear Experts,
    My client is making a finished product after 9 Operations, In which first and last 3 operations are in-house operations.
    Middle 3 operations are performed in sub-contractor's place at 3 different work centers.
    The client wants to track the "qty after each operation" at the sub-contractor's place. They also want to do the capacity planning of the sub-contractor's work centers, to make the further processes smooth.
    Thanks in Advance.
    Regards
    Balamurugan.VP

    Dear all,
    Thanks for your replies.
    Dear prasobh, 1. can u please explain me how to create the subcontract entity as Plant,
    2. there are 3 operations performed at sub-contractor's place, so should i need to create 4 different  materials and production orders respectively?
    3.For 4 type of materials, i will have to create 4 routings, in the routing i need to put PP02 as the control key, so for everytime if i enter it is asking the subcontractor details, 
    I will send the material once and get it after the 3 operations,  can anyone please tell me the detailed process.
    Thanks & regards
    Balamurugan.VP

  • Reconcillation of by product during sub contracting

    Dear Experts ,
    I have a question regarding by product received from Sub Contractor .
    I send material A & B , and receive material C along with by product X .
    I do the normal sub con process & receive material from sub contractor , afetr recieving the Material B from sub cont. I do reconcillation of the sub con challan , in this transaction only child material A & B is visible the by prioduct X is not listed in it.
    My question is ,should the by product appear in the challan during reconcillation or it shouldnt.
    Kindly clarify my doubt .
    Thanks

    By product is end result of process along with material B.
    You are not sending by product while issuing material to vendor using 57F4 Challan.
    So it wont' appear in challan reconcillation.

  • How to do settings for serial numbers during  sub contracting

    Hi,
    i want to serial numbers to be populated when i do GR for a subcontracting PO. then it will be used in house  for another higher assembly where it  assigns another set of serial numbers  and that higher assembly is sold to the customer. then can i have a trach of all these serial numbers which have been used in different assembly levels.
    how the case happens when you reject a sub contracing item which  has been Competed with GR. Please tell me what are the settings to be done for it.
    rgs
    madan

    if  proper serial no. profile assigned to material in storage data1/2 data, u can assign serial no to material at GR as well as at production & at delivery..
    u can track this material by serial no.
    If u received material from subcontractor, u can return same by cancelling material doc. or return 122 O.
    but while receiving next time u have to enter another sr. no
    You can check the SAP Note 74017

  • Sub-contract challan output- configuration details..?

    Hi gurus
    Can anybody send me the configuration details for sub contracting , and sub contracting challan output screen layouts in SPRO.
    Because in my company i m not getting Company details in Sub-contract challan print out in front sheet,
    1 challan with 2 pages.
    Thanks
    sap-mm

    r u using std SAP format or Devoloped format
    because if ur using std format unless and untill u put company details in config u cant create 57F4 challan
    if ur using developed report then contact the ABAP person
    regards,
    snb

  • How to calculate or capture  the Sub-Contracting Charges

    In CK13N, How the Sub-Contract rate is derived.
    Kindly the tell the derivation methodlogy for SubContract Rate.
    Thanks in advance
    K.Natarajan

    Dear Natarajan,
    1.For Sub-sontracted products ,the cost of that product = Raw-materials cost (which are sent to the third
    party) + External processing cost(as per the cost mantained in ME11 for sub-contracting).So if the raw
    materials cost is Rs 10 & the processing charges are Rs 25 means then the sub-contracted product cost
    = 10+25 = Rs 35.
    2. For sub-contracted Product you will be getting only the sub-contracting cost and not the manufacturing
    cost.It will be having only raw material cost and sub-contracting charges.
    Or do you want in this way?say X is a sub-contracted part and its made up of raw materials X1 & X2 and
    once X is received ,its used for manufacturing Y ,So if you check the cost of Y it will having the sub-
    contacted item (X) cost + Internal processing cost (operation cost for producing Y),so if you check for Y it
    should show the split up of internal activity cost + sub-contracting charges +raw materials cost ?
    3.For your information,if you check CK13N for your finished product which is produced using the Sub-
    contracted product,then after giving the input and press enter ,then press F5,now you will get the exact
    split up in which you were looking for.like processing cost ,conversion cost + material cost.
    check the link - [Product Costing for Sub Contracted material|Re: Product Costing for Sub Contracted material]
    Check & Revert back.
    Regards
    Mangalraj.S

  • I Need interactive report to list the purchase orders details for a vendor

    I Need interactive report to list the purchase orders details for a vendor that has    interactive drill down options to give the detail of vendor from vendor master.

    Hi
    see this sample report
    this is Customer wise sales orders
    just make similar report just using LFA1, EKKO and EKPO tables instead of KNA1,VBAK,VBAP
    REPORT ZTEJ_INTAB1 LINE-SIZE 103 LINE-COUNT 35(5) NO STANDARD PAGE
    HEADING.
    *TABLES DECLARATION
    TABLES : KNA1, VBAK, VBAP.
    *SELECT OPTIONS
    SELECT-OPTIONS: CUST_NO FOR KNA1-KUNNR.
    *INITIALIZATION
    INITIALIZATION.
    CUST_NO-LOW = '01'.
    CUST_NO-HIGH = '5000'.
    CUST_NO-SIGN = 'I'.
    CUST_NO-OPTION = 'BT'.
    APPEND CUST_NO.
    *SELECTION SCREEN VALIDATION
    AT SELECTION-SCREEN ON CUST_NO.
    LOOP AT SCREEN.
    IF CUST_NO-LOW < 1 OR CUST_NO-HIGH > 5000.
    MESSAGE E001(ZTJ1).
    ENDIF.
    ENDLOOP.
    *BASIC LIST SELECTION
    START-OF-SELECTION.
    SELECT KUNNR NAME1 ORT01 LAND1 INTO
    (KNA1-KUNNR, KNA1-NAME1,KNA1-ORT01,KNA1-LAND1)
    FROM KNA1
    WHERE KUNNR IN CUST_NO.
    WRITE:/1 SY-VLINE,
    KNA1-KUNNR UNDER 'CUSTOMER NO.' HOTSPOT ON,
    16 SY-VLINE,
    KNA1-NAME1 UNDER 'NAME',
    61 SY-VLINE,
    KNA1-ORT01 UNDER 'CITY',
    86 SY-VLINE,
    KNA1-LAND1 UNDER 'COUNTRY',
    103 SY-VLINE.
    HIDE: KNA1-KUNNR.
    ENDSELECT.
    ULINE.
    *SECONDARY LIST ACCESS
    AT user-command.
    IF SY-UCOMM = 'IONE'.
    PERFORM SALES_ORD.
    ENDIF.
    IF SY-UCOMM = 'ITWO'.
    PERFORM ITEM_DET.
    ENDIF.
    *TOP OF PAGE
    TOP-OF-PAGE.
    FORMAT COLOR 1.
    WRITE : 'CUSTOMER DETAILS'.
    FORMAT COLOR 1 OFF.
    ULINE.
    FORMAT COLOR 3.
    WRITE : 1 SY-VLINE,
    3 'CUSTOMER NO.',
    16 SY-VLINE,
    18 'NAME',
    61 SY-VLINE,
    63 'CITY',
    86 SY-VLINE,
    88 'COUNTRY',
    103 SY-VLINE.
    ULINE.
    FORMAT COLOR 3 OFF.
    *TOP OF PAGE FOR SECONDARY LISTS
    TOP-OF-PAGE DURING LINE-SELECTION.
    *TOP OF PAGE FOR 1ST SECONDARY LIST
    IF SY-UCOMM = 'IONE'.
    ULINE.
    FORMAT COLOR 1.
    WRITE : 'SALES ORDER DETAILS'.
    ULINE.
    FORMAT COLOR 1 OFF.
    FORMAT COLOR 3.
    WRITE : 1 SY-VLINE,
    3 'CUSTOMER NO.',
    16 SY-VLINE,
    18 'SALES ORDER NO.',
    40 SY-VLINE,
    42 'DATE',
    60 SY-VLINE,
    62 'CREATOR',
    85 SY-VLINE,
    87 'DOC DATE',
    103 SY-VLINE.
    ULINE.
    ENDIF.
    FORMAT COLOR 3 OFF.
    *TOP OF PAGE FOR 2ND SECONDARY LIST
    IF SY-UCOMM = 'ITWO'.
    ULINE.
    FORMAT COLOR 1.
    WRITE : 'ITEM DETAILS'.
    ULINE.
    FORMAT COLOR 1 OFF.
    FORMAT COLOR 3.
    WRITE : 1 SY-VLINE,
    3 'SALES ORDER NO.',
    40 SY-VLINE,
    42 'SALES ITEM NO.',
    60 SY-VLINE,
    62 'ORDER QUANTITY',
    103 SY-VLINE.
    ULINE.
    ENDIF.
    FORMAT COLOR 3 OFF.
    *END OF PAGE
    END-OF-PAGE.
    ULINE.
    WRITE :'USER :',SY-UNAME,/,'DATE :', SY-DATUM, 85 'END OF PAGE:',
    SY-PAGNO.
    SKIP.
    *& Form SALES_ORD
    *& FIRST SECONDARY LIST FORM
    FORM SALES_ORD .
    SELECT KUNNR VBELN ERDAT ERNAM AUDAT INTO
    (VBAK-KUNNR, VBAK-VBELN, VBAK-ERDAT, VBAK-ERNAM, VBAK-AUDAT)
    FROM VBAK
    WHERE KUNNR = KNA1-KUNNR.
    WRITE:/1 SY-VLINE,
    VBAK-KUNNR UNDER 'CUSTOMER NO.' HOTSPOT ON,
    16 SY-VLINE,
    VBAK-VBELN UNDER 'SALES ORDER NO.' HOTSPOT ON,
    40 SY-VLINE,
    VBAK-ERDAT UNDER 'DATE',
    60 SY-VLINE,
    VBAK-ERNAM UNDER 'CREATOR',
    85 SY-VLINE,
    VBAK-AUDAT UNDER 'DOC DATE',
    103 SY-VLINE.
    HIDE : VBAK-VBELN.
    ENDSELECT.
    ULINE.
    ENDFORM. " SALES_ORD
    *& Form ITEM_DET
    *& SECOND SECONDARY LIST FORM
    FORM ITEM_DET .
    SELECT VBELN POSNR KWMENG INTO
    (VBAP-VBELN, VBAP-POSNR, VBAP-KWMENG)
    FROM VBAP
    WHERE VBELN = VBAK-VBELN.
    WRITE : /1 SY-VLINE,
    VBAP-VBELN UNDER 'SALES ORDER NO.',
    40 SY-VLINE,
    VBAP-POSNR UNDER 'SALES ITEM NO.',
    60 SY-VLINE,
    VBAP-KWMENG UNDER 'ORDER QUANTITY',
    103 SY-VLINE.
    ENDSELECT.
    ULINE.
    ENDFORM. " ITEM_DET
    REPORT demo_list_at_pf.
    START-OF-SELECTION.
    WRITE 'Basic List, Press PF5, PF6, PF7, or PF8'.
    AT pf5.
    PERFORM out.
    AT pf6.
    PERFORM out.
    AT pf7.
    PERFORM out.
    AT pf8.
    PERFORM out.
    FORM out.
    WRITE: 'Secondary List by PF-Key Selection',
    / 'SY-LSIND =', sy-lsind,
    / 'SY-UCOMM =', sy-ucomm.
    ENDFORM.
    After executing the program, the system displays the basic list. The user can press the function keys F5 , F6 , F7 , and F8 to create secondary lists. If, for example, the 14th key the user presses is F6 , the output on the displayed secondary list looks as follows:
    Secondary List by PF-Key Selection
    SY-LSIND = 14
    SY-UCOMM = PF06
    Example for AT USER-COMMAND.
    REPORT demo_list_at_user_command NO STANDARD PAGE HEADING.
    START-OF-SELECTION.
    WRITE: 'Basic List',
    / 'SY-LSIND:', sy-lsind.
    TOP-OF-PAGE.
    WRITE 'Top-of-Page'.
    ULINE.
    TOP-OF-PAGE DURING LINE-SELECTION.
    CASE sy-pfkey.
    WHEN 'TEST'.
    WRITE 'Self-defined GUI for Function Codes'.
    ULINE.
    ENDCASE.
    AT LINE-SELECTION.
    SET PF-STATUS 'TEST' EXCLUDING 'PICK'.
    PERFORM out.
    sy-lsind = sy-lsind - 1.
    AT USER-COMMAND.
    CASE sy-ucomm.
    WHEN 'FC1'.
    PERFORM out.
    WRITE / 'Button FUN 1 was pressed'.
    WHEN 'FC2'.
    PERFORM out.
    WRITE / 'Button FUN 2 was pressed'.
    WHEN 'FC3'.
    PERFORM out.
    WRITE / 'Button FUN 3 was pressed'.
    WHEN 'FC4'.
    PERFORM out.
    WRITE / 'Button FUN 4 was pressed'.
    WHEN 'FC5'.
    PERFORM out.
    WRITE / 'Button FUN 5 was pressed'.
    ENDCASE.
    sy-lsind = sy-lsind - 1.
    FORM out.
    WRITE: 'Secondary List',
    / 'SY-LSIND:', sy-lsind,
    / 'SY-PFKEY:', sy-pfkey.
    ENDFORM.
    When you run the program, the system displays the following basic list with a the page header defined in the program:
    You can trigger the AT LINE-SELECTION event by double-clicking a line. The system sets the status TEST and deactivates the function code PICK. The status TEST contains function codes FC1 to FC5. These are assigned to pushbuttons in the application toolbar. The page header of the detail list depends on the status.
    Here, double-clicking a line no longer triggers an event. However, there is now an application toolbar containing five user-defined pushbuttons. You can use these to trigger the AT USER-COMMAND event. The CASE statement contains a different reaction for each pushbutton.
    For each interactive event, the system decreases the SY-LSIND system field by one, thus canceling out the automatic increase. All detail lists now have the same level as the basic list and thus overwrite it. While the detail list is being created, SY-LSIND still has the value 1.
    Regards
    Anji

  • ERROR! The following error occurred  during request processing:build contro

    Hi,
    I am unable to request activation. Please help. It is a serious issue. following is the message.
    public part "default" of component "sap.com/servlet" ... OK
                   [PP "default" of DC 108 variant "default"][SC 623][last successfull build: 779]
              public part "strutsComp" of component "boc.com/struts" ... OK
                   [PP "strutsComp" of DC 186 variant "default"][SC 621][last successfull build: 913]
              public part "default" of component "sap.com/com.sap.mw.jco" ... OK
                   [PP "default" of DC 59 variant "default"][SC 623][last successfull build: 779]
              public part "log4jComp" of component "boc.com/log4j" ... OK
                   [PP "log4jComp" of DC 188 variant "default"][SC 620][last successfull build: 779]
              public part "default" of component "sap.com/activation" ... OK
                   [PP "default" of DC 34 variant "default"][SC 623][last successfull build: 779]
              public part "default" of component "sap.com/mail" ... OK
                   [PP "default" of DC 99 variant "default"][SC 623][last successfull build: 779]
              public part "strutsAss" of component "boc.com/struts" ... OK
                   [PP "strutsAss" of DC 186 variant "default"][SC 621][last successfull build: 913]
              public part "log4jAss" of component "boc.com/log4j" ... OK
                   [PP "log4jAss" of DC 188 variant "default"][SC 620][last successfull build: 779]
         Synchronize used libraries... finished at 2007-12-19 12:16:21.792 GMT and took 3 s 625 ms
    Prepare build environment in the file system... finished at 2007-12-19 12:16:21.792 GMT and took 9 s 609 ms
    ===== Pre-Processing =====  finished at 2007-12-19 12:16:21.792 GMT and took 10 s 515 ms
    ===== Processing =====
    BUILD DCs
         "boc.com/partnernet" in variant "default"
              Build failed! Unknown error
    Change request state from PROCESSING to FAILED
    ERROR! The following problem(s) occurred  during request processing:
    ERROR! The following error occurred  during request processing:build controller process has terminated. cannot proceed with build
    build controller process has terminated. cannot proceed with build
    REQUEST PROCESSING finished at 2007-12-19 12:16:27.917 GMT and took 16 s 671 ms
    Regards

    Hi Sumit,
    thanks for the quick reply. I get only these lines when i execute webservice.
    <b>500   Internal Server Error
    Application error occurred during request processing
         Details:   com.sap.engine.services.webservices.wsnavigator.WSNavigatorException: null
         Exception id: [0016355ABDF800580000016F00002C7800043D23C1985713]</b>
    If required i can send my code...
    thanks,
    sudhir.

  • Transport details during GR

    Hi all ,
    I wanted to capture the Vehicle no ..and its relevant  details during GR , is there any functionality available within SAP  or there any work around
    thanks ,
    ksr

    Hi.
    If you want to capture vehical no & other stuffs of transportation & you already using all the fields in GR then go for BADI..
    If your Vehical no & other details with respect single GR the use addtional Tab in Header or if these details with respect to items then add tab in item details.
    Regards
    S B H

  • AD group membership details during request

    My requirement is for an AD User to become a member of several AD groups during request, i.e. the Group membership details is pre-populated. I tried to implement using Access Policy but it did not work. Hope you could give me other options.

    You need to click the process form on the access policy, then from the drop down, chose for the child table. Then add your entries into the child table and then they will apply for the access policy.
    -Kevin

  • The Messaging Engine failed to retrieve the configuration from the database. Details:"c0002a1f".

    Hi All,
    We have two BizTalk nodes, from both nodes we are getting this error from today morning, nothings has changed from application end. 
    Error : The Messaging Engine failed to retrieve the configuration from the database. Details:"c0002a1f".
    Warning : Cannot perform encryption or decryption because the secret is not available from the master secret server. See the event log for related errors.
    Can you please suggest step where need to check.
    I don't have any knowledge where the master secret file saved during installation.
    Regards
    Suman 

    Most of the time, master secret server is not backup frequency. Mostly its is done during the time when the servers have been setup. If anything changed between the time the master secret has been backed up and now, then you don't have the correct version
    of master secret file backed up. This is why its is always a good practice to backup the master secret periodically and also try restoring in any of the test server to verify the backed up file is correct and also to make us conformable in restore
    process.
    You have one option now, try restoring with the file what you have  (4 years old). If the backed version is not the correct version, then only option is to reconfigure the BizTalk.
    MSDN: How to Restore the Master Secret
    You cannot backup the master secret file now as ii could have been corrupted. That the reason we're suggesting to restore the corrupted master secret file. For your future reference, following the steps as suggested in this article to take backup of master
    secret.
    MSDN: How to Back Up the Master Secret
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Not able to get the Aduit log details through webservices

    Hi Team,
    I am trying to get the audit log details using according to Michal's PO/PI tips: Audit Logs from a native WS - new feature  but i am getting following result 
    i have used
    key = new MessageKey(msg.getMessageId(), msg.getMessageDirection()); -------------> to generate the message key
    generated value: 02766515-d1fe-11e3-b52d-0000008030fe(OUTBOUND)
    and i have placed that value in the messagekey as shown above but i am not getting any output and it is returned saying fault String please some buddy help me in solving the problem.
    Thanks in advance.
    Regards,
    Avinash.

    If it just for a particular message then another simple solution is to open the message and go to details in pimon.
    http://wiki.scn.sap.com/wiki/display/PIS/AdapterMessageMonitoringVi+service+and+it%27s+methods

  • I have to update all my application in my App Store however they are asking for the credit card details since this is to update only. Even to download some free games still they are asking my credit card details since it is a free. Please help me..

    I have 11 updates in my App Store but every time I click the update they ask first my apply ID that would be fine but after they will ask my credit card details since this is only to update. Please help me.
    Also, even I would like to download some games it's ok to ask for our Apple ID but in the second time they will ask for the credit card details. Please help me

    My younger brother had the same problem. You have to go into settings, app store, details and then change your credit card details to none. If there is no none option, you will have to use a different apple id.

  • FBL3N  Report  -not able to get all the transaction code details

    Hello,
    when FBL3N report  ran for one the expenses account (time paid off  - project charges account) , only few  line items are displaying  the transaction code like CJ88 and CJ8G.
    can you please tell me why all the line items are not showing the transactions codes and is there any know situation when the T- codes are not displayed.
    What I need to do, to get all the T- codes in the report ?
    I really appreciate your help.
    Regards
    Radha

    I know it is a line item report and I was expecting to see the transaction code details in the report for every line item. But in I'm not able to see all  T- codes for all the line items
    Thanks
    Radha

  • Inventory report with the last transaction details of each material

    Hi,
    is there any standard inventory report in SAP which gives us  the last transaction details of each
    Material,along with last procurement qty, value, date and last issue
    details of Qty, Value & date.
    Thansk in advance.

    Hi
    try following t-code
    MB5B u2013 Stock on Posting Date
    or
    2   s_p00_07000139 u2013 Stock Card and Inventory Material Report
    Regards
    Kailas Ugale

Maybe you are looking for