Select Routing Operation

Dear All,
I want to use routing oerations in program. I am using plpo table, but I have one problem, eg. in ca03 tcode for material 37 it is displaying 4 operaions like  20, 30, 40, 50. But in table plpo there is 10 operation also I want to avoid this operaion(10). Please tell me how to do it?
Thanks & Regards,
Roshani

after you select PLPO into an internal table:
delete internatablename where operation eq 10?

Similar Messages

  • Need to select all equipments (PRT) for a plan (routing) operation (PLPO)

    hi,
    I need to select all assigned equipments (PRT) for a plan (routing) operation (PLPO).
    Can anybody tell me the database table relation or is there a function module or a BAPI or something like this !?
    Thanks
    Olaf
    Edited by: Olaf Krüger on Feb 20, 2008 12:03 PM:  BADI to BAPI

    I suppose you have every PLPO needed (else look at function module WOSTS_TASKLIST_READ_FROM_DB)
    Then read
    PLMZ Allocation of bill of material items to operations
    STPO BOM item
    SELECT * FROM plmz INTO TABLE t_plmz
        FOR ALL ENTRIES IN t_plpo
        WHERE plnty = t_plpo-plnty
          AND plnnr = t_plpo-plnnr
          AND plnkn = t_plpo-plnkn.
      SELECT * FROM stpo INTO TABLE t_stpo
        FOR ALL ENTRIES IN t_plmz
        WHERE stlty = t_plmz-stlty
          AND stlnr = t_plmz-stlnr
          AND stlkn = t_plmz-stlkn.
    Regards

  • Classification for Routing Operation (PLPOD-KLAKZ)

    Hi experts,
    I have to check if a routing operation (CA03) is classified. In CA03 there is an indicator that shows if a classification exists.
    (PLPOD-KLAKZ) I already checked function group CPCL but I didn't find any function module which fits to my needs.
    If there is any function module or database table this information is stored please help me to find it.
    Thanks.
    CJ

    Dear,
    The classification data of the resource has not yet been converted.
    So that the same classes can be used for defining the selection conditions as for classifying resources, a conversion must be carried out for class type 019.
    Please start report RCCLUKA2 in SE38  with the following parameters: Object table:      CRHD
    Class type:        019
    Regards,
    R.Brahmankar

  • Routing Operation item field update in configurable material

    Hi All
    Material is a configurable material ,which is having a selection options in a sales order and based on the selection options there is characteristics BOM quantity gets updated based on the formulae.
    If you go to routing and double click on the operation to see the details , you will see the unit of measure conversion with the header and Operation fields. I want BOM quantity should get updated in the operation field (UMREN).
    I was using the Reference characteristics with PLPOD table and UMREN field to update the value in the UMREN field. And i created a procedure with a logic and is assigned to configuration profile and the Routing operation.
    Process is MTO process, Production order is generated when the sales order is created. i checked in production order after creating a sales order, UMREN field is not updated and dont know what where i am doing mistake and i also checked in the Routing Master Data there also its not updating.
    Above mentioned is not an requirement but to calculate the costs accurately, we have to approach this way.
    Please suggest.
    Thanks,
    Quantum

    hi all,
    this problem is solved...its was a simple thing...go to extra in operation tab of routing, then go to references and there is an option of unlock....
    and bingo...the problem is solved.
    best regards,
    Maulin

  • Unplanned Inspection Characteristics in Routing - Operation

    Hi experts,
    What is the use of  the function Unplanned Inspection Characteristics in Routing - Operation ? Its normally grayed off.
    I am aware of the same in RR of the Inspection Lot.
    Thanx
    George

    Hello Jomy,
    Ok so you were asking the same for Production order. You wrote routing operation and my mind stuck there since I read it. I was searching for it. You make good exercised to me. LOL!!!
    Anyways, in the production or process order the unplanned MIC does the same task of job what it used to de in QE51N or any other RR work sheet. And you can assign the Unplanned MIC to Pro. Order itself to the relevant operation. Let it be gray there, you just follow the steps to attach an unplanned MIC to Operation in the Order, and the same will be reflated to RR screen also.
    - Select the operation line item.
    - Now follow the path,,, Operation->Function for phase / for operation->Unplanned Inspection characteristics.
    - Now it will lead you to the same screen for unplanned characteristic as you can have in other RR work lists.
    Pls revert if there is any query.
    Regards,
    Shyamal

  • Unable to select the operation mapping in Enhanced RD?

    Hi Guys,
    I am unable to select the operation mapping in the Enhanced Receiver determination in PI 7.1.  Looks like a bug in PI 7.1.  Did anybody else faced the same problem and got any resolution.
    any help would be appreciated
    Thanks,
    Srini

    Looks like a bug in PI 7.1
    Not a Bug but it seems to be a restriction......have a read of the below help section:
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/45/94467db1746003e10000000a1553f6/content.htm
    From above help section:
    During the definition of the interface mapping, you assign the abstract service interface ReceiverDetermination as the target
    interface. The service interface ReceiverDetermination is in the Enterprise Services Repository in the software component SAP
    BASIS (namespace http://sap.com/xi/XI/System).
    You will notice the same behavior when you try to select the Operation Mapping in Extended RD....click on the input help....pop-window will appear....what are the source and target SI that you see?
    Regards,
    Abhishek.

  • Table with routing operation status

    Hi everyone,
    I would be very grateful if someone could tell me which table should I access in order to know, for a certain production order, which operations have been already confirmed.
    Thanks in advance and best regards.
    Ben.

    Hi Ben,
    I doknow , your requirement exactly, however u can use the std report COOIS .
    U can select the operation of order based on List , "sys.status" and "Excluding" option in intial screen of Report. Please  check
    regards
    Pradeep

  • BAPI to update Routing operations

    Hi
    I want to update inspection characterstics in routing operations,
    can you plz suggest any BAPI to update.
    Regards,
    kranti

    Hi Dhirendra,
      I want to update Char.number,Material Insp characterstics,method and sampling Procedure.
    as u mentioned in that BAPI,    BAPI_QPMK_SAVEREPLICA,i have found,Material Insp characterstics,method these two parameters,
    so how can i uplopad Characterstic no and sampling procedure?
    Regards,
    Kranti

  • Routing operation validity

    I can find out the operation Valid from date from table PLPO or PLAS, but from which table can I find out the Valid to date of the routing operation ?

    Hi Amit,
    There is no seprate valid from date for operation, routing operation will take from header valid from date
    check table PLKO fields DATUV
    Regards,
    Sankaran

  • CLOI_CHANGES_UPL_31 select routing

    Hi All,
    Does anyone knows how to select the routing when using function module CLOI_CHANGES_UPL_31.
    I have tried to enter the routing group and counter number into CLOI_ORDI_IMP but doesn't work.  Please kin
    Thanks.

    Dear
    Please refer our earlier posting  : CLOI_CHANGES_UPL_31 select routing
    FM or BAPI for CM21
    BAPI to change Production Order TaskStart Date & Time and Reduce Setup Time
    Regards
    JH

  • Cannot select find operations when exposing Business Object

    Hi,
    I have created a business object from which I need to 'find' instances. The business object has to be exposed as a web service.
    The business object has 'find***' operations. However, I cannot select those operations when I try to expose the business object as a web service.
    How can I get those operations to be selected?
    Regards,
    Rahul

    Rahul-
    There is a limitation with CAF web services that they can not cater to collections. The findXXX methods always return collections hence they can not be exposed as web services. There are alternatives however - create a custom Complex Type which contains the collection. Create a method in an Application Service which calls your findXXX method and then returns the collection "through" the custom type you have created.
    For example, if you want to return a list of purchase orders create a wrapper structure as follows:
    ReturnStructure     
         PurchaseOrders [0..n]
    Cheers-
    Atul

  • Selection of Operation on Work center

    Dear all,
    In repair order ,when iam performing Repair Auction i need to activate Operation selection using work center setting.
    Where can i activate this Functinality *so that i can choose from pop-up screen of particular  the Work center and its Operations.
    Thanks in Advance
    Regards
    raj.

    Hi,
    Have you selected the Operation selection at the given node,
    Plant Maintenance and Customer Service -> Maintenance and Service Processing -> Maintenance and Service Orders -> Functions and Settings for Order Types -> Default Values for Task List Data and Profile Assignments
    Then try processing. Hope it will solve your issue.
    Regards,
    N.Nagaraju

  • Load Program to Assign Class to Routing Operation

    Hello Experts,
       I used the standard batch direct input program to load Routings/operations/bom component allocation etc.
    We also have a requirement to assign Class(for class type 018) to each of these operations.
    Please suggest a standard load program to assign classification to a routing operation.
    Thanks
    Kishore

    Found the answer

  • Tables for knowing depedencies associated to routing operations

    Hi everyone,
    I have created a routing with some operations which I have assigned to a configurable material.
    Some of these operations have an associated dependency.   
    I would be very grateful if someone could explain me which tables should I review to know which dependency is associated to each routing operation.
    I have also the same problem with BOM positions.
    Thanks a lot in advance and best regards.
    Ben.

    Hi,
    Most of routing related informations are stored in the following tables, pl check
    PLPO, CRHD, PLKO
    Regards
    Merwyn

  • HKONG: ROUTING 이 없으면 하위 품목에 대해 OPERATION PULL 지정이 불가능할 때 처리방법

    PURPOSE
    ROUTING 이 없으면 하위 품목에 대해 OPERATION PULL 지정이 불가능할 때 처리방법
    Problem Description
    ROUTING 이 없으면 하위 품목에 대해 OPERATION PULL 지정이 불가능함
    Workaround
    N/A
    Solution Description
    원인>
    Bills form does not allow 'operation pull' when there is no routing for the assembly.
    This cause done as a fix for Bug 4247916
    해결책>
    The patch#4689976 will do the following:
    1. Revert the changes that are made in Bug 4247916.
    만약, BOMFMBM1.pld의 version이 " 115.75.115100.5" 보다 낮을 경우, 다음과 같이 patch를 TEST환경에
    적용하여, Test하여 주시기 바랍니다.
    -- To implement the solution, please execute the following steps::
    1. Please download and review the readme and pre-requisites for Patch 4689976 .
    2. Please apply Patch 4689976 in a test environment.
    3. Please confirm the following file versions:
    BOMFDBOM.fmb - 115.245.115100.17
    BOMFMBM1.pld - 115.75.115100.5
    4. Please retest the issue.
    5. If the issue is resolved, please migrate the solution as appropriate to other environments.
    Reference Documents
    -------------------

Maybe you are looking for

  • Lync 2013 Web App Sharing not working.

    We are having a problem with Lync Web App 2013.  Our external customers can open the meeting link and join the meeting without a problem.  Once they are in the meeting an internal user begins the presentation by sharing his screen.  The Lync Web App

  • BPM Function Call

    Hi, I have an IDCO XI File scenario as 1:N (Multiple legacy systems)using BPM. The File that is been sent to the legacy system is when updated (in the database)needs a response back to XI either by RFC or method. How can it be done?Is there any How t

  • Can't access tables in other Oracle database schemas

    Hi. We got our Oracle database admin to install APEX in our Oracle database. She created a login and schema for my Oracle database user so that I could work with APEX a little. Here's the information on the version of APEX we have installed: Database

  • Cannot Apply Layer Mask in Photoshop CS6

    First off, let me state that I am a *total* Ps newbie-My question regards the following: In Ps CS6, I cropped an area using the Marquee Tool. Then, I Added [a] Layer Mask from the Layers Panel. Next, I turned off the Indicates layer mask is linked to

  • Downloads/Attachments

    Whenever I try to open an attachment in my e-mail or download from a website, I am unable to. The Download box simply says "Cannot create file" and when I click on the Finder button, it says it's because "the file has not been created yet." What does