Port &1 segment defn &2 in IDoc type &3 CIM type &4 do not exist

Hello,
I've a question. We would send an standard IDOC from the 4.6C System to our SAP Xi 3.0. I customized the XI with TA IDX1 and IDX2. If we trigger the IDOC to XI I get the follow error message back:
Port SAPQ73 segment defn E2EDL20002 in IDoc type DELVRY03 CIM type &4 do not exist.
The IDOC Vers. is 4.6. In another system with IDOC Vers. 6.20 isn't a problem. So I think its a problem of the IDOC Version, or? So I checked the forum about this topic but I didn't find anything. So, I hope you can help me. Kind Regards Stephan

Hello,
I have exactly the same issue... We're currently upgrading our SAP system 4.7 to ECC6.0. We're also upgraded the system to an unicode system.
Before those change, the interface between SAP and Xi worked well. Since the upgrade, those idocs don't pass any more and get the same error message than Stephan.
I've checked the authorization of the RFC user and he has SAP_ALL and SAP_NEW. Partner profile, RFC connection, port and distribution model didn't changed.
Do someone have an idea why this can appear ?
Thanks in advance.

Similar Messages

  • EDISDEF:Port sid segment defn Z2Q0015000  in idoc type... CIM

    Hi Experts,
    I am getting the error "EDISDEF:Port <sid> segment defn Z2Q0015000  in idoc type..YHRMD. CIM"
    in sm58 of sender sap system. I thought it would be the metadata issue and tried to search the segment 'Z2Q0015000' but unable to find any thing in sender sap.
    Even i have tried in idx2. in xi
    Please help !!
    Regards,
    Suresh.

    Hi Michal,
    Many thanks for your input. The issue is coz the metadata in IDX2 is not updated. The sender system was trying to post the data from the segment which XI doesnt have.
    I just tracked the segment from we60 based on the error message and checked the idoc structure in IDX2.Then imported the idoc into IDX2 from sender sap.
    once again thanks a lot !!
    Regards,
    Suresh.

  • Flat File IDOC - ECC, segment defn x in IDoc type y CIM type do not exist

    Hi,
    I'm working on idoc flat file > sap scenario.  Everything seems to be working up until the point where I get an error message:
    EDISDEF: Port EDIPORT segment defn E2FINBU000 in IDoc type FIDCCP01 CIM type  do not exist
    I've loaded the meta data, and the file structure is fine.  I believe the issue is related to PI not having the idoc I'm interested in listed in WE30.  How do I reference the standard IDOC type FIDCCP01?  Ideas I've had are around SWCV or transport from another system, the first I'm not sure which SWCV, the later seems a bit of a bodge and I dont like the idea.
    Thanks
    James.

    Hmm.. some light for the situation.  Seems that the segments imported are:
    E1FINBU     E2FINBU     31I
    E1FINBU     E2FINBU001     40A
    E1FINBU     E2FINBU002     40B
    E1FINBU     E2FINBU003     45A
    E1FINBU     E2FINBU004     45B
    E1FINBU     E2FINBU005     46A
    E1FINBU     E2FINBU006     46C
    Which indeed does not have E2FINBU000, which the IDOC is most definitely trying to pass.  I can only guess that the middleware producting this IDOC is flawed, and that standard SAP ALE will accept this as E2FINBU (It works into another SAP system without XI).
    Guess I've answered my own question, but feel free to offer light for points
    Thanks,
    James.

  • Condition type MWST tax code S0 does not exist

    Hi, Pls advice how can I eliminate that idoc error message:
    "Condition type MWST tax code S0 does not exist"
    Should I maintain tr VK13 as well?

    Does S0 exist in FTXP?
    If not create it there?
    If it does, check the config to make sure it picks up a GL account and account key MWS

  • The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)

    we are using VS 2013. i have created new build definition and run that created build its getting failed and showing error message as "The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly
    reference?)" and "The type or namespace name 'WinComboBox, UITestControl, WinTitleBar.....etc' could not be found (are you missing a using directive or an assembly reference?)". in the error log is showing the error number are "error CS0234
    & error CS0246". 
    Actually i have created build for automation execution from MTM lab environment. i have to assign the build to the test plan. once the build is passed , i will assign to the test plan and run with automation options. 
    if i build the solution its getting successfully build. but when i run the created build definition it show the error message's.  
    Could you guide me how to resolve the above error's ? 
    Thanks in Advance...

    Hello Divakar Ponnada,
    I have checked the error CS0234 from here:
    http://msdn.microsoft.com/en-us/library/0e92xd7b.aspx
    It means your project cannot find the proper reference to your type "Visual Studio" from the namespace Microsoft.
    May I ask this question, does your build definition means something like the following blog described?
    http://www.asp.net/web-forms/overview/deployment/configuring-team-foundation-server-for-web-deployment/creating-a-build-definition-that-supports-deployment
    "A build definition is the mechanism that controls how and when builds occur for team projects in TFS. "
    If that is the problem, may I ask whether your build agent is in the same machine where you build your application?
    The build agent will first search for the reference from its local GAC and if it cannot find it, the error like you said will reports. Please manually build your project from your build agent machine to see the result, or install Visual Studio to your build
    agent machine. In that way I think your problem may fixed.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • The type or namespace name 'Optimization' does not exist in the namespace 'System.Web'

    App_Start\BundleConfig.cs (1): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     Global.asax.cs (4): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\BundleConfig.cs (8): The type or namespace name 'BundleCollection' could not be found (are you missing a using directive or an assembly reference?)
    I'm getting the above errors when attempting to create a remote build.
    I've tried the solution found here (http://blog.davidebbo.com/2014/01/the-right-way-to-restore-nuget-packages.html) but no luck.

    Hi,
    I have an asp.net mvc project in Visual Studio 2013. I'm hosting it on Visual Studio Online. 
    The project builds fine on my local machine/Visual Studio 2013. When i try to do a build on Visual Studio Online (i created a build definition there), i get similar errors. 
     App_Start\BundleConfig.cs (2): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\FilterConfig.cs (2): The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\RouteConfig.cs (5): The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     Controllers\HomeController.cs (5): The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     Controllers\HomeController.cs (9): The type or namespace name 'Controller' could not be found (are you missing a using directive or an assembly reference?)
     Global.asax.cs (5): The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     Global.asax.cs (6): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\BundleConfig.cs (9): The type or namespace name 'BundleCollection' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\FilterConfig.cs (8): The type or namespace name 'GlobalFilterCollection' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\HomeController.cs (11): The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\HomeController.cs (16): The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\HomeController.cs (23): The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?)
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35,
    processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "System.Web.Optimization". Check to make sure the assembly exists on disk. If this
    reference is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL".
    Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35,
    processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35,
    processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35,
    processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "WebGrease". Check to make sure the assembly exists on disk. If this reference is required
    by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "Antlr3.Runtime". Check to make sure the assembly exists on disk. If this reference
    is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Could not resolve this reference. Could not locate the assembly "Newtonsoft.Json". Check to make sure the assembly exists on disk. If this reference
    is required by your code, you may get compilation errors.
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1697): Assembly strong name "System.Web.Mvc, Version=__MvcPagesVersion__, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" is
    either a path which could not be found or it is a full assembly name which is badly formed. If it is a full assembly name it may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('),
    Backslash(\).

  • Error on new windows 8.1 project: The type or namespace name 'Foundation' does not exist in the namespace

    I upgraded to win 8.1 and VS 2013. I created a new Windows 8.1 C# grid  project and tried to compile it and I'm seeing the  following error: Error 1 The type or namespace name 'Foundation' does not exist in the namespace [my namespace](are
    you missing an assembly reference?)
    The errors are in navigationhelper.cs line 59  
    [Windows.Foundation.Metadata.WebHostHidden] // Foundation has the squigglies
    public class NavigationHelper : DependencyObject
    and app.xaml.cs line 68 ==> rootFrame.Language = Windows.Globalization.ApplicationLanguages.Languages[0]; which causes this error: Error 2 The type or namespace name 'Globalization' does not exist in the namespace [my namespace] (are you missing
    an assembly reference?)
    Windows phone and mvc projects are working fine and I've installed all the updates and even tried to fix vs 2013.
    Any help Is greatly appreciated.

    I did some more investigation and noticed that if I create an app with a "." in the name then this problem occurs. For example create a windows store project with the default name "App1": this will compile.
    However if I name the project "App1.Forms" to correspeond with the default namespace I want, then this problem occurs.  Still investigating but anyone should be able to repro it with that step.

  • Condition type MWST tax code A1 does not exist

    Hi all,
    I'm facing the problem while I'm releasing Billing doc to Accounting. This is the error
    Condition type MWST tax code A1 does not exist
    Message no. FF762
    Diagnosis
    When calculating tax, the system tried to determine the condition amount and the condition number from tables A003 and A053 using the specified condition type and tax code. However, no values were found there.
    System Response
    The specified amount cannot be posted in FI.
    Procedure
    Check the Customizing settings for the specified tax code. Check whether the validity period (possible with tax jurisdictions) is defined.
    I have already checked FTXP, and the Tax Code is already there.
    I have already checked the condition record, and it is already there,
    Maybe I have missed something...?
    Thanks before for all your help
    Regards,
    Rizki Harris

    Hi Typewriter,
    1. Check in a previously created invoice, accounting document - the tax code? (FB03) is it A1?
       --> the tax code is A1
    2. In VK12, MWST do you have other values of % tax (e.g. 0%). In a sales order, give appropriate Tax classification values for CMR, MMR so that MWST value = 0. Create invoice and check if you are getting the message
       --> in VK12 for Key Combination Domestic Taxes :
            TaxCl1Cust   TaxCl.Mat     Name                                 Amount     Valid from    Valid To         Tax Code
            0                    1                  Tax Exempt  Full Tax                          25.07.2011   31.12.9999    A0
            1                    0                  Liable For Taxe No Tax                        01.01.2008   31.12.9999    A1
            1                    1                  Liable forTaxeFull Tax              10       25.07.2008  31.12.9999    A1
         --> I still don't understand what do you mean by CMR, MMR ?
    3. Condition type MWST is not allowed to be processed manually..
    Regards,
    Rizki Harris

  • MIGO -Number range for trans./event type WE in year 2012 does not exist

    Hi  to all
    i got one erro while  going do MIGO , error is  
    Number range for trans./event type WE in yar 2012 does not exist .But i checked in OBA7 for the document type WE for that company code i have already maintain number ranges for the year 2011. but system showing error message is  WE in year 2012 does not exist . how it showing .Actually My fiscal year is 2011 . why system asking maintain number ranges WE in year .After that i maintaion number ranges for the fiscal year 2012 . and try to post MIGO but i got the same error .Please help us in this sence
    Error Details :
    Number range for trans./event type WE in yar 2012 does not exist
    Message no. M7562
    Diagnosis
    The number range for document number assignment has not been maintained in the year 2012 for the transaction/event type WE.
    Procedure
    Contact your system administrator.
    If you are authorized to do so, do you want to check the number ranges for the
    u2022     Material documents
    u2022     Reservations?
    Thanks in Advance
    Rajesh

    Hi Tej,
    Even I am getting the same error
    "number range for trans./event type WE in year 2014 does not exist"
    I have maintained the below number range in tcode OMBT,
    Am I missing anything?? Please help!!

  • No range for trans/event type WA in year 2011 does not exist

    Hi, All Gurus
    while posting goods in MB1C,getting error 'No range for trans/event type WA in year 2011 does not exist'
    while doing PGI,getting error 'No range for trans/event type WL does not exist'.I'm getting trained in IDES system.
    Plz help me..
    From
    MVR

    Hello,
    And welcome to SAP SDN
    System asking Number range for trans./event type WA for year 2011, as it not maintain in the system.
    Now 1st set u201CWAu201D document type for material document & then u201CWAu201D document type for accounting document
    Set for WA document type for material document
    Use TCode: OMBT
    In the Menu Click Group - maintain - again click Group-insert - Number Range Group Text (new material document)
    & then enter
    Year_From Number __ To Number.
    2011_100000000____ 199999999
    And now
    Double click "WA"
    and select check box of your "Number Range Group text of new material document
    "and click Element/Group in the Application Bar ( you can see WA is assigned to Number Range Group text ) and Save.
    Now use t.code: OMBA
    Click u201CGoods Receipt Document Typeu201D
    Next screen assign u201CWAu201D document type to t.code MB1C and save.
    Set for WA document type for accounting document
    Again Use t.code: OMBA
    Click u201CFinancial Accounting Number Rangeu201D & enter company code u2026.and click change interval.
    Now in next screen, click u201Cinsert intervalu201D
    & then enter
    Number range number__Year____From Number____To Number.
    10__________________2011____200000000____ 299999999
    And save.
    Now again use t.code: OMBA
    Click u201CFinancial Accounting Document typesu201D & next screen double click u201CWAu201D and you will have new screen and enter Number range u201C10u201D and save.
    Similarly for WL
    In  t.code: OMBA check under automatic movements doc type for TCode VL01, VL01N, VL01NO, VL02,,VL02N,,VL03N, VL07, VL08, VL09, VL32, VL32N,,VL33N, VLMOVE, etc
    Now, Set for WL document type for accounting document
    Again Use t.code: OMBA
    Click u201CFinancial Accounting Number Rangeu201D & enter company code u2026.and click change interval.
    Now in next screen, click u201Cinsert intervalu201D
    & then enter
    Number range number__Year____From Number____To Number.
    20__________________2011____200000000____ 299999999
    And save.
    Now again use t.code: OMBA
    Click u201CFinancial Accounting Document typesu201D & next screen double click u201CWLu201D and you will have new screen and enter Number range u201C10u201D and save.
    If you still face the any issue. Do revert back
    Thanks & Regards
    JP
    NOTE KINDLY SEARCH FOR THE ERROR< BEFORE POSTING QUERY ON SDN

  • Number range for trans./event type WA in year 2010 does not exist

    Dear Sir,
    when i used t-code mb1c to initiate the stock, it occured this error message 'Number range for trans./event type WA in year 2010 does not exist'. i've used t-codes(OBMT,FBN1,OBH2), but it still doesn't work. can you tell me how to solve this problem, please?  thanks! the detail error messages as below:
    Number range for trans./event type WA in year 2010 does not exist
    Message no. M7562
    Diagnosis
    The number range for document number assignment has not been maintained in the year 2010 for the transaction/event type WA.
    Procedure
    Contact your system administrator.
    If you are authorized to do so, do you want to check the number ranges for the
    Material documents
    Reservations?

    Follow the below instruction as specified in note 370236.
    Maintain the number range intervals in Transaction OMBT or in Transaction SNUM.  For every interval of the previous year, there should exist an interval with a year specification that is larger than or equal to the current year.Then assign the interval to a number range group.
    The attached analysis report 'ZNRIVCHECK' carries out the following check:
    If the year and the document type are entered, the report checks whether an interval exists for the document type and for the year.
    If the year is entered or the year and the number range object are entered, the program checks whether the intervals of the previous years exist for all of the year-dependent objects in the specified year.Check whether intervals are needed for all entries of the results list and whether the interval was assigned to the number range groups.
    thanks
    G. Lakshmipathi

  • Number range for trans./event type WE in year 2011 does not exist

    hi gurus
                when am trying to post GR it showing me the following error 'Number range for trans./event type WE in year 2011 does not exist' please help me.

    Hi,
    Go to OBA7 and select the transaction event type WL and maintain number range for the year 2011.
    Please check and revert.
    Thanks
    Hrishi

  • The type or namespace name 'BusinessData' does not exist in the namespace 'Microsoft.SharePoint' (are you missing an assembly reference?)

    I am trying to compile my SharePoint 2010 solution(VS2010) in VS2013 to deploy in SP2013, i have removed all old 14 ref and added 15 ref for microsoft.SharePoint, office.server and other assemblies. 
    still i am getting "The type or namespace name 'BusinessData' does not exist in the namespace 'Microsoft.SharePoint'
    (are you missing an assembly reference?)"
    did i miss any step here or any version issue?
    any suggestions to resolve
    Thanks
    S.Venkata Appaji

    Hi,
        Just confirm that Target Frame work has been changed to 4.5 or not, if not changed it to 4.5 and give it a try.  Then also it gives error then check the SP reference, dll properties and check its version(it should be 15.0.).
    PS:-You can fine target framework under project properties->Application-> Target Framework.
    Regards,
    MS

  • Number range for trans./event type WA in your 2011 does not exist

    Hi,
    I am getting this error while creating stock
    number range for trans./event type WA in your 2011 does not exist... already checked with tcode OMBT, OMBA, and also serach  column there also nobody has given proper details.. can anyone help me for this

    Are you practicing on IDES server?
    Anyways, the Number Ranges for your FI document WA is missing for Year 2011.
    Follow this:
    IMG - Financial Accounting (New) -Financial Accounting Global Settings (New) - Document - Document Types - Define Document Types for Entry View
    Here check the Document Type WA, note the number Range assigned.
    Now go to
    IMG - Financial Accounting (New) -Financial Accounting Global Settings (New) - Document - Document Types - Document Number Ranges - Documents in Entry View - Define Document Number Ranges for Entry View
    Here create Number Range for Year 2011 for your Company Code.
    Then assign the Number Range Key to to the WA Document Type Above.
    You can also Copy the Existing Number in Document Type to Year 2011 in Copy to Fiscal Year IMG link.
    Also request you to close your previous threads (questions) on time.
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • "Number range for trans./event type WV in year 2014 does not exist"

    while doing PGI i am getting error as "Number range for trans./event type WV in year 2014 does not exist"
    Thanks,
    Rohit

    Welcome to the forum.  As a new member, I would like to inform you that there are certain rules and regulations applicable to this
    forum which you can find to your right screen where it has also been indicated that posting basic / repeated query is not allowed. Please search in this forum or Google it with the same text, so that you will find many threads discussed on the same topic.  Take the inputs from there and update still if you are not able to resolve.  Meanwhile, this thread would be locked.
    G. Lakshmipathi

Maybe you are looking for