Return PO Message type error

Hi,
I have created a ZRPO for Return purchase orders. However when we create a Return PO and save , the system always calls the PO form. I checked under messages, the ZRPO is also assigned but the NEU is assigned first for all Return PO's.
The configuration is right as other forms are working perfectly including the PO,Cancel Po etc..
The other thing is that this works perfectly in ME21N transaction but as we are doing a retail project we need the same in the retail transation.
Could anyone please guide me what needs to be done.
Thanks,
DB

There are 4 condition records:
Standard Po
Replenishment PO
OAPC PO
Return Po.
This is the order in the condition records.
The access sequence is just the standard:
Purchasing Output Determination: Purch. Org./Vendor for EDI
Purchasing Output Determination: Doc.Type/Purch.Org/Vendor
Purchasing Output Determination: Document Type.
I am not aware of your third question about the message log.
Thanks,
DB

Similar Messages

  • AFTER I DOWNLOADED FIREFOX 4, EVERYTIME I OPEN THE PROGRAM I GET THE FOLLOWING MESSAGE- TYPE ERROR:COMPONENT.CLASSES[CID] IS UNDEFINED. HOW DO I CORRECT THIS?

    After upgrading to firefox 4, everytime I open the program, I get the following message, "TYPE ERROR:conponentclasses undefined." How do I correct this?

    That indicates that you are using an add-on that is not compatible with Firefox 4. For details of how to troubleshoot this to find out what one is causing the problem see https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • PO message type Error

    Hi All
    I have configured a new message type ZCTL for EDI. however i find all configs in place still i get an error of NO COMMUNICATION DATA MAINTAINED FOR TRANSMISSION MEDIUM 6. I have checked MN06 for the key combinations and it maintained correctly as per the PO. Also partner profiles and other setup are correct.
    Please advice.

    yes its maintained correctly. also in MN04 when i maintain the condition type ZCTL /vendor/partner/medium combination and press F2 for communication data it gives the same error.
    No communication data has been defined for transmission medium 6. Message number is 603.

  • Unsolved message type error

    Hello!
    I have an error that I cannot solve. Here is the general description:
    I have a xsd file that I imported in my BPEL process:
    <?xml version="1.0" encoding="windows-1250"?>
    <schema targetNamespace="http://xml.zoppas.com/CommesseError"
    xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:err="http://xml.zoppas.com/CommesseError">
    <element name="ErrorType">
    <complexType>
    <sequence>
    <element name="Id" type="string"/>
    <element name="Message" type="string"/>
    </sequence>
    </complexType>
    </element>
    </schema>
    Then I created a new xsld file:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!--Generated by the Oracle JDeveloper 10g Web Services WSDL Generator-->
    <!--Date Created: Wed Nov 09 16:40:27 EET 2005-->
    <definitions
    name="errorManager"
    targetNamespace="http://xml.zoppas.com/managerCommesseError/"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:cur="http://xml.zoppas.com/managerCommesseError"
    xmlns:err="http://xml.zoppas.com/CommesseError">
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://xml.zoppas.com/CommesseError" schemaLocation="CommessaError.xsd"/>
         </schema>
    </types>
    <message name="CommessaError_msg">
    <part name="CommessaError" element="err:Error"/>
    </message>
    <portType name="GetError_ptt">
    <operation name="GetError">
    <input message="cur:CommessaError_msg"/>
    </operation>
    </portType>
    </definitions>
    Then I created a new variable with the message type CommessaError_msg.
    When I compile the project, I have the following error:
    Error(23):
    [Error ORABPEL-10007]: unresolved messageType
    [Description]: in line 23 of "D:\myBPEL\commessaGetInfo\commessaGetInfo\commessaGetInfo.bpel", WSDL messageType "{http://xml.zoppas.com/managerCommesseError/}CommessaError_msg" of variable "errorMessage" is not defined in any of the WSDL files.
    [Potential fix]: Make sure the WSDL messageType "{http://xml.zoppas.com/managerCommesseError/}CommessaError_msg" is defined in one of the WSDLs referenced by the deployment descriptor.
    Does anybody have an idea about that?
    Thank you in advance!!

    I forgot to attach the BPEL process source code. The error is at line 23.
    <process name="commessaGetInfo" targetNamespace="http://www.zoppas.com/commessaGetInfo" suppressJoinFailure="yes" xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20" xmlns:ns4="http://xmlns.oracle.com/pcbpel/adapter/db/top/commessaGetInfo" xmlns:ns7="http://www.zoppas.com/Error" xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns5="http://xmlns.oracle.com/pcbpel/adapter/db/Details/" xmlns:client="http://www.zoppas.com/commessaGetInfo" xmlns:ns6="http://xmlns.oracle.com/pcbpel/adapter/db/INTEGRATION/GETCOMMESSE/" xmlns:ora="http://schemas.oracle.com/xpath/extension" xmlns:ns9="http://xmlns.oracle.com/pcbpel/adapter/opaque/" xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/aq/Dequeuer/" xmlns:ns3="http://xml.zoppas.com/Commesse" xmlns:ns2="http://xmlns.oracle.com/pcbpel/adapter/db/Deleter/" xmlns:bpelx="http://schemas.oracle.com/bpel/extension" xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc" xmlns:ns10="http://xml.zoppas.com/managerCommesseError/" xmlns:ns8="http://xmlns.oracle.com/pcbpel/adapter/aq/Enqueuer/">
    <partnerLinks>
    <partnerLink myRole="Dequeue_role" name="getCommessaCode" partnerLinkType="ns1:Dequeue_plt"/>
    <partnerLink name="Deleter" partnerRole="Deleter_role" partnerLinkType="ns2:Deleter_plt"/>
    <partnerLink name="CommessaDetails" partnerRole="Details_role" partnerLinkType="ns5:Details_plt"/>
    <partnerLink name="sendComessaDetails" partnerRole="Enqueue_role" partnerLinkType="ns8:Enqueue_plt"/>
    </partnerLinks>
    <variables>
    <variable name="ReceiveCommessaCode_Dequeue_InputVariable" messageType="ns1:CommessaCode_msg"/>
    <variable name="deleteRequest_delete_InputVariable" messageType="ns2:ModifiedCommesse2Collection_msg"/>
    <variable name="requestDetails_Details_InputVariable" messageType="ns5:args_in_msg"/>
    <variable name="requestDetails_Details_OutputVariable" messageType="ns5:args_out_msg"/>
    <variable name="sendDetails_Enqueue_InputVariable" messageType="ns8:OutputParameters_msg"/>
    <variable name="errorMessage" messageType="ns10:CommessaError_msg"/>
    </variables>
    <sequence name="main">
    <receive name="ReceiveCommessaCode" partnerLink="getCommessaCode" portType="ns1:Dequeue_ptt" operation="Dequeue" variable="ReceiveCommessaCode_Dequeue_InputVariable" createInstance="yes"/>
    <assign name="codeToDelete">
    <copy>
    <from variable="ReceiveCommessaCode_Dequeue_InputVariable" part="CommessaCode" query="/ns3:CommessaCode/ns3:CodCom"/>
    <to variable="deleteRequest_delete_InputVariable" part="ModifiedCommesse2Collection" query="/ns4:ModifiedCommesse2Collection/ModifiedCommesse2/codCom"/>
    </copy>
    <copy>
    <from variable="ReceiveCommessaCode_Dequeue_InputVariable" part="CommessaCode" query="/ns3:CommessaCode/ns3:CodSub"/>
    <to variable="deleteRequest_delete_InputVariable" part="ModifiedCommesse2Collection" query="/ns4:ModifiedCommesse2Collection/ModifiedCommesse2/codSub"/>
    </copy>
    </assign>
    <invoke name="deleteRequest" partnerLink="Deleter" portType="ns2:Deleter_ptt" operation="delete" inputVariable="deleteRequest_delete_InputVariable"/>
    <scope name="Scope_1">
    <sequence name="Sequence_1">
    <assign name="codeForDetails">
    <copy>
    <from variable="ReceiveCommessaCode_Dequeue_InputVariable" part="CommessaCode" query="/ns3:CommessaCode/ns3:CodCom"/>
    <to variable="requestDetails_Details_InputVariable" part="InputParameters" query="/ns6:InputParameters/P_COD_COM"/>
    </copy>
    <copy>
    <from variable="ReceiveCommessaCode_Dequeue_InputVariable" part="CommessaCode" query="/ns3:CommessaCode/ns3:CodSub"/>
    <to variable="requestDetails_Details_InputVariable" part="InputParameters" query="/ns6:InputParameters/P_COD_SUB"/>
    </copy>
    </assign>
    <invoke name="requestDetails" partnerLink="CommessaDetails" portType="ns5:Details_ptt" operation="Details" inputVariable="requestDetails_Details_InputVariable" outputVariable="requestDetails_Details_OutputVariable"/>
    <assign name="transmitDetails">
    <copy>
    <from variable="requestDetails_Details_OutputVariable" part="OutputParameters" query="/ns6:OutputParameters"/>
    <to variable="sendDetails_Enqueue_InputVariable" part="OutputParameters" query="/ns6:OutputParameters"/>
    </copy>
    </assign>
    </sequence>
    </scope>
    <invoke name="sendDetails" partnerLink="sendComessaDetails" portType="ns8:Enqueue_ptt" operation="Enqueue" inputVariable="sendDetails_Enqueue_InputVariable"/>
    </sequence>
    </process>

  • Cript - Message type- Error in Printing

    Hi,
       We have developed the custom srcipt for the PO printing and configured it NACE.
    Now we are facing strange porblem that when we creat message type using this output type then it works for one PO and does not work with the other PO. The status is shown in yellow. Please let me know what could be the reason.
    Regards,
    Shweta.

    SAP Standard Scripts ( how to Modify Standard Scripts)
    Go to transaction OMFE. Tell me what you see there for the output type you are interested in. Let me take the standard output type NEU. The entry looks something like this.
    NEU Purchase order 1 SAPFM06P ENTRY_NEU MEDRUCK.
    The first one is your output type, next is its description, next is the medium, then the program, routine, and the form name.
    You already copied the layout MEDRUCK to ZMEDRUCK. Now copy SAPFM06P to ZZSAPFM06P. Now ENTRY_NEU routine is in the include FM06PE02. You need to make your changes here to accommodate for the new field. So copy this include to ZZFM06PE02 and make your changes. Also, in ZZSAPFM06P, change the line where it says INCLUDE FM06PE02 to INCLUDE ZZFM06PE02.
    Now in this routine ENTRY_NEU, there is a function module call ME_READ_PO_FOR_PRINTING which reads in the PO data from the tables. We need to copy this function module as well as this is where you will do your extra selections for the new fields. You will do the same with the other function call ME_PRINT_PO, if you need to change anything on the print.
    after this to define output type...
    NACE
    You can track the form and the print program used for that form
    NACE is used to create output type while creating the output type you will mention forms, and driver program.
    that will be maintained in the table TNAPR.if you create the output type using NACE then it will be automatically visible in table NAST and TNAPR.
    so check in NAST, TNAPR table
    http://help.sap.com/saphelp_erp2005/helpdata/en/c8/1989fe43b111d1896f0000e8322d00/frameset.htm
    Condition records in NACE?
    EX--in simple terms..take a transaction say ME21N ( Purchase Order ), u can see a Print icon there. now when u click on this icon, it has to print the PO document. Now how does it do that? when u click Print, the control gets transffered to a print program, now which program gets triggered is decided by what program name u specify in NACE.
    So in NACE>EF>Output Type>NEU>processing routine--> u can see some standard program already configured( maybe SAPFM06P n form MEDRUCK )..these are the programs n sapscript that gets executed wen u say "PRINT" in the transactrion...so u can customise the print program for customer changes over here by copying the standard program n form into a Z/Y one and replacing the program names in NACE.
    SAPScripts
    http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf
    http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf
    http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf
    http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf
    http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf
    http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-subtotals.htm
    SAP SCRIPT FIELDS
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/8033ea454211d189710000e8322d00/content.htm
    scripts easy material
    http://www.allsaplinks.com/sap_script_made_easy.html
    Debugging Document.
    http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
    http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
    http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm
    http://help.sap.com/saphelp_bw30b/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm
    Reward points for useful Answers

  • Message type error

    Hello every one i have a target xml requirement as shown below(this is just a part of my required target XML)
    As you can see the Partner note is repeating four time in usual cases i could have set its occurrence as 1 to unbounded and mapp it according to the requirement, but as you can notice one of the partner node (the second) has Address as child node node and it has got variable and some subelements.
    What do i have to do to get same structure when mapping, i am not getting my message type as shown below only one Partner node is showing up.
    sorry my question might be simple but i am relatively new to PI.
    <PARTNER>
    <NAME index="1">eRepair</NAME>
    <ONETIME>0</ONETIME>
    <PARTNRID>1000051173</PARTNRID>
    <PARTNRTYPE>SoldTo</PARTNRTYPE>
    </PARTNER>
    <PARTNER>
    <NAME index="1">eRepair</NAME>
    <ONETIME>0</ONETIME>
    <PARTNRID>CUST</PARTNRID>
    <PARTNRTYPE>ShipTo</PARTNRTYPE>
    <ADDRESS>
    <ADDRLINE index="1">BLDG 5, Dock 505</ADDRLINE>
    <CITY>Louisville</CITY>
    <POSTALCODE>40219</POSTALCODE>
    <STATEPROVN>KY</STATEPROVN>
    </ADDRESS>
    </PARTNER>
    <PARTNER>
    <NAME index="1">ANDREW</NAME>
    <ONETIME>0</ONETIME>
    <PARTNRID>7TW7005</PARTNRID>
    <PARTNRTYPE>ShipFrom</PARTNRTYPE>
    </PARTNER>
    <PARTNER>
    <NAME index="1">PJAX</NAME>
    <ONETIME>0</ONETIME>
    <PARTNRID>PJXI</PARTNRID>
    <PARTNRTYPE>Carrier</PARTNRTYPE>
    </PARTNER>

    Hi Chandrika,
    Chandrika wrote:
    > Sorry Udo, i did not get you right, i my understanding is right, i have to create Data Type with Partner node whose occurrance should be 0-unbounded and it should have Adress node as subelement with occurrance 0-1, but when mapping, the address node has to be mapped only once i.e. second time.
    >
    > Am i right udo.
    yes, you are right. If you map the address node only in the second partner node, the address node will not appear in partner node 1, 3 and 4.
    Regards,
    Udo

  • Return Delivery Movement Type Error

    Hello all Gurus,
    While doing a return delivery with respect to a material document with movement type 122, im getting the following error in my system:
    "Update control of movement type incorrect (entry 122 X X)"
    I have seen the diagnosis and it is coming as The system could not find entry 122 X X in any of the movement type control tables.                                                     
    Kindly advise me how to solve this issue.
    Thanks and Regards,
    Umakanth.

    Hi
    Try customization
    OMJJ
    choose Mov.Type 122
    and from left menu choose Update control / WM movement types
    and then do relevant customiztions
    Regards

  • When opening Firefox I get this message: Type Error: Components. classes ['@software.ru/skype/skypeFfentension;1'] is undefined. I have reinstalled Skype still have issue, Skype will not load, Firefox will ??

    I started having this issue when I went to open Skype and it would not react and gave the message below. Then when I went back to firefox I got the above error message, which dissappears when I click OK and firefox will open. Skype still will not open.

    That is a problem with the Skype extension.<br />
    You will have to disable (uninstall) that extension if it isn't working properly.
    See:
    * [[Troubleshooting extensions and themes]]

  • MATAMAS Message type error log

    We are trying to update data from one server to another server Idocs are being transferred successfully but due to a huge amount of data we are sending in materials in packets of 10 each. Now if there is some error in a single material, then complete Idoc will fail and in case of MATMAS only way is to filter extact error through Application Log. Is there any procedure provided by SAP using which we can find the exact erro along with the failed material number ( for which the IDoc has failed)

    Hi Jurgen,
    I know we can do it by sending in packets of one but due to time constraints and more then one million materials involved we chose to send in packets of 10. I hope writing some customised report will only help...
    Thanks for the reply anyways.
    Regards,
    Nitin

  • Unable to save a recordset - Type Error this node has no properties

    I've hit a brick wall.
    I'm creating a recordset using a session variable as a parameter. It tests OK in
    DW CS4 but when I click <OK> it fails with an error message  "Type Error this node has no properties".
    Below is the recordset I'm trying to save
    Below is the error message I receive
    I had this problem previously and was referred to a thread regarding a corrupted cache file. So, I deleted the cache and it failed again. I tried deleting cache a second time just to be sure I did it right and it failed again with the same results. So then I tried deleting the configuration folder and it still fails the same way.
    Does anyone have any suggestions? I'm running DW CS4 on Win 7., the page is a php page and the db is MySQL.
    Thanks
    Tony

    I think I solved my own problem. Just in case anyone else has a similar problem here's what I did.
    I had created the php page by copying and renaming a similar page, I then removed the previous recordset and tried adding the new one, this was when it failed.
    I checked the Server Behaviors and found a behavior that my new page did not need, once that was deleted I was able to create the new recordset.

  • Type Error #1009

    After updating Muse, I get the message "type error #1009" instantly, every time I try to open the application. I know it's not my .muse file, because the file runs fine on another machine with Muse. The problem wasn't caused by running the application on too many machines, it started happening while it was only installed on one machine. How do I fix this problem?

    Hello,
    Please refer to the forum post : http://forums.adobe.com/message/4919587#4919587
    Please follow the steps mentioned by Adobelance and let us  know if it helps.
    Regards,
    Sachin

  • Calc manager: @RETURN function with WARNING as message type issue

    Hi Gurus,
    I m working in version 11.1.2.2 in IE 9. I have created a simple calculation script as below to test the @Return essbase function.
    function
    FIX ( .....)
    "502100"(
    IF( ("YearTotal" > 50000))
    @RETURN("True:test message" , WARNING);
    ELSE
    @RETURN("False:test message" , WARNING);
    ENDIF
    This script validates fine , however when executed on Save of Data Form gives a Job console error with no error code but message as below
    Invalid network data. Type is matched but length is zero. An application protocol error might exist between server and client processes..
    The same script executed using error message type as *"ERROR"* executes successfuly on save of data form and gives exepected custom error message.
    I read a thread in forum saying the @Return function works only with ERROR as message type for vesrion 11.1.2.1
    How to use Essbase @RETURN function to displayed messages in 11.1.2.1
    I have tried using WARNING and INFO , both doesnt seem to work even in 11.1.2.2, Only ERROR as message type works.
    Has anyone experienced the same with version 11.1.2.2 as well? Is this still a bug?
    Please let me know your inputs.
    Thanks
    SN

    Hi,
    I am sorry for the late response!
    Thank you for all your suggestions!
    I had used in the followng way and it resolved my issue.
    SELECT GUID_PRGEN  "Primary Key as GUID in "RAW" Format
             GUID_PR     "Primary Key as GUID in "RAW" Format
             ATTR20A     "SUBSTANCE ID
             ATTR05A     "Materail Type
             ATTR10A     "Materail Group
             ATTR05B     "Sub-Family
             FROM /SAPSLL/PRGEN
             INTO TABLE T_PRGEN
             WHERE ATTR20A IN S_AT20A.
      IF T_PRGEN IS INITIAL.
        MESSAGE : I007(ZMSSG) WITH 'Data not available for this entry'.
        STOP.
      ENDIF.
    Regards,
    Kittu

  • Message: File Error, wrong type

    I have some folders listed on my scratch disc when I look in Finder. They say things like Waveform Cache file, autosave vault, audio render files. Inside there are files relating to a project I have completed. If I try to open them I get the message "File Error, wrong type".
    It seems to me that it's OK to trash these as I cannot do anything with them. Before doing that I wanted to just check with the experts: is it OK to remove them please? Thanks for the advice.
    Keith

    If you're done with the project, it's ok to trash everything. If you plan to return to the project, you can delete everything except the actual project file and any media files associated with it.

  • Error after slave switch replacement - %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529

    Hi guys.
    We replaced a slave switch recently and error messages appear only after we connect the tenG fiber and 1 utp.   Prior to the replacement there was no such errors.
    I searched online and it seems like my problem is similar to Bug ID: CSCty07602 but I am using version 15.0(1)SE3 that should be a fixed version.
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCtt42626
    ------------------ show version ------------------
    Cisco IOS Software, C3750E Software (C3750E-UNIVERSALK9-M), Version 15.0(1)SE3, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Wed 30-May-12 13:41 by prod_rel_team
    ROM: Bootstrap program is C3750E boot loader
    BOOTLDR: C3750E Boot Loader (C3750X-HBOOT-M) Version 12.2(58r)SE, RELEASE SOFTWARE (fc1)
    B1-1-ADM-R18-3750-S01 uptime is 1 year, 22 weeks, 3 days, 2 hours, 59 minutes
    System returned to ROM by power-on
    System restarted at 11:28:38 SGT Fri Jun 8 2012
    System image file is "flash:/c3750e-universalk9-mz.150-1.SE3/c3750e-universalk9-mz.150-1.SE3.bin"
    Errors
    097029: 000055: Nov 11 16:22:31: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1456 (B1-1-ADM-R18-3750-S01-2)
    097030: 000056: Nov 11 16:22:36: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1456 (B1-1-ADM-R18-3750-S01-2)
    097031: 000057: Nov 11 16:26:10: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1444 (B1-1-ADM-R18-3750-S01-2)
    097032: 000058: Nov 11 16:26:15: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1444 (B1-1-ADM-R18-3750-S01-2)
    097033: 000059: Nov 11 17:06:08: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 60 (B1-1-ADM-R18-3750-S01-2)
    097034: 000060: Nov 11 17:06:13: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 60 (B1-1-ADM-R18-3750-S01-2)
    097035: 000061: Nov 11 18:32:19: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1458 (B1-1-ADM-R18-3750-S01-2)
    097036: 000062: Nov 11 18:32:24: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1458 (B1-1-ADM-R18-3750-S01-2)
    097037: 000063: Nov 11 21:36:02: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1456 (B1-1-ADM-R18-3750-S01-2)
    097038: 000064: Nov 11 21:36:07: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1454 (B1-1-ADM-R18-3750-S01-2)
    097039: 000065: Nov 11 21:36:13: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1454 (B1-1-ADM-R18-3750-S01-2)
    097040: 000066: Nov 12 07:08:14: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1442 (B1-1-ADM-R18-3750-S01-2)
    097041: 000067: Nov 12 07:08:19: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1442 (B1-1-ADM-R18-3750-S01-2)
    097042: 000068: Nov 12 07:08:24: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1442 (B1-1-ADM-R18-3750-S01-2)
    097043: 000069: Nov 12 07:08:34: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1442 (B1-1-ADM-R18-3750-S01-2)
    097044: 000070: Nov 12 07:40:35: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 81 (B1-1-ADM-R18-3750-S01-2)
    097045: 000071: Nov 12 07:40:40: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 81 (B1-1-ADM-R18-3750-S01-2)
    097046: 000072: Nov 12 09:58:20: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1454 (B1-1-ADM-R18-3750-S01-2)
    097047: 000073: Nov 12 09:58:23: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1457 (B1-1-ADM-R18-3750-S01-2)
    097048: 000074: Nov 12 09:58:29: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1455 (B1-1-ADM-R18-3750-S01-2)
    097049: 000075: Nov 12 09:58:34: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1455 (B1-1-ADM-R18-3750-S01-2)
    097050: 000076: Nov 12 11:50:50: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1458 (B1-1-ADM-R18-3750-S01-2)
    097051: 000077: Nov 12 11:50:55: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 60 (B1-1-ADM-R18-3750-S01-2)
    097052: 000078: Nov 12 11:52:09: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1445 (B1-1-ADM-R18-3750-S01-2)
    097053: 000079: Nov 12 11:52:14: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1445 (B1-1-ADM-R18-3750-S01-2)
    097054: 000080: Nov 12 12:58:52: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1452 (B1-1-ADM-R18-3750-S01-2)
    097055: 000081: Nov 12 12:58:57: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 1452 (B1-1-ADM-R18-3750-S01-2)
    097056: 000082: Nov 12 13:53:34: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 60 (B1-1-ADM-R18-3750-S01-2)
    097057: 000083: Nov 12 13:53:39: %PLATFORM_IPC-3-COMMON: Unknown IPC message type 45529 size 60 (B1-1-ADM-R18-3750-S01-2)

    I am using version 15.0(1)SE3
    Use 15.0(2)SE4 instead.  15.0(1)SE and higher are full of bugs.

  • Error while trying to post inbound idoc of message type COND_A

    Hi,
    I am getting error while trying to post inbound idoc of message type COND_A.
    If I left Usage & Condition field of segment E1KOMG then 'Table not available' idoc message is coming
    and if providing value in above fields then dump is coming.
    How to solve ?
    Plz do reply
    Thanks
    Mohit

    I do not see any reason why you would need to use COND_A04  if COND_A01 is working.
    What if you could get COND_A04 to post and you would face the same result as in COND_A01?
    If SAP does not check wrong values, then you have to do it yourself, or you report an incident at SAP (after you have searched for OSS notes that may have fixed this error already)
    For example OSS Note 1169998 - IDoc: KONP-LIFNR values not checked
    fixed a situation where the vendor number was not validated.

Maybe you are looking for