Distribution Model (ALE) - Message type has to be deleted from model view

Hello,
I want to delete a message type from an existing model view in the distribution model (of the maintenance system).
But when I mark the concerning message type and press Edit->Delete the message 'Action cannot be carried out on the nodes selected' occures. Deleting the complete model view would work...
Does anyone know how I can get this without setting up a new model view?
Many thanks in advance,
Juergen

hi,
>>'Action cannot be carried out on the nodes selected'
you get this message if you try to delete a message type
from a model view that was not created on your system
(it has been replicated and it's maintained on another system)
so you can only delete this message type on the system that has
"master" distribution model
if it's not master then it's usually grey and you can only delete if it's black in change mode
>Deleting the complete model view would work...
if you try that you will see info that it's not the "master" system for this model
check it and let me know
Regards,
Michal Krawczyk

Similar Messages

  • How to send inforecord conditions using ALE (message type COND_A)?

    Hi,
    I have sent Purchasing Inforecords through ALE using t-code ME18.
    Now, I would like to know how to transfer the conditions through ALE (message type is COND_A).
    Thanks a lot,
    Kaveri

    Hi,
    Please go through this thread.
    [Pricing Condition Records initial upload - COND_A]

  • IDOC Message type 'ORDCHG' - Sales Order Delete funcanility

    Dear Guru's,
    I have a requirement for a client where client is sending a EDI message to change & Delete a Sales order. I have mapped change option with IDOC message type 'ORDCHG' and basic message type 'ORDERS05'. Change option for the sales order is working fine.
    Can any one tell me with message type 'ORDCHG'. how to delete a Sales Order. In EDI, client is passing only Header segments with Summary details.
    Your reply will of greate help to me.
    With Best Regards,
    M. Rajendran.

    Hi Ram,
    Thanks a lot for sharing the link, but this dint solve my purpose. I have a different case all to geather.
    My client is passing only Header segment and summary segment in the EDI. Thru ORDCHG i need to cancle/Delete entire sales order.
    But i found that in standard IDOC Message type 'ORDCHG' only line item deletion/Cancle is availble but i wanted to delete/cancle entire sales document.
    Any possibilites available in ORDCHG. Your reply will be much appreciated.
    Thanks in Advance.
    With Best Regards,
    M. Rajendran.

  • HT6114 I cannot select more than one message at a time to delete from the trash. Any ideas will be appreciated

    I cannot select more than one message at a time to delete from the trash. I did not have this problem before I updated to Maverick. What am I doing wrong?

    This works in many different ways and in lots of apps.
    Hold down the command key and you can select from a list (leaving some not checked) to exclude them from the delete process.
    To empty all of the trash folder use command-a keys to "select all" and then the delete key to remove them.

  • How do I remove an icon from launchpad that does not have an x? The program has already been deleted from the applications folder.

    The program has already been deleted from the applications folder, but I cannot drag the ice into the trash.

    Try resetting Launchpad.
    Launchpad Reset

  • HT201272 My Apple calendar app has somehow been deleted from iphone 4s. I don't see it amongst the apps backed up on itunes. How can I restore it?

    My Apple Calendar has somehow been deleted from my iphone 4s. I could not locate it from the apps that were backed up on itunes.
    How can I restore the calendar. I have it on my IPAD. Can I get it from my IPAD to the iphone?

    Re: That garbage is unreadable.
    If you really want help, stop messing with the fonts and post so that others can read and offer suggestions.
    Or better yet... try a search, I'm certain you'll find a solution to whatever issue you're experiencing.
    I have found that many times it is the things that make you most angry that push you to action. This was the case here. Thank you for causing me to get so angry that I found the answer myself.

  • ALE distribution model - one message type to more than one recipient

    Hello colleagues,
    currently I'm working on an integration project between one SAP system and an e-shop system. The communication is established through IDOCs ( both inbound and outbound ). There is another system ( POS ) which is already integrated
    with SAP via IDOCs also.
       Now I'm facing the following problem regarding distribution of transactional IDOCs ( orders, deliveries, etc. ): when assigning one message type ( for example DESADV - Delivery: Shipping notification ) to more than one external system in ALE distribution model I receive a message alerting that one message type can be send to only one recipient.
    The distribution model is as follows:
    Model Views
       SAP to POS
          SAPDEV ( the SAP system )
             POS ( the external POS system )
                DESADV
       SAP to E-SHOP
          SAPDEV ( the SAP system )
             E-SHOP ( the external e-shop system )
                DESADV
       Well, the system message is clear and I did the obvious: create a complete copy to the original message type and than assign it to the E-SHOP system ( the original message type is already used in integration between SAP and POS ).
    As you can see I have found a workaround already but I think that it comes natural to SAP to communicate with other systems and to exchange same kind of documents to those systems and I can't believe that there isn't a standard solution for situation like this.
    FYI I'm working on SAP ECC 6.0
    Thanks in advance.
    Wish you nice day and successful week ,
    Vladimir

    I believe when ePrint server has received the email, it made the necessary settings and configured the job for printing and then it went for "Reply All" option. So here it cannot send the print job to your personal email ID and the error came up.
    The only option I can think of is add the printer email ID to your email contact list and give it a name like MyPrinter so you can remember easily , just like email contacts are added in Outlook.
    Mark this post as answered so that others can find it useful.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

  • ALE message type WMTORD sending ST meins

    good morning/afternoon to all,
    we are in the process of setting up a 3rd party warehouse/miniload system and they connect using ALE. the 3rd party system is not a SAP system. our system is 4.7C. we are being asked to use this message type (WMTORD - standard) to send transport orders. they receive the idoc successfully with correct information, except for the unit of measure field meins. they receive the untranslated unit of measure ST, instead of EA.
    is there a fix for this? can this be changed with standard code, or is a user exit needed. and, if the user exit is needed, why does for example the message type MATMAS send a EA and not the ST? i do have the global unit or measure ST setup to send EA in spro.
    thanks in advance.

    it looks like no one knows the answer...
    here is what i found (for future reference)
    enhancement MWMIDO01
    component(fm) - EXIT_SAPLLIDO_001
    include - ZXLIDU01
    code example
    tables: e1ltori.
    loop at t_idoc_data.
      if t_idoc_data-segnam = 'E1LTORI'.
        move t_idoc_data-sdata to e1ltori.
        if e1ltori-meins = 'ST'.
          move 'EA' to e1ltori-meins.
        endif.
        move e1ltori to t_idoc_data-sdata.
        modify t_idoc_data.
      endif.
    endloop.
    *****solved*****

  • Details for ALE Message type 'INVOICE'  for intercompany billing ?

    Hi all,
    I have a requirement that i have to create the Invoice receipt for FI when the billing document is created ( VF01)  in the same client?
    Please provide me the details for this
    such as output type , process code and other master data settings that have to fill?
    Thanks,
    Vamshi.

    Hi prakash,
    Thanks for the reply and it is very helpful.
    But i am using message type RD00 and shall i use this?
    Else, please specify the details that i have to maintain to use RD04 clearly stap-by-step?
    Thanks,
    Vamshi.

  • Deleting Message Type name and namespace tag from XML payload

    Hi Gurus,
    Need help. My payload looks like this
    <?xml version="1.0" encoding="utf-8" ?>
    - <ns1:MT_O_sss xmlns:ns1="http://sap.com/xi/tm">
    - <Job>
       <Field name="xxxx" value="" />
      <Field name="xxx" value="" />
      <Field name="xxx" value="" />
       </Job>
      </ns1:MT_O_sss>
    But The soap webservice is expecting it in
    <?xml version="1.0" encoding="utf-8" ?>
    - <Job>
       <Field name="xxxx" value="" />
      <Field name="xxx" value="" />
      <Field name="xxx" value="" />
       </Job>
    I have to remove the message type name and namespace tag.
    So how can I achieve this. I am sending this payload using a Receiver Soap Adapter. Please help. I am kind of stuck.

    hi,
    you have to simply add one module in your communication channel
    that is XMLAnonymizerBean
    you can refer below for help:
    Remove namespace prefix or change XML encoding with the XMLAnonymizerBean
    http://help.sap.com/saphelp_nw04/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/frameset.htm
    hope it helps.
    regards,
    ujjwal kumar

  • Condition types are to be deleted from pricing procedure

    Dear Experts,
    I want to delete the condition types in the pricing procedure which are currently used on production system by my client. open purchase orders are exists, Purchase orders with GR and IR completed are also exists with those condition types.
    So please guide me on what are prerequisites for deleting condition types? Which purchase order processing is to be completed before deleting condition types !
    Thanks in Advance

    Thanks Murlidharan !
    Ya, please tell me the search for POs with condition type.
    Conditions are deleted and affected the 300 POs, Approx. 600 GRs and Invoices.
    it affected like -
    a) PO Quantity 10 EA, Per unit price 10Rs
        Material Basis Price = 100 Rs
    b) Suppose Condition ZFCP - 10%
        Condition Amount = 10 Rs.
        The total order Amount = 110
    The Goods Receipt and Invoices were posted already with Amount 110.
    Stock Account as well GR/IR clearing account was heat with Amount 110 Rs.
    Also Goods issue has been made for those items.
    Conditions were deleted after completion all above mentioned procedures.
    And as the effect of condition deletion every where system is showing Amount posted only 100. Like, In PO, Stock Account, GR/IR Account and Vendor Account.
    And I have to resolve the issue.
    I have checked for the Subsequent debit option in invoice. but it will not work with Stock Account effect.
    So only one option is there, Documents reverse (GR and invoice)
    But i am Confused on that because Goods Issue has been posted for those items.
    Waiting for yeply

  • ALE-message type

    Hi all
    I have created a z-message tyoe and attatch with the basic and extention idoc type in WE82 .
    Now if i go to database table TBDME or in EDP13 i did not found my enteries.
    How can i acheive that. Please suggest me.
    Thanks

    Hi
    no it wont worked with BD57 i already Tries with that.
    othere solutions?

  • ALE Message type HRMD_A Infotype 0001 is incorrect using PROOF flag = X

    Hi
    We have an issue using HRMD_A for Infotype 0001 with the PROOF flag swithed on. Using the PROOF flag triggers a call of HR_MAINTAIN_MASTERDATA instead of a direct write to db tables. However sometimes the update of Infotype 1 is incomplete and records are lost. The data goes through a transformation in the inbound BAdi, here I have checked the sequence is still correct. But when the data is written to Infotype 1 it seems to overwrite the last entries.
    If anyone has any experience with this, I would be very interested for any input.
    Thanks in advance
    Sonny

    Hi Sandip
    Thx for your response. If I understand you correctly you suggest I use the HR_INFOTYPE_OPERATION. This could be an alternative, but I would prefer to understand the reason behind the error.
    HR_INFOTYPE_OPERATION actually calls HR_MAINTAIN_MASTERDATA, so this FM might not solve the issue, but it does give the option for updating one record at a time.
    Sonny

  • GOA distribution problem with message type COND_A

    Hi All,
    we are facing problem to transfer the GOA from SRM to R/3.
    When we check with RZ20 we can trace error saying Processing of IDCs of types COND_A02 in the system XXXXXX canceled.
    Is there any idea regarding this?
    Regards,
    Nav

    Hi Nav,
    you need to implement Badi BBP_CTR to map the conditions used in SRM with the ones in R/3. Within the Badi there is an example for mapping. Also there are some threads here explaining the mapping. Have alook at Note 646903 - Global outline agreement: Tips and tricks explaining in detail how to implement these BADI's.
    Cheers,
    Claudia

  • Firefox won't load any websites but other browsers connect with no problem. error message: connection has timed out. deleting browsing history did not work.

    I also tries removing firefox and reinstalling it - still did not work.
    I checked - the firewall wasn't blocking firefox , so it's not that.
    As far as I could find my antivirus (AVG) also was not causing the problem.
    I'm at a complete loss - any ideas what has gone wrong?

    Type '''about:preferences#advanced'''<Enter> in the address bar.
    Under '''Advanced,''' Select '''Network.'''
    Look for '''Configure How Firefox Connects''' and press the '''Settings''' button.
    Check the settings.
    Some problems occurs when your Internet security program was set
    to trust the previous version of Firefox, but no longer recognizes your
    updated version as trusted. Now how to fix the problem: To allow
    Firefox to connect to the Internet again;
    * Make sure your Internet security software is up-to-date (i.e. you are running the latest version).
    * Remove Firefox from your program's list of trusted or recognized programs. For detailed instructions, see
    '''[https://support.mozilla.org/en-US/kb/configure-firewalls-so-firefox-can-access-internet Configure firewalls so that Firefox can access the Internet.]''' {web link}

Maybe you are looking for