Material Deletion from Routing Groups-Mass T-code

Dear Experts
we have a big task we have to delete Routing assignments from Routing Groups we have around 4000 material codes.
Is there any mass code to delete Material assignements from Routing group.
Regards
sandeep patil

Hi,
CWBQM from Mass change
QSR6.
Use transaction CA99 - delete task list with archiving, here enter PP_PLAN as the object name
Also transaction CA98 can be used to delete w/o archiving
BAPI_ROUTING_PROCESS
Regards,
R.Brahmankar

Similar Messages

  • Material deletion from CJ20N

    Hello all,
    I have deleted one of the materials uploaded in CJ20N, but the material remains in the History and can be seen when we click on setting and activate Display Deleted Objects.
    How Can I delete this material so that it will not remain in the history too.
    KPG

    Hi,
    In CJ20N see the F1 help in menu settings for "Display deleted objects"
    Display deleted objects
    Specifies that (logically) deleted objects and objects with the deletion flag status are also displayed in the structure tree of the Project Builder.
    It will remain in the history because it is logically deleted not permanently from the database.
    Regards,
    Sandeep

  • Removing old exchange 2003 routing groups from Exchange 2010.

    I have migrated over to Exchange 2010(server2008) from Exchange 2003(SBS2003). I've also already run the uninstall for exchange 2003 on the old SBS 2003 server. The old server itself is still running but exchange has been removed and once I get this fixed
    I plan to fully remove the old SBS server.
    I now get event ID 5020 and 5006 throughout the day on the new server. From what I've read, this happens because the old routing group connectors still exist.
    If I run Get-ExchangeServer I get
    Name                Site                 ServerRole  Edition     AdminDisplayVersion
    SERVER                                   None       
    Standard    Version 6.5 (Bui...
    SERVER2008          hr.local/Configur... Mailbox,... Standard    Version 14.0 (Bu...
    Am I correct in assuming that the way to fix this now is to go into ADSI edit and delete records under CN=First Administrative Groups? As in delete CN=Routing Groups and CN=Servers and everything under both of those? I'd try this myself but I'm not aware
    of any way to restore those records easily if I'm wrong.
    Event ID 5006
    Cannot find route to Mailbox Server CN=SERVER,CN=Servers,CN=first administrative group,CN=Administrative Groups,CN=HR,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=hr,DC=local for store CN=Public Folder Store (SERVER),CN=First Storage Group,CN=InformationStore,CN=SERVER,CN=Servers,CN=first
    administrative group,CN=Administrative Groups,CN=HR,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=hr,DC=local in routing tables with timestamp 27/09/2014 1:57:43 PM. Recipients will not be routed to this store.
    Event ID 5020The topology doesn't contain a route to Exchange 2000 Server or Exchange Server 2003 server.hr.local in Routing Group CN=first routing group,CN=Routing Groups,CN=first administrative group,CN=Administrative
    Groups,CN=HR,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=hr,DC=local in routing tables with the timestamp 27/09/2014 1:57:43 PM.

    Get-RoutingGroupConnector shows nothing. As for the servers group. It has the old server under it as shown in the image I posted above. That's actually what stops me from just deleting it because other guides have said not to delete it if an old server
    is listed.
    Is the SBS2003 server listed because I haven't ran DCPROMO to remove it from the network yet? I am planning to do this but was waiting till I cleaned up all the errors before transferring the 5 FMSO roles and running DCPROMO on the old server.
    DCPROMO isn't related to this, no.
    So you removed Exchange already? How? With setup? It should have removed the Exchange Server object then.
    It is supported to remove Exchange 2003 manually if required with adsiedit:
    http://support2.microsoft.com/kb/833396
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Automatic purchase requisition created from routing needs to be have material no. information in it.

    Hello Experts,
    There are some operations in my routing where external service , from an outside vendor shall be required.
    We are doing this by using a particular control key PP02, for this routing, so that purchase requisition is created automatically, when the production order is created.
    Through customization, I have also been able to make the setting so that instead of single, collective requisition gets  created for the entire order.The requisition that is getting created is a service requisition and can be later converted to a Purchase order.
    Requirement :-  I need to enter material information in this requisition automatically. By material, I mean the material no. and preferably qty of the material,  which will have to be sent out to the external vendor for his services.
    How can I achieve this, in SAP?
    Regards
    P.R

    Hello Caetano,
    Right now we are not considering best practices , so not considering BADI implementation as such.
    So far I have done the following:
    I created a subcontracting purchasing info record for the material and a vendor.
    Then, I have created a routing for the material and the operation which expects to go for external processing, I have used control key YBP2 (tried with PP02) in it.
    I have assigned the subcontracting PIR under the external processing section of this operation in the routing.
    My Production version combines the BOM and routing in the material master.
    Now ,,when I try to create the production order, I get the following errors in succession:
    Control key YBP2: Maintain external processing data
    Message no. CO558
    Diagnosis
    The control key specifies that the operation is processed externally. However, not all data relevant to external processing has been maintained.
    respond by entering the material group where the cursor is.
    Then I get the following error.
    Material class differs from material class  from info record
    Message no. 06354
    Diagnosis
    The material class or material group of the info record differs from that of the item.
    I checked in the material master and the material group there is same as the material group in the info record . Field name is MATKL.
    What material class is it talking about?
    I cannot get past this error and therefore cannot complete the order creation.
    Regards
    P.R

  • Delete user's groups from OID

    Hello,
    I did have a problem when I did delete user from OIM, this user didn't get deleted from OID. I solved this by adding this to the undo task for Create User in OID User PD. However, one additional problem remains - users group memberships doesn't get removed when user is deleted from OIM. From the log file I can see:
    DEBUG,19 Jun 2009 13:10:01,405,[XL_INTG.OID],OID:tcUtilLDAPOperations -> Parameter Variables passed are: pSearchBase = [cn=external,cn=users,dc=def,dc=star,dc=co,dc=us], pFilterExpression = [cn=cn=GROUPNAME,cn=XX,cn=Groups], pIsRelative = [false], pAttrNames = [null]
    DEBUG,19 Jun 2009 13:10:01,408,[XL_INTG.OID],tcUtilOIDUserOperations -> Returning with code:USER_DOESNOT_EXIST
    I think the problem is with pSearchBase -field values. Groups are not located in that LDAP-path and that's why it's returning USER_DOESNOT_EXIST. How I can tell to OIM where to look?
    Thanks!
    Or, maybe the problem is with "cn=cn=GROUPNAME". If so, where that extra "cn=" is coming from...?
    Edited by: Jakru on Jun 19, 2009 1:52 PM

    EDIT: didn't realize this was for CR.. my post was for boe.
    Hey Bernard,
    Here's what I do:
    select SI_NAME, SI_USERGROUPS from CI_SYSTEMOBJECTS where SI_NAME = 'xyz' and SI_PROGID = 'CrystalEnterprise.User'
    This will bring back the group ID's that user xyz is a member of.  The groups are in a nested property of SI_USERGROUPS, which I don't think you can query directly.  Once you have the ID's, however,  you can run another query to find out what the group names are.  Say the first query brought back three results, 123, 456 and 789.  Then you'd run:
    select SI_NAME from CI_SYSTEMOBJECTS where SI_ID = '123' or SI_ID = '456' or SI_ID = '789'
    Perhaps you could write some logic to parse the group ID's out of the first query and put them into the second query's where clause.
    HTH,
    Murray
    Edited by: Murray Hachey on Jul 18, 2008 3:17 PM

  • DELETE MATERIAL PERMANENTLY FROM MATERIAL MASTER

    Dear All,
       I want to DELETE MATERIAL PERMANENTLY FROM MATERIAL MASTER it has stock but no open statement like po ,gr etc when i flag the material in t-code mm06 and filling all the recquirement field then enter then tick all recquirement field then save a warning message delection flag also change at lower level then enter it shows delection flag changed but this material is issued to cost center . pls explain me points must be rewarded.
    Amin

    hi ameen!
      u change the warning message into an error message in IMG>MATERIAL MANAGEMENT>INVEN>DEFINE ATTRIBUTES FOR SYSTEM MESSAGES. message no M7127.

  • Through T.Code- group of material transfer to one group to another group

    Hi,
       Plz help me for ex-i have some material in one material group,this same material transfer to another material group,what is the atransction code,plz urgent.

    Hi
    As per your I understand you are having some materials in one material group and some of the materials are having another material group Now you would like to maintain same material group in all the materials.
    If I am write then you can use the mass maintenance of the material master.You can use the transaction code MM17 to change material group
    If it helps award me points.
    Cheers
    Umakanth

  • Restore Deleted Routing Group (CA02)

    Hi,
    I am trying to restore a Routing Group which was accidentally deleted by a user in transaction CA02.
    I can see that the data is in tables PLPO and PLKO, but the field LOEKZ in PLKO is marked with "X".
    Do you know any transaction or any way to recover this Group and its content?
    Thank You,
    Sebastián Ligueros
    Alynea-MVC

    Hi,
    I don't think it possible to restore
    Try deleting the it from CA98 transaction
    This will delete entries in all related tables like
    MAPL, PLKO,PLAS and PLPO
    And create new routing group.
    Regards,
    R.Brahmankar
    Edited by: R Brahmankar on Jul 31, 2008 10:06 AM

  • Mass T-code Of Planned  Order Deletion

    Dear All
    Is there any mass T-code  For Deletion of bulk planned order. An PIR.
    Rgds
    Pankaj Agarwal

    Hi,
    You can use function to execute one or more actions for a large number of planned orders simultaneously. This is possible both within the SAP System and over an interface from an external assembly control system.
    Features
    SAP supplies the function module MD_SET_ACTION_PLAF for action control.
    This function module includes the following actions:
    Explode BOM
    Explode BOM, check availability
    Check availability, only explode BOM in the case of a requirement
    Check availability, do not explode BOM
    Reset availability
    Change planned order data
    Schedule planned order
    <b>Delete planned order</b>
    Confirm planned order (in repetitive manufacturing)
    Firm planned order data
    Firm planned order components
    Print component overview
    This is in the foll link...
    http://help.sap.com/saphelp_470/helpdata/en/f4/7d3f9344af11d182b40000e829fbfe/frameset.htm
    Use T.code md75 to delete PIR.
    Regards,
    Senthilkumar SD

  • CA02: Delete Operation from Routing

    Hello,
    My question is: how can i delete an operation from routing, like in CA02, but using FM or BAPI and avoiding Batch Input?
    Right now it's done with Batch input, but when there is more than one routing per material it crashes, due to extra screens.
    Thanks in advance...

    Dear,
    if you have created operation through CA01 then
    Go to CA02-- Select your operation and then header manu Edit--Delete or use (Shift+F2) and save it.
    If in CO01 production order then in operation details screen and select your operation and delete it.
    Please try and come back.
    Regards,
    R.Brahmankar

  • Copy Routing Group without material assignment

    Dear Guru ,
    I want to create in CA01 a routing group copied from another routing group.
    But in this copy i don’t want to copy the material assignments.
    How can do this ?

    Dear nandha ,
    The SET / GET PARAMETERS in routing ( tcode op8b) is already enabled for the indicator of task list.
    But this flag indicates that the last group maintained is the default value in task list maintenance.
    So it serves to other purposes
    Regards,
    nandha

  • How do I delete a contact group from my iphone

    How do I delete a contact group from my iphone?

    Download Easy Group. It is totally free. Lauch it. Click on Edit. Click on red-cross next to your unwanted group. That's all. http://itunes.apple.com/fr/app/easy-group/id461469079?mt=8
    Rémi
    Note: As I am Easy Group developper, I may receive some form of compensation, financial or otherwise,from my recommendation or link.

  • On my I phone how do I transfer contacts from one group to another then delete that group

    On the Iphone how do you transfer a contact from one group to another group the delete that group from your list of groups? I am on outlook, i know thats the first problem.
    John

    iPhone: Transferring information from your current iPhone to a new iPhone

  • How do i delete myself from a group text?

    how do i delete myself from a group text?

    Sodaboy1978 wrote:
    Reply back and tell them to take you off.
    NOt that simply, the original sender would have to create a new group message omitting the OP from it.

  • Concurrent request got deleted from a request group

    Hi,
    Somehow a concurrent request got deleted from a request group. Is there any way so that we can determine the person from whose login it happened.
    Thanks in advance

    Hi,
    You can try using PSA if that request it's still there.
    Otherwise, you will need to regenerate that request in source system (by filling setup tables with parameters) and update BW with a full load.
    Hope this helps.
    Regards,
    Diego

Maybe you are looking for

  • Adding Field to the output of the Report

    Hello experts I have a program like following, I would like to add a field (Customer purchase order from order header)vbkd-bstkd to the output, I tried to add some code(check the highlightened portion) but it doesnt work(no values) can anyone help in

  • Section for All-Day events

    At the top of my Day- or Week-view calendars, in the small space available for All-Day events, there's always a space 1 row long even if there is no event planned. If at least one day has an all-day event, then the entire week has what looks like 2 s

  • Debit and credit note - integration between mm & sd with fi

    Hi, How does the information flow from MM & SD to FI in the process of raising a DEBIT and CREDIT NOTES' respectively? (I'm aware of the fact that we need to define the document types "KG" and "DG" and raise the aforementioned by using F-41 & F-27).

  • Airport Extreme,iBook G3,Panther 10.3 Can't get it to work

    Hi I have a iBook G3 running 10.3 800MHz with Airport card installed but can'r get it to connect with Airport Extreme knows it works my daughter connect to it with her PC but I can't get it to work with my iBook Put in all the Wireless Network name a

  • Change display from magnification back to normal viewing. Won't display a whole page in IE.

    Something I did made Internet Explorer show up in such magnification that it won't all appear on the screen at the same time.  I need to know how to get it back like it was before. This question was solved. View Solution.