BAPI for Component allocation-Routing of materail

Dear all,
Could you please let me know the BAPI which can be used to create the routing i.e. all parts available in BOM should be made available in some cell i.e to allocate the component at all level.
Regards,
Nithiyanandam

Hi All,
Any inputs plz...
Regards,
Nithiyanandam

Similar Messages

  • Function module/BDC/BAPI for Component allocation operation wise

    Dear Experts,
    I need your help on Component allocation in Routing (CA02) per opertion wise.
    Currently we are assigning the Component individually per operation manually
    The problem is if a BOM is having 500 Components/Materials and there are 10 operations then we need to assign these 500 components to that particular operation manually which is tedious job & killing a lot of time.
    I need your help if any Function module or BAPI or BDC is there to allocate these components per operation wise.
    Or any other process which can done easily on this component allocation operation wise
    rgds
    gsc

    Hello GSC, (and of course anyone able to help me)
    taking account of the date of the message (2008) i think you have finally encountered a solution to your issue ?
    Well, now i have got the same problem than you before.
    My requirement is to modify the component allocation in a routing by using change document.
    I found the bapi /SAPMP/BAPI_ROUTING_PROCESS. I have spend few days to make it work without success.
    Iam still facing error message. Futhermore i have read trough a SAP note that this BAPI could not work properly in some case.
    Considering that Iam trying to study other solutions (BDC ?).
    Please, i would appreciate if you give me some advice on this problem.
    Thank you very much.
    Best regards,
    C.S

  • Bom for component allocation in routing

    I have created Sales order Bom. When I create normal routing and go for component allocation then system asks for Bom creation.
    Why system is not considering  sales order bom in Normal routing for component allocation?

    Hi,
    Sales order BOM will not be valid for Production. Eventhough you have created the sale BOM, the system will consider only the Production BOM. So you need to create a Production order BOM also, when you want to create a routing or production order creation.
    Regards,
    V. Suresh

  • BAPI For listing alternative  routing with sequence details.

    Dear all,
    I want to use BAPI For listing alternative  routing with sequence details.
    Pl' tell BAPI function Module for routing .
    Thanks.

    I am not sure ,but check with     BAPI_ROUTING_CREATE

  • Level & path determination for Component allocation in BAPI_ROUTING_CREATE

    Hi,
    I am facing a problem in determining the level and path which needs to be fed in the BAPI structure of Component allocation in BAPI_ROUTING_CREATE for phantom assemblies and its components.
    ls_compall TYPE bapi1012_com_c.
    ls_compall-order_lvl       = ls_bomexp-stufe.
    ls_compall-order_path      = ls_bomexp-wegxx.
    Is there any FM or any logic to find out the same.
    Thanks,
    Vasudha L

    Hi,
    I am facing a problem in determining the level and path which needs to be fed in the BAPI structure of Component allocation in BAPI_ROUTING_CREATE for phantom assemblies and its components.
    ls_compall TYPE bapi1012_com_c.
    ls_compall-order_lvl       = ls_bomexp-stufe.
    ls_compall-order_path      = ls_bomexp-wegxx.
    Is there any FM or any logic to find out the same.
    Thanks,
    Vasudha L

  • BAPI for product allocation Check gATP

    Hi all,
    I read in the SAP documentation that we can use gATP on APO to check order item coming from non R/3 OLTP on product allocations.
    Is someone test it, which BAPI or BAdi do we use?
    Many thanks in advance.

    Hello,
    Following enhancement is available for Product allocation.
    Maintain Enhancement Projects for Product Allocation
    In this IMG activity, you can edit customer exits for the global availability check.
    Product allocations
    The enhancement for the initialization is APOQT001 .
    The user exits for product allocations are divided into two different call sequences:
    Product allocations is the requirements check against the product allocation time series from planning. A complete check is executed for this call sequence.
    The enhancements for product allocations are:
    APOQT010 copy parameters
    APOQT012 product allocations control
    APOQT021 product allocations
    APOQT022 consumption at beginning situation
    APOQT023 order consumption
    APOQT032 results control
    APOQT033 sequence of product allocation procedures
    APOQT007 product allocation assignment of partial deliveries
    APOQT018 adjusting field catalog
    The comparison adjusts the results of product allocations to the results of the other basic methods. This adjustment is necessary when product allocations is not the last basic method executed.
    The enhancements for the comparison are:
    APOQT011 copy parameters
    APOQT014 product allocations control
    APOQT024 consumption
    APOQT034 results control
    APOQT035 sequence of product allocation procedures
    The sequence of the basic methods is configured in the check instructions.
    When comparing, the entries in the table for the product allocation assignment and the temporary quantity assignments (delta records) are adjusted to the final results of the ATP check.
    If the behavior of product allocations is changed by the user exits, the behavior of the comparison must be adapted accordingly in the corresponding user exits!
    Thanks and Regards

  • BAPI for create/change Routing

    Hi ,
         Are there any BAPI's for creating/ changing routings.
    Regards,
    Divyanshu

    hi,
    <b>BAPI_ROUTING_CREATE</b>"used for creation.
    Regards
    vijay

  • Selection criteria from table PLMZ for component allocation

    Hello All,
    I need to produce a report for the componenet allocation, my issue is after knowing that i hve to fetch data from plmz, i m stuck,
    reason is when i select entries from plmz with criteria plnnr and plnty it gives me more entries then those found when i do a ca03, can anyone please guide, wat i m looking for is exact number of entries and then the material and bom info, please point me to the right direction,
    thnaks,
    Hitesh

    Hi Hitesh,
    As Mr.Prasobh u have to join MAPL-PLMZ-PLPO tabls with matarial, Plant combination where LOEKZ is not equal X
    For BOM ITEM , Name u have to add to More table STPO, MAKT. The flow is as follows,
    1.First u can start with MAPL.
    input Field: MATNR - your Header  Material
                     WERKS -  your BOM plant
    Outfield for Next Table. PLNTY,PLNNR,PLNAL,LOEKZ (Not equal X).
    2. TABLE: PLMZ
        Input Field:  PLNTY,PLNNR,PLNAL,LOEKZ,WERKS ( from previous tables)
        output Field :  STLTY,STLNR,STLKN, PLNFL.
    3. Table: PLPO
         Input Field:  PLNTY,PLNNR,PLNAL,LOEKZ,WERKS.
       output field :VORNR,MEINH,BMSCH,
    4.Table: STPO
        Input Field:STLTY,STLNR,STLKN  (From table PLMZ )
        output field: IDNRK,POSNR,POSTP.
    5.Table MAKT.
        Input Field: IDNRK
         output field : MAKTX.
    what i have given is a flow to fetch the data.  Try it with  abab`rs  to develop report.
    i hope the above tables give  most of fields which you need   in  ca03 (com all view).
    plz reward point all of them if u found usefull.
    regards
    r.pradeep

  • BAPI for Resource Allocation in Process System?

    hi,
          In an XI integrated scenario, I have created Project definition,WBS elements, Networks and Network Activities in SAP R/3 Project System by calling BAPI BAPI_PROJECT_MAINTAIN.
          Now I want to allocate resources to these network activities. Kindly suggest the BAPI name which will do that.
    Thanks.

    Hi,
    have you tried looking at ifr?:
    http://ifr.sap.com/catalog/query.asp?namespace=urn:sap-com:ifr:CFM:470X200&type=bobj&name=Network
    Regards,
    michal

  • Error in component allocation in BAPI_ROUTING_CREATE to creae routing

    Hi
    I'm using BAPI_ROUTING_CREATE to create BAPI with component allocation.  But my problem is I'm able to create operations but not able to create component allocation. The BAPI is giving me success message, but not creating component allocation.
    In the table BAPI1012_COM_C, I'm populating the following fields:
    GROUP_COUNTER
    VALID_FROM
    VALID_TO_DATE
    ACTIVITY
    BOM_TYPE
    BOM_NO  
    ALTERNATIVE_BOM
    ITEM_NO                  -> value is POSNR field of STPO table
    BOM_TYPE_ROOT  -> value is same as BOM_TYPE
    BOM_NO_ROOT -> value is same as BOM_NO
    ALTERNATIVE_BOM_ROOT  -> value is same as ALTERNATIVE_BOM
    Routing is being created successfully without component allocation.

    See BAPI_ROUTING_CREATE / Material Component Allocation
    Kanagaraja L

  • Routing-LSMW-Component Allocation to task list

    Hi Gurus,
    I'm creating LSMW to Routing using Standard-Batch Input method, have mapped the required structures.
    But I was unable to map the Component allocation to task list.
    Is it possible in the standard one else I need to go for some sort customisation.
    Can anybody throw some lite on this issue ?
    regards
    Ram Kumar

    Hi,
    You will find BIPMZ Batch input structure for component allocation to task list in the standard structure relations (no customizing required). Use the same for your need.
    Hope it clarifies your query.
    Regards,
    Vivek

  • Bapi for Super Routing

    Hai.
    Is there any BAPI for Creating Super Routing.
    Thanks in Advance.

    Hi Anji,
    I Think that is used for Fixed Routing,Correct me if iam wrong.if the one u specified is for super then what would be for Fixed..
    Pls provide me ASAP.
    Thanks in Advance.
    Balaji

  • Component allocation in planned order and production order

    Hi all,
    I want  table  or Function module for component allocation in production order and planned order.If component changes done in
    planned order or production order.
    In Table PLMZ and STPO I am getting component which are allocated in routing MASTER DATA.But if after generation of
    production order or planned order and I had changed one component in production order then it will not show in PLMZ and STPO
    table.
    Please reply.
    Regards,
    Vidyasagar

    Dear
    Please check the following table :
    AFKO         Order Header
    AFPO          Order Item Detail -Compoenets
    AFVC          Order Operations Detail
    AUFG         Allocation Table Sub-Item, Store Group
    AUFI           Allocation Table, Document Sub-item, Store
    AUFK          Order master data
    RESB
    FM: CO_BC_INSERT_CMP_OF_ORDERS . BAPI : BAPI_PRODORDCONF_GETDETAIL.
    Refer : Change components and Routing of production order
    Edited by: Jiaul Haque on Dec 13, 2010 7:54 PM

  • How to create production version for multiple BOM & Routing ?

    If I have 3 BOMs ( A, B & C ) and 2 Routing ( 1 & 2 ) for material XYZ then how then production version will be created ? I feel that there will be 6 PVs.
    combination of A1, A2, B1, B2, C1 & C2. but some one told me that  I have to create duplicate routing of 1 & 2
    with number 3 & 4 and use it for bom B, and another duplicate Routing with number 5&6 and use it for BOM C.
    in this case my PV data will be like this A1, A2, B3, B4, C5, C6.
    Please guide me which way is correct. I feel that the first way is right, because in that case I have 2 routing in system, and in second way I have total 6 routings for that product. please guide me.

    Hi Archana
      If you are doing component allocation with routing ,
    routing for material 1  counter 1 you are choosing alternate Bom  1 or 2 for material.
    similarly for Material 1 counter 2 you are choosing alternate Bom 1 0r 2 according to your choice
    like this   3 routing groups will get created with each have 2 counters
    if you allocate similar kind of material in one group in material allocation tab & you are going for component allocation it will assign one material bom.
    second material bom will not get assigned to the operation.
    if you are not going assign the component at the routing level than you can follow first process.
    if you are planning to allocate components at routing level than you have to follow second process.
    If have any more doubt kindly revert back with your query.
    Thanks & Regards
    Sandeep Kumar Praharaj

  • Component Allocation Mass Change

    Is it possible to mass change, say the backflush indicator, in CEWB for component allocations? If not, any other suggestions?
    Regards,
    Luiz

    Ashok,
    Since this deals with routing for configurable material with average of 1500 to 1700 component allocations, I thought CEWB would be the tool to use.  But I find no mass change capabilities in the Component Allocation view.  Do not know of any other mass change transactions for routings dealing with component allocation.
    Regards,
    Luiz

Maybe you are looking for

  • What is the path and filename where the profile paths are stored?

    I currently am storing my profiles on a network drive. Due to some changes coming up in my home network I need to relocate them to a different drive and drive letter. I know there is a file in Firefox that has the locations of the profiles in it. I n

  • I installed 7.02 and lost Microphone functions

    I installed 7.02 earlier and suddenly lost microphone function. I can still hear  the caller but when I respond , my Response doesn't get through.  Any thoughts folks?

  • Oracle 9i and 10g Client

    First I installed 9i client on F:\ It was working and gettin connected to 10g servers. After this I installed 10g client on E:\ and even this was working... then I tried to change the oracle path from environment variables..to set path again for 9i c

  • Cannot connect to the reporting server error

    Hi, When trying to process an application, I get the error : "cannot connect to the reporting server". We have the BPC application server on a machine and DB, SSAS and SSRS (SQL 2008) on another machine. We don't have a named instance, we use the def

  • What is XMii & Who could be correct to be in here?

    HI All, Could anyone let me know what is xMII and who are rt professionals to be in this technology. The main reason of asking this question is , i came to know that person should be a functional guy to start working in XMII. Is this true? I want to