Partner Namespace

Hi,
We're setting up BI 7 to work with a partner namespace we've registered (i.e. /XYZ/).
We've successfully set transactions RSNSPACE and SE03 to generate warehouse objects (InfoObjects, InfoCubes, etc...) using this partner namespace, but up to now we haven't been able to do the same regarding reporting objects (query & web templates) and planning objects (aggregation levels).
Can anyone kindly shed some light on this subject?
Do reporting and planning objects support partner namespace? In case they do, how it is done?
Thanks in advance for your attention and for any help
Ricardo Calaç

Hi,
Having a partner namespace is a good idea as it greatly reduces the risk that any add-ons you develop will conflict with other add-ons. The idea is that all the objects you use (eg UDOs, UDFs, UDTs, Forms etc) will have a ID prefixed with your namespace. As namespaces are registered with SAP, you can be sure that your namespace is unique.
Namespaces, I think, are mandatory for add-on certification.
Kind Regards,
Owen

Similar Messages

  • OPEN FI enhancements at three levels - SAP, Partner and customer

    Hi,
    While implementing OPEN FI enhancements like BTE the major advantage mentioned by SAP (help) is
    Open FI assumes that enhancement will only take place on three levels (SAP - partners - customers), whereas with Business Add-Ins you can create and implement enhancements in as many software layers as you like.
    I am understood with the 'SAP' implementation part,
    But, unclear about 'Partner' - 'Customer' or 'SAP' - 'Customer' implementation part.
    I mean how will you be able to differentiate out between them, and if I implement my own OPEN FI enhancement (BTE) then I must register as a 'Customer'.
    Then, in that case can I implement as a partner?
    Please throw some light on this point as it is very important to understand the difference.
    Best regards,
    Harsh Dave

    Hello,
    the SAP-level is clear ( as you wrote ), mostly used by SAP for country specific enhancements.
    The 'PARTNER'-level is intended for the use of companies which write additional products to enhance the standard SAP and sell this software. They (at least should) have a partner-namespace ( something /***/) registered by SAP. So all the functions in these enhancements should begin with that /***/.
    The Customer-Level is intended for Customer-specific development - all functions used there should be named according to the Y/Z-namespace.
    That's the theory behind that statement. I think practical you could use even in a customer system the partner-level, but you shouldn't do.
    Regards Wolfgang

  • Change name of generated extract structure

    Hi,
    when creating a generic datasource for texts based on a table / view I face the following problem.
    The abap developments are done using a /xyz/ partner name space, so the table has the name /xyz/mytable created in a package /xyz/mypackage. The system has no partner name space for bw developments so datasources are created in the standard customer namespace starting with a letter. When saving the data source the system generates the extract structure ZOX<sys-id>NNNN. As it is a development object in the customer namespace I cannot put it into my partner namespace package. This brings me in trouble with the development rules as I am not allowed to create a customer namespace package Zmypackage.
    Is there any possibility (Customizing, BAdI, etc.) to take influence on the name generated for the extract structure or is it possible to set the the structure to use by hand?
    I am aware that it would be possible to put the extraction into a function module where I can specify the extract structure to be used but it would be great for reducing complexity and future maintanence if there was a way using the table / view based datasources.
    Many Thanks
    Roman

    Hi,
    I think is not possible, this functionality is not visible in the PDI and is made directly in the backend by the standard.

  • SBO generated FormID for FS

    Hi,
    SBO will generate a FormID for every Formated Search form. May I know which table should I reference for the FormID?
    I need to capture events in the FS form so, I need to further understand how this FormID is generated/stored. Any suggestion will be welcome.
    This FormID is dynamic and will change when you drop and re-create the FS.
    I am using VB6 and 2004B. Help appreciated.

    Hi CK
    To my knowledge that formtype is not meant to change.....as far as i know it shouldn't change. I myself have not had that problem. I notice above i showed my formtype in "", well it shouldn't because it's a long number. Are you sure you are using the right number? With "edit->display debug info" on it will show it at the bottom left screen. If it changes like you say it will be a new one for me. Also look in the UI API help at "FormTypeEx", maybe another add on has placed there namesapce in. Here is an extract
    Each SAP Business One form has a unique type to support multiple instances of the same form. For example, the type of the Purchase Order form is 142.
    To avoid collisions with forms of other add-ons, use your partner namespace as prefix to the form type.
    Hope this helps

  • Set Assigned to in case from user input form

    Hi there
    Can anyone tell me if you can set the case Assigned to property from a user input field.
    Like you can set a category <input type="text" value="Client App id tag" maxlength="255" id="CAT_Category" name="CAT_Category" class="cat_textbox_small" />
    Maybe cat_assignedTo ?
    Cheers Daniel

    Hi Octopuse,
    Please check if you defined the object type in the form
        <action type="add">
          <form AutoManaged="1" ... ObjectType="NAMESPACE_UserMaster" ... uid="NAMESPACE_FORM">
            <datasources>
    Please keep in mind that table names and user objects should always be prefixed with the partner Namespace.
    Regards,
    Vítor Vieira

  • Type property for user defined forms

    Hi,
    When creating a user defined form using Screen Painter,
    how can we assign Type property for the form so that we are sure it will not clash with system forms in the future?
    Thanks,
    Satish.

    Thanks Juli
    Just one last question. It it be alright to assign a text value(Partner namespace in front) for the form type property.Does it have any drawbacks?
    Thanks,
    Satish

  • Workflow error:/PTGWFI/M_MMC_MSG1 037 Please contact security administrator

    Hi,
    This error message is shown when I double click on a workflow message on the business workplace.
    Can you please help me to understand what does this mean?
    Thanks in advance,
    Andrea

    Hello Andrea,
    This is an error in a customer or partner namespace, it belongs to whatever developments/packages you have implemented that use /PTGWFI. Either this belongs to your company or it is a third-party add on.
    Cheers,
    Mike

  • GetInstallPath returns incorrect addon path

    Hi,
    I use the GetInstallPath function of SBOAddonReg.dll to retrieve the addon installation path from the .ard file as follows:
    InstallStrFile = App.Path "\LocationClassification11.ard"
    lLen = GetInstallPath(InstallStrFile, sPath, Len(sPath))
    The path returned is as follows:
    C:\Program Files\Sap Manage\SAP Business One\AddOns\ERROR\ERROR
    Why is there ERROR\ERROR at the end?Instead it should be showing Partner namespace\Addon Name at the end.
    Any idea? I am using SBO 2004B patch 35.
    Thanks,
    Satish

    Try getting your istall path like this:
    ' The command line parameters, seperated by '|' will be broken to this array
                Dim strCmdLineElements(2) As String
                Dim strCmdLine As String ' The whole command line
                Dim NumOfParams As Integer 'The number of parameters in the command line (should be 2)
                NumOfParams = Environment.GetCommandLineArgs.Length
                If NumOfParams = 2 Then
                    strCmdLine = Environment.GetCommandLineArgs.GetValue(1)
                    If strCmdLine.ToUpper = "/U" Then
                        UnInstall()
                    End If
                    strCmdLineElements = strCmdLine.Split("|")
                    ' Get Install destination Folder
                    strDest = strCmdLineElements.GetValue(0)
                    txtDest.Text = strDest
                    ' Get the "AddOnInstallAPI.dll" path
                    strDll = strCmdLineElements.GetValue(1)
                    strDll = strDll.Remove((strDll.Length - 19), 19) ' Only the path is needed
                Else
                    MessageBox.Show("This installer must be run from Sap Business One", _
                                    "Incorrect installation", MessageBoxButtons.OK, MessageBoxIcon.Exclamation)
                    Windows.Forms.Application.Exit()
                End If

  • User Authorization on Customize Forms(User Forms)

    Hi Experts,
                            I want to implement authorization on Customize forms by code... i am using .NET Framework with C# for development.... please guides me...
    thanks
    deepak

    Dear Deepak Gaur,
    Here the sample code from SDK help:
    Adding a PermissionTree - parent object (Visual Basic)
    [Visual Basic]
    Dim RetVal As Long
    Dim ErrCode As Long
    Dim ErrMsg As String
    Dim mUserPermission As SAPbobsCOM.UserPermissionTree
    Set mUserPermission = oCompany.GetBusinessObject(oUserPermissionTree)
    '//Mandatory field, which is the key of the object.
    '//The partner namespace must be included as a prefix followed by _
    mUserPermission.PermissionId = "SM_MathClass"
    '//The Name value that will be displayed in the General Authorization Tree
    mUserPermission.Name = "SM_MathClass"
    '//The permission that this object can get
    mUserPermission.Options = bou_FullReadNone
    '//In case the level is one, there Is no need to set the FatherID parameter.
    mUserPermission.Levels = 1
    RetVal = UserPermission.Add
    oCompany.GetLastError RetVal, ErrMsg
    '//In case this permission object has a son permission object
    Adding a PermissionTree - child object (Visual Basic)
    [Visual Basic]
    Dim RetVal As Long
    Dim ErrCode As Long
    Dim ErrMsg As String
    Dim mUserPermission As SAPbobsCOM.UserPermissionTree
    Set mUserPermission = oCompany.GetBusinessObject(oUserPermissionTree)
    mUserPermission.PermissionId = "SM_MathClassSon"
    mUserPermission.Name = "SM_MathClassExam"
    mUserPermission.Options = bou_FullNone
    '//For level 2 and up you must set the object's father unique ID
    mUserPermission.Levels = 2
    mUserPermission.FatherID = "SM_MathClass"
    '//this object manages forms
    mUserPermission.UserPermissionForm.FormType = "GL_MathClass"
    RetVal = mUserPermission.Add
    oCompany.GetLastError RetVal, ErrMsg
    [Visual Basic]
    Dim RetVal As Long
    Dim ErrCode As Long
    Dim ErrMsg As String
    Dim mUser As SAPbobsCOM.Users
    Set mUser = oCompany.GetBusinessObject(oUsers)
    '//The user unique ID is 2
    RetVal = mUser.GetByKey(2)
    '//Setting a new sub object for the User that hold the user permission for the user permission object
    mUser.UserPermission.PermissionId = "SM_MathClassSon"
    '//Seting full permission for User 2 to manage SM_MathClassSon sub object
    mUsers.UserPermission.Permission = boper_Full
    RetVal = mUsers.Update
    oCompany.GetLastError RetVal, ErrMsg
    Setting user permission (Visual Basic) Copy Code
    Dim RetVal As Long
    Dim ErrCode As Long
    Dim ErrMsg As String
    Dim mUser As SAPbobsCOM.Users
    Set mUser = oCompany.GetBusinessObject(oUsers)
    '//The user unique ID is 2
    RetVal = mUser.GetByKey(2)
    '//Setting a new sub object for the User that hold the user permission for the user permission object
    mUser.UserPermission.PermissionId = "SM_MathClassSon"
    '//Seting full permission for User 2 to manage SM_MathClassSon sub object
    mUsers.UserPermission.Permission = boper_Full
    RetVal = mUsers.Update
    oCompany.GetLastError RetVal, ErrMsg
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • ARFC2 Migration

    Hello experts
    I am trying to migrate my ARFC models (origin 6.40) to ARFC2 models (7.20) but I get the message:
    Unable to reimport new model. Reimport failed.
    Migration to Adaptive RFC 2 model for ...Model failed
    Any ideas?
    Thanks
    Hans

    Hello together
    I think I know the problem now, when I create a new ARFC2 model I get an error message in the workspace log:
    java.lang.IllegalArgumentException: Name may only contain A..Z, a..z, 0..9 or '_' but is /DORMAPP1/BAMODNO
    After searching a bit I found an SAP note 1438679 explaining that '/' is an invalid character and has to be replaced.
    I would say the '/' is fairly common in ABAP as it is used for customer/partner namespaces.
    Does anybody know how to cope with this problem (apart from using the deprecated ARFC model)?
    Regards
    Hans

  • Partner functions namespace?

    Hello All,
    In a practice server i noticed that the SH partner function is missing under partner functions. When i tried to create it in the basic functions i am getting a warning stating that "choose the key from the allowed namespace"..
    I ignored this message and saved my entry and added this partner function to the SP account group and TA as well. Now i created the customer for SP, in this i can see that the partner function SH is there in master data of SP. But when i created the order, the SH is not being considered. The field for SH in order is empty and is not being automatically picked from SP.
    Please advice as to how to re-configure this SH in partner functions?
    Below is the complete message which i got when i created the partner function SH.
    Choose the key from the allowed namespace
    Message no. SV019
    Diagnosis
    You have attempted to create an entry and have used a key which is not in your namespace.
    This can cause problems in later upgrades because the entry could be overwritten by an import, or overwrite an existing entry.
    Procedure
    Check your entry and try to enter a key value from your namespace.
    You can display the namespace definition with RDDKOR54.
    If you must use the key entered, document your change so that it can be repeated after an upgrade or release change if necessary. If you put the data in a change request, you can export it before an upgrade or release change, and import it again afterwards.

    Message no. SV019
    Check any of the following notes
    a) 650058
    b) 617717
    c) 572743
    thanks
    G. Lakshmipathi

  • Partner Content - Change namespaces

    Hi guys,
    Is it possible to change content namespaces from the standard /BIC/XXXX to a new namespace after the objects have been developed in the DWW ?

    Hi Dirko,
    I mean you can do it at Database level, check with your BASIS/Oracle guys, you will get the answer.
    For example you can Copy a Infocube, from an exsisting one, this is Standard functionality, and then create an Export Datasource on your Old Infocube and use this Export Datasource to load all data in New Cube using Transformation/DTP (or Update RUles)
    And same can be done at Database level using some simple SQL Statements.
    Thanks
    CK

  • 403 forbidden error received at Trade Partner side while sending data to XI

    Hi XI Experts,
    We have a B2B scenario from TP1 to another TP2 via XI in our production system. The interface is working fine and messages are flowing successfully. However, the Trade Partner HUB has decided to implement a new eCommerce Business Platform at their end. That's why they have provided AS2 ID of sender and Receiver to us to make the changes in Quality environment. I have done the same in our Quality system.
    Flow: We are able to send the data successfully to the AS2 ID provided by Hubgroup. Where as we are not able to receive any data from HUB.
    Last Friday, Hubgroup has received the error while sending data to XI. And in our Sender AS2 channel, we also received the following error.
    a) HUB Side error:
                              Here is a copy of the MDN Message send to HUB:
                             The message you sent on "Thu, 14 Oct 2010 07:14:51 GMT" from "XXXXXXXX" to
                            "XXXXXXXXX" with subject "Integrator Message" has been received on 14 Oct
                             2010 19:14:52 GMT, but cannot be processed because message authentication
                             failed.
    b) XI AS2 channel error:
                             Error type: PANIC >> Error date: 10/14/10 11:48 AM >> Description: Initiate     
                             Error:com.seeburger.util.configuration.ConfigurationException: Failed to lookup report channel for failed inbound    
                             message. Reason : com.seeburger.xi.config.ConfigException: No matching inbound binding (report) found for
                             FromParty: ToParty: subject:Integrator Message [10/14/10 11:48 AM]
                      I have done the following things: 1) Cache refreshed 2) Recreated the 1st part from HUB to XI. 3) Checked the Agreements and Receiver Determination and also the AS2 ID's 4) Also checked the URL in communication channel. I have created the scenario with out any mapping. I want to receive the data from HUBGROUP with out any changes. For that, I will be using a dummy interface and dummy namespace in configuration.
    When we test last night, HUB side they have received 403 forbidden error message and we didn;t receive any message to XI.
    Note: XI3.0 version we are using currently. We are upgrading to PI 7.11 in the next month.
    Please help me on this.
    Thanks & Regards,
    Abdullah Shaik.
    Edited by: Abdullah Shaik on Oct 20, 2010 9:06 AM

    Hi Abdullah ,
    here are a few things that you can check:
    1) Message authentication failed
    - Check the authentication certificate settings.
    - Disable the u201Cauthentication requiredu201D flag, if messages without authentication are to be received.
    2) Partner received HTTP Error 403 u201Cforbiddenu201D.
    This error may have different reasons:
    a) You or your partner has entered an incorrect AS2 ID for one of the involved parties.
    b) A valid sender agreement is missing.
    c) There are more then one AS2 sender agreements with the same sender AND receiver party.
    d) The corresponding inbound channel is set to inactive.
    regards,
    Daniel

  • Different Namespaces in request and response of a webservice in BPEL

    Hello I have created  a  piece of code in BPEL in JDeveloper where i invoke a partner link. The namespaces of the request differs from the name space of response of the wsdl.I have tried to just change the namespace of output variables to the required one in the wsdl and xsd .But it results in errors.
    Can some one suggest me a way of doing this.
    Regards
    Sam.
    PS:I am new to BPEL

    This is my wsdl
    <?xml version="1.0" encoding="UTF-8"?><wsdl:definitions name="testprojectMS" targetNamespace="http://abcd.org/testprojectMS" xmlns:oldtns1="http://www.xyz.net" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://abcd.org/testprojectMS" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:mrm1="http://abcd.org/testprojectMS">
    <wsdl:types>
    <xsd:schema targetNamespace="http://abcd.org/testprojectMS" xmlns:mrm="http://abcd.org/testprojectMS">
    <xsd:import namespace="http://www.xyz.net" schemaLocation="testproject.xsd"/>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="testproject_in">
    <wsdl:part element="oldtns1:testprojectIn" name="testprojectIn"/>
    </wsdl:message>
    <wsdl:message name="testproject_out">
    <wsdl:part element="oldtns1:testprojectOut" name="testprojectOut"/>
    </wsdl:message>
    <wsdl:portType name="testprojectMSPortType">
    <wsdl:operation name="testproject">
    <wsdl:input message="tns:testproject_in" name="testproject_Input"/>
    <wsdl:output message="mrm1:testproject_out" name="testproject_Output"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="testprojectMSSOAP_HTTP_Binding" type="tns:testprojectMSPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="testproject">
    <soap:operation soapAction=""/>
    <wsdl:input name="testproject_Input">
    <soap:body parts="testprojectIn" use="literal"/>
    </wsdl:input>
    <wsdl:output name="testproject_Output">
    <soap:body parts="testprojectOut" use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="testprojectService">
    <wsdl:port binding="tns:testprojectMSSOAP_HTTP_Binding" name="testprojectPort">
    <soap:address location="http://myhost/testprojectService"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    Please let me know where it went wromg

  • Conversion customer to Business partner: R/3 -- XI -- R/3

    Dears,
    For the implementation of Credit Management, we needed following setup:
    1. Customer data is sent to XI by IDOC
    2. The IDOC is mapped to a Business partner in XI
    3. The business partner is sent back to the R/3 system with the ABAP proxy.
    SXMB_MONI in XI gives a message that everything is correct.
    SXMB_MONI in the R/3 system gives an application error with following trace:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Inbound Proxy
      -->
    - <SAP:Trace xmlns:SAP="http://sap.com/xi/XI/Message/30">
      <Trace level="1" type="B" name="CL_XMS_HTTP_HANDLER-HANDLE_REQUEST" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">XMB was called with URL /sap/xi/engine?type=entry</Trace>
      <Trace level="1" type="T">COMMIT is done by XMB !</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-ENTER_XMS" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="CL_XMS_MAIN-SET_START_PIPELINE" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="SXMBCONF-SXMB_GET_XMB_USE" />
      <Trace level="1" type="B" name="CL_XMS_TROUBLESHOOT-ENTER_PLSRV" />
      <Trace level="1" type="T">****************************************************</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">XMB entry processing</Trace>
      <Trace level="1" type="T">system-ID = SBX</Trace>
      <Trace level="1" type="T">client = 111</Trace>
      <Trace level="1" type="T">language = E</Trace>
      <Trace level="1" type="T">user = BWETNDC2</Trace>
      <Trace level="1" type="Timestamp">2008-02-12T15:19:54Z CET</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">****************************************************</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_UC_EXECUTE" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Message-GUID = 47B0345957F4B4B8E1008001AC150D90</Trace>
      <Trace level="1" type="T">PLNAME = RECEIVER</Trace>
      <Trace level="1" type="T">QOS = EO</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PIPELINE_ASYNC" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Get definition of external pipeline = RECEIVER</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-LOOKUP_INTERNAL_PL_ID" />
      <Trace level="1" type="T">Get definition of internal pipeline = SAP_RECEIVER</Trace>
      <Trace level="1" type="T">Queue name : XBTR0007</Trace>
      <Trace level="1" type="T">Generated prefixed queue name = XBTR0007</Trace>
      <Trace level="1" type="T">Schedule message in qRFC environment</Trace>
      <Trace level="1" type="T">Setup qRFC Scheduler OK!</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Going to persist message</Trace>
      <Trace level="1" type="T">NOTE: The following trace entries are always lacking</Trace>
      <Trace level="1" type="T">- Exit WRITE_MESSAGE_TO_PERSIST</Trace>
      <Trace level="1" type="T">- Exit CALL_PIPELINE_ASYNC</Trace>
      <Trace level="1" type="T">Async barrier reached. Bye-bye !</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="3" type="T">Persisting message Status = 016</Trace>
      <Trace level="3" type="T">Message version 004</Trace>
      <Trace level="3" type="T">Pipeline RECEIVER</Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-PERSIST_READ_MESSAGE">
      <Trace level="3" type="T">Trace object available again now. OK.</Trace>
      <Trace level="3" type="T">Message was read from persist layer. OK.</Trace>
      <Trace level="3" type="T">Message properties in XMB object were setup. OK.</Trace>
      <Trace level="3" type="ToDo">Make sure we catch exceptions in persist read</Trace>
      <Trace level="3" type="ToDo">Tracing obj. not avail. before return of CL_XMS_MAIN-PERSIST_READ_MESSAGE</Trace>
      </Trace>
      <Trace level="1" type="T">Note: the following trace entry is written delayed (after read from persist)</Trace>
      <Trace level="1" type="B" name="SXMS_ASYNC_EXEC" />
    - <!--  ************************************
      -->
      <Trace level="3" type="T">message version successfully read from persist version= 004</Trace>
      <Trace level="2" type="T">Increment log sequence to 005</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Starting async processing with pipeline RECEIVER</Trace>
      <Trace level="3" type="T">system-ID = SBX</Trace>
      <Trace level="3" type="T">client = 111</Trace>
      <Trace level="3" type="T">language = E</Trace>
      <Trace level="3" type="T">user = BWETNDC</Trace>
      <Trace level="1" type="Timestamp">2008-02-12T15:25:47Z CET</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PIPELINE_SYNC" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Get definition of external pipeline RECEIVER</Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-LOOKUP_INTERNAL_PL_ID">
      <Trace level="3" type="T">External PLID = RECEIVER</Trace>
      <Trace level="3" type="T">Internal PLID = SAP_RECEIVER</Trace>
      </Trace>
      <Trace level="1" type="T">Corresponding internal pipeline SAP_RECEIVER</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline attributes</Trace>
      <Trace level="3" type="T">PID = SAP_RECEIVER</Trace>
      <Trace level="3" type="T">ENABLE = 1</Trace>
      <Trace level="3" type="T">TRACELEVEL = 0</Trace>
      <Trace level="3" type="T">EXEMODE = A</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline elements</Trace>
      <Trace level="3" type="T">ELEMPOS = 0001</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_CALL_INBOUND_PROXY</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">FL_DUMMY =</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T" />
      <Trace level="1" type="Timestamp">2008-02-12T15:25:47Z CET Begin of pipeline processing PLSRVID = RECEIVER</Trace>
      <Trace level="1" type="B" name="PLSRV_CALL_INBOUND_PROXY" />
    - <!--  ************************************
      -->
      <Trace level="1" type="Timestamp">2008-02-12T15:25:47Z CET Start of pipeline service processing PLSRVID= PLSRV_CALL_INBOUND_PROXY</Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
      <Trace level="3" type="T">Calling pipeline service: PLSRV_CALL_INBOUND_PROXY</Trace>
      <Trace level="3" type="T">Reading Pipeline-Service specification...</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline service specification (table SXMSPLSRV)</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_CALL_INBOUND_PROXY</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">ADRESSMOD = LOCAL</Trace>
      <Trace level="3" type="T">P_CLASS = CL_PROXY_FRAMEWORK</Trace>
      <Trace level="3" type="T">P_IFNAME = IF_XMS_PLSRV</Trace>
      <Trace level="3" type="T">P_METHOD = ENTER_PLSRV</Trace>
      <Trace level="3" type="T">FL_LOG =</Trace>
      <Trace level="3" type="T">FL_DUMMY = 0</Trace>
      <Trace level="3" type="T" />
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="Inbound Framework" />
      </Trace>
      <Trace level="3" type="System_Error">Application-Error exception return from pipeline processing!</Trace>
      <Trace level="1" type="T">Application Error at Receiver... => ROLLBACK WORK</Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST">
      <Trace level="3" type="T">No persisting of message after plsrv call, because of config</Trace>
      </Trace>
      <Trace level="3" type="System_Error">Application-Error exception return from pipeline processing!</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="3" type="T">Persisting message Status = 017</Trace>
      <Trace level="3" type="T">Message version 005</Trace>
      <Trace level="3" type="T">Pipeline RECEIVER</Trace>
      </SAP:Trace>
    Any idea what the problem can be?
    Thanks
    Nicolas

    Hi Agasthuri,
    Thanks for your reply, but it didn't get me much further
    1. There are no queues in SMQ2
    2. All necessary services are activated in SICF
    3. The HTTP connection works (returns "Empty HTTP request received" )
    Any more idea's?
    Maybe this can help:
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="ABAP">APPLICATION_ERROR</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="http://sap.com/xi/ABA">ABABusinessPartnerFault</SAP:ApplicationFaultMessage>
      <SAP:Stack>The application triggered an exception</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>

Maybe you are looking for

  • How can I include the article text/body in the RSS feed of the wiki updates section?

    I recently migrated from Snow Leopard Server to Lion Server.  Largely, because some people had trouble accessing via their PC under SLS. Our primary tool is the wiki.  In Snow Leopard Server, we could generate an RSS feed for specific saved searches

  • Cartesian selects after Update from 10.0.2.0.3 to 10.0.2.0.5

    Hello, we just installed the patch 10.0.2.0.5 on a 10.0.2.0.3 database and some selects didn't work as before. While changing the select clause, there are diffent counts. There are 3 tables: Detail_1 => MASTER_1 <= Detail_2 MASTER_1 has a primary and

  • Robot class and positioning the cursor

    I have an application where I have a number of panels on the screen and using an editable field wish to enter coordinates to position the Cursor to on another panel. ie, using grid coordinates on a map. Using the robot class I am able to position the

  • Pdf print and view using swing

    hello i am created one pdf file from original pdf file with data using itext library,but now my problem is how can view this file and print this pdf file using swing printing api

  • USB Mouse:usb 2-2: new low speed USB device using uhci_hcd and address

    usb 2-2: new low speed USB device using uhci_hcd and address 2 usb 2-2: new low speed USB device using uhci_hcd and address 2 usb 2-2: new low speed USB device using uhci_hcd and address 2 usb 2-2: new low speed USB device using uhci_hcd and address