Relation between msg type & Idoc type

i have a X msg type which is already assigned to Y idoc type.
can I assign the same X msg type to a new Z Idoc type.
If yes, what is the effect on the old assignment?
note: Y & Z have no relation at all. both of then are two different Idoc types.

Hi,
it is a problem, If u assign a X message type to more than 1 message type, becuase message type is only identifier in the ALE or EDI configurations. Using this identifier u have to configure in the ALE or EDI.
This is one-to-one relation between Message type and Idoc type.
Reward me if it is ok.
Regards,
Subbarao

Similar Messages

  • Table relation between Output Type and Spool

    Hi all,
    Is there a way to determine the table's relation between an Output Type and a Spool table for a printout.
    Thanks
    William Wilstoth

    Hi,
    See the Table TSP01 to store spool requests.
    Regards,
    Ballack.
    Reward Points if helpful.

  • What is the relation between req type and checking group

    Could any1 please explain me the link between requirement type and checking group?
    Also please throw some light on the other terms in ATP like requirement class and checking rule.
    Thanks in advance

    Dear VGR,
    The requirement type refers to the origin type, for example, goods receipt for purchase order (Type B) or goods issue to cost centers (Type K).
    The criterion that groups together all checking rules for all application areas for a material.
    In conjunction with the checking rule, the checking group defines the scope of the availability check for each business event, that is, which stocks, goods receipts, and goods issues are taken into account in the availability check, and whether replenishment lead time is checked.
    Checking rule
    A rule that defines how the availability check is performed.
    The checking rule, in conjunction with the checking group, determines the scope of the availability check for every business operation; that is, which stocks, receipts, and issues are included in the availability check and whether the check is performed with or without the replenishment lead time.
    I hope this will help you,
    Regards,
    Murali.

  • Relation between message type and output type in ALE

    Hi
    I have a meeage type with me. I want to find the processing routine for the idoc. Procesing routine is acessed from  NACE - application -output type ( as far as i know ). Now how do i know the output type for the message type. Are the output type and message type related ?
    thanks
    sankar

    Hi,
    U can see the output type for message type here WE20 ->outbound parameters -> message control
    For invoice if mesage type is INVOIC and its output type is RD00 or ESYM or MAIL.
    output type is four character code which describes characteristics of output itself
    Regards

  • Relation between movement type and Schedule Line Item Cat

    I have a situation for Return Sales Order, there's two lines items with
    *Item Cat                      Schedule Line Item Cat         Stock
    REN(Normal)                 YN (Returns 657)                 Blocked
    RENN (Free Goods)      DN (Returns)                        Return Stock
    Question is, the user would like all the return stock to be posted to Block stock which should be using movement type 657. How can I configure this.

    Hello Sarvanand
    Assign Sched Line category YN to item category RENN using this path:
    SPRO/IMG/Sales and Distribution/Sales/Schedule Lines/Assign Schedule Line Categories
    Don't change movement type of standard Item cat DN.
    Thanks.

  • Relation between Table Type and CLOB

    Hello ALL,
    I am calling a procedure whose out parameter should be CLOB.
    I am getting the output into a out parameter of type TABLE.
    So how do we assign the table type data to CLOB variable.
    Please let me know.
    Kind Regards,
    Kumar.

    I presume you want to go through a pl/sql collection and agglomerate its contents to a clob. If so, this should give you teh general idea...
    SQL> create or replace procedure table_to_clob
      2    (  p_owner in varchar2, p_glom out clob )
      3  as
      4      l_ntab strings;
      5      c clob;
      6  begin
      7      dbms_lob.createtemporary(c, true);
      8      select table_name bulk collect into l_ntab
      9      from all_tables
    10      where owner = p_owner;
    11      for i in l_ntab.first()..l_ntab.last()
    12      loop
    13          dbms_lob.writeappend(c, length(l_ntab(i)), l_ntab(i));
    14      end loop;
    15      p_glom := c;
    16  end;
    17  /
    Procedure created.
    SQL> var lc clob
    SQL>
    SQL> exec table_to_clob(user, :lc)
    PL/SQL procedure successfully completed.
    SQL>
    SQL> print lc
    LC
    SEARCH_NOSGFP1P2GCENTITIESDOMAINSSHIPPINGSHIP_STATUSTSTADR$MYINDEX$IDR$
    SQL>Cheers, APC
    blog: http://radiofreetooting.blogspot.com

  • Relation between Account assignment category & Document type of PR

    Hi,
    For PR doc type "CP" -Capital PR, we have created the "Y" as accout assignment category,i.e currently system is allowing to make the PR for doc type  for CP with Y as a accout assignment category.
    Now our requirement is that, system should allow to make the  PR for caital items with Doc type "CP" with " A" &" U" as a account assigment categoty.
    I want to know where the relationship between account assigment category & Doc type is maintained?
    Is it in Configuration or some user exist is used?
    Regards,
    CVB

    Hi
    There is no direct relation between doc type & Acc *** category. There is an indicator to control if you want to use Acco assingment or not. ( No acc assignment indicator in Document type setting)
    Document typr is linked with Item category in Customizing
    IMG>MM>PR>DOc type
    Inturn Item category is linked with Acc *** categories.
    IMG>MM>Acc ***> Link item cata & acc *** cat
    Hope it helps
    Karthik
    Edited by: Karthik on Jun 23, 2011 12:04 PM

  • 0 idocs generated for msg type cosmas

    Hi everyone..
    please help out with this idoc issue
    I'm trying to send data with msg type COSMAS from 800 to 810 using BD16 as follows:
    it just says 0 idocs generated.
    I have again gone back and checked my customizations but can't figure it out.
    the steps i have done are:
    create and assign logical systems
    open rfc connections from both c800 and c810
    create model view and assign msg type in bd64 in c800.
    create partner profiles in both c800 and c810.
    open port from c800 .. .DO i have to open a port from c810 as well??
    Some doubts I have :
    do i have to do :
    "Generate the partner profiles by selecting the navigation path from the main menu, Environment --> Generate Partner profiles"
    from BD64 after i create the model view and add msg type COSMAS.
    regards,
    allwyn

    HI
    no, i have not done anything relating to bd64 in c810 ..that wasn't mentioned in the notes I am following .. Do I have to repeat the same steps like I did in c800?

  • Difference between message type and idoc type

    Hi
    difference between message type and idoc type
    Regards
    Rama

    Hi,
    Message Type:
    A message type represents the application message exchanged between R/3 systems and R/3 and an external system. A message type characterises the data sent across systems and relates to the structure of the data called an IDOC type.
    Diff. with IDOC type
    An IDoc type specifies the structure of the data.
    A message type specifies the meaning of the data
    Diff. b/w IDOC type and IDOC
    An IDoc type is the definition of a specific data structure.
    An IDoc is an actual instance of data based on an IDoc type. Therefore, there can be many IDocs created from a single IDoc type.
    Example:
    MATMAS is the message type and MATMAS05 is IDoc type for Material Master.
    Thanks,
    Shankar

  • Reg. IDoc errors in Mat Mas conversion using ALE/IDocs & reduced msg type

    Hi Friends,
    Am facing a strange situation while converting the Material Master data from 4.6b to ECC using BD10 transaction with reduced custom message type. I have reduced the standard msg type MATMAS03 using BD53 for the required field mapping both in 4.6b and ECC systems and I written the code using the exit EXIT_SAPLMV01_002 based on client req.
    The situation is that in receiving system(ECC) sometimes IDocs are failing and the error shows that some fields which I have not selected in E1MARAM segment of the reduced msg type are populated with some values(ex: zeroes-0, slash-/,spaces)
    (Error Msg -Blank spaces in change number     0   / are not supported). And all these coversions are scheduled as Batch jobs and by ALE setup. But when I try to send these errored out material numbers using BD10 tcode(without Batch job), they are posted successfully and the IDoc does not show the additonal fields which I have not selected. I tried to debug the errored parts conversion, but they always post successfully.
    FYI, the additonal fields which are populating does not exist in the message type MATMAS03 of the sending system(100 flds) but exists in receiving system ECC(118 flds).
    Please help me out..if you have any clue.. and pls let me know if you need more info about this scenario.
    Thanks

    Hi,
    Please check the documentation in WE60 tcode and see if the fields are required to be passed...
    Regards,
    Nagaraj

  • Relation between MSEG table and movement types in 2lis_03_bf

    Hi all,
    May i know the relation between MSEG table and 2lis_03 _bf xtractor stock type/stockcategory where we see the informarion in r/3 side for this, you answers gets rewarded.
    regards,
    Dan.

    Hi,
    Most of the data for IM comes from the tables MSEG andd MKPF. You can go to MSEG contents and see the data there. You will find all the movement types, stock types and stock categories there. You can also use the transactions MB5B, MB51 etc.. to see the related info in R/3. As I said most of the data comes from these tables but not all the data. It uses some internal programming to get the data.
    Hope it helps...

  • IDocs Msg Types

    Hi I am trying to find the applicable IDoc to use for the following processes:
    Create A Delivery
    Replication of Material Master
    Create A Stock Transfer Order
    Create a Goods Receipt
    Create a Goods Issue
    All of these are to be triggered in one SAP system and sent to another SAP system where the applicable document should be created.
    Could you give me some pointers on the Basic and Msg Types that could be used.

    Hi,
    Refer this link:
    http://www.erpgenie.com/sapedi/message_types_masterdata.htm
    Regards,
    Nithiyanandam

  • Is there any table for relation between batch number and valuation type ?

    hi,
    I would like to know where i can find relation between batch number and valuation type ?
    thank you and Best regards
    Fernand

    Hello
    MCHA

  • Idoc to File scenario - recv. msg type definition

    Hello,
    Am developing interface for MATMAS msg type. Am new to XI.
    Customer has not given the recv. file structure and it is to be defined from Sender idoc type.
    Can some body guide me ohw can the recievver msg type defined by looking at the idoc type.
    Regards,
    Radha

    Hi,
    You should refer the links given above by one of the friend. Those links give you the step by step directions.
    Now particular to using the receiver side Data Type. It dpends upon the receiver side file format that is expected.
    1. If you need the similar IDOC structure with XML format on receiver side, then as most of above friends have mentioned, you can use the IDOC structure in mapping on target side. No need to create the Data Type.
    2. BUT if you have file format and have to deal with few specific fields only from IDOC structure, then you need to create the Data Type as mentioned in the above given links. ([See page No 8 & 9|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e07dcaa0-a92b-2a10-3a96-b3d942bd1539]  )
    Create the Data type and follow the steps.
    Thanks
    Swarup
    Edited by: Swarup Sawant on Dec 29, 2008 9:28 AM

  • How to hide extra field in IDOC segment E1EDK01 of ORDERS MSG TYPE

    HI Gurus,
    We are upgrading from 4.6c to ECC6, I am facing with a prolem in my outbound IDOC for ORDERS msg type.
    In the header segment E1EDK01 is having extra field HWAER in new version ECC6 and rest of the idoc remains same, can any one help me how to hide or remove the field from the header segment.
    Any hint or solution will be appreicated.
    Thanks
    Tangudu

    Hi,
    If you want to remove the fields you can use. BD53 where you need to create the new reduced MESSAGE type.
    Follow the procedur in attached [LINK|http://wiki.sdn.sap.com/wiki/display/ABAP/ReducedMessageTypes]
    As per your question i understood. you have field HWAER in 4.6c nad 6. But the field is not sent to reciver in 4.6c.
    So In another way you dont want to send this field in this case you can write a code in cusom exit to balnk this field out in ECC 6.
    Hope it helps,
    Shanmugavel Chandrasekaran

Maybe you are looking for

  • HT204291 I did the update my apple tv this morning and now my air play is not working ?

    I did this morning update in my Apple TV and now my air play doesn't work!

  • Just a video icon in my N95 8GB Gallery

    Sometimes when i transfer a video in my N95.. and when i checked out my Gallery.. it only shows a video icon.. its suppose to have a picture (like the picture at the start of the video) does anyone know why is this? all of my other videos has a pictu

  • Error 1 message using "new file"

    I am trying to read a new filename path from a txt file. This filename path I use to create a new file to store data in. See attached test VI. The first time everything works fantastic but the second time the while loop executes the create "new file"

  • How to read Image data from oracle DB?

    How to read a oracle database object ORDSYS.ORDImage from oracle database? I can get a oracle.sql.STRUCT object from the database, but i can not find the way to convert data to a image object(like oracle.ord.im.OrdImage) I had used "OrdImage imgObjj1

  • Pre dial # or *

    Before, with 3GS, I wrote pre-programmed contact with * or #. It was for exemple to avoid waiting on a responder or dial a code for taxi. one of my contact was 0142880469p*2 ; and it was working! BUT now with my iphone 4S, my operator says "it s a wr