SAP package modifications

Dear Experts,
We are configuring pos to is-retail integration scenarios in PI system by using SAP Packages. But now the requirement is we have a field u201Cdescription " at target system which needs  to display the data from source IDOC as per the condition - Level 1 description needs to be concatenated to the Category description of sub level. We need this requirement because of POS will accept only 3 level hierarchy.
Ex: in standard IDOC - WPDBBY01
E1WPW02-BEZEICH.Traverse the next E1WPW02 segment and check if the HIERARCHIE is 03, if yes take the value of BEZEICH and append it to the earlier E1WPW02-BEZEICH.
Thanks and Regards,
Srinivas

Dear Kumar,
Thanks for the reply. But here the requirement is --->" Level 1 description needs to be concatenated to the Category description of sub level. We need this requirement because of POS will accept only 3 level hierarchy. Please check the example mentioned above.
So in that case if i need to add extra filed to the mapping, i need to add that filed at message level.
Then need to change the same in standard mappings(copied). Then whole mappings done by SAP will lost and we need to do again all the mappings which means loosing all the mapping functionality.
Consider Test1 as my standard mapping. Copied to Test1C and making changes to this object.
Test1C has 2 level mappings. 1st level mapping has source as Source1 and Target as Target1
now i need to add a new field at Target1 of 1st level mapping to get my real time requirement, i need to change the message type to do this and named it as Target1M and then added this new Target1M to 1st level mapping as Target. Then whole Mappings done by standard package will lost.
Please let me know how to do that without effecting previous mappings came with package.
Best Regards,
Srinivas

Similar Messages

  • BAPI_PO_CREATE1 SAP Package EHP5 MM/FI DPC integration Dump CONVT_NO_NUMBER

    Hi,
    we are starting to use SAP Package EHP5 for MM/FI DPC integration and we have the following effect: BAPI BAPI_PO_CREATE1 (same as BAPI_PO_CREATE) creates 2 short dumps while running.
    The program stops at the following point:
    i = h-group - 1 in SAP-standard code, cause the variable h-group contains no number ("0EY"), so that it is not possible to add "-1" and the program stops with short dump "CONVT_NO_NUMBER".
    If I change content of h-group by debugger to "1" at two points of code:
    LMEXFU04 line 67 and
    LMEXFF01 line 116
    the program goes on running and creates the complete purchase order including services and DPC-chain-number.
    Sourc Code at this point:
    h-group(1) = '1'.
    ENDIF.
    i = h-group - 1.
    Is this short dump caused by wrong SAP MM/FI DPC Customizing ?
    Any Experiences ?
    Regards K.A.

    Atul,
    The first thing to check whether you already have them installed - ask your ABAP/Basis Team.
    If not, you then need to determine whether they are include in any hot packs that you may be installing in the near future - again ask your ABAP/Basis Team..
    Lastly - and probably most difficult - check whether you actually need them..
    Also be aware that these notes may require that other notes be installed first (i.e. prerequisite notes).
    PeteA

  • ABAP Proxy Generation -- Objects can be created only in SAP Package

    Hi,
    I am trying to generate ABAP Proxies. When i create a proxy for an interface(EMP_DETAILS_MI--outbound in my case), and assign it to package(created by developer), a pop comes up saying "Object can only be created in SAP package".
    When i try to continue, it asks for an access key for that particular object.
    Enter Key for the Object--R3TR-TABL-CO_EMP_DETAILS_MI When i register this object in servicemarketplace( by basis team) and get the license for this. It asks access key for another object  R3TR-TABL-EMP_DETAILS_DT.
    When i register this object it asks accesskey for
    R3TR-TABL-EMP_DETAILS_DT_DETAILS
    I fear if there is amy fault in my procedure. kindly let me know. I work on XI3.0 SP5 server.
    Regards,
    Siva Maranani.

    Hi siva,
    Iam in the same problem we want to create proxy in SAP namespace. Is there any workaround to create proxy in SAP namespace.
    with Regards
    shankar

  • NWDS - Importing standard SAp packages

    Hi,
          I am new to NWDS java developmennt.
    I have succesfully developed, deployed a demo EJB to J2EE and also able to execute it from my SAP portal server.
    I am trying to use the user management API ot Portal (like package com.sap.security.api), however when I write the following statement, it gives an error on my local NWDS build.
    import com.sap.security.api;
    Question is how do I refer to this remote package (or any other SAP package) which is lying on J2EE on my local NWDS software build.
    Thanks,
    Amit Jain

    This is answered. The standard SAP packages are available on local machine.
    Right click on project->properties
    Selectr Java Build path-> Libraries->Add Variable->Select ECLIPSE_HOME
    Hit Extend
    Select Plugins
    Select com.sap.security_2.0.0
    Now the import com.sap.security.api.* statement will not give any syntax errors.
    Closing the thread.

  • In CMOD Wht ever I did , Shuld I need to save in SAP package?

    Hi Experts,
    pls. one simple doubts that,
    When I am trying to do <i><b>FIELD ENHANCEMENT via CMOD->MENU->GO TO->TEXT ENHANCEMENTS->NEW DE cust...???</b></i> its not allowing me to save in Z_MY_SD_PACKAGE, (its prompted me to save in SAP package; mine KATR6 field relavent is BV package)
    1  - So, Shuld I save it SAP package?
    2- I mean, Wht even we did in CMOD, Shuld we need to save in SAP packages, NOT in Z_MY_PACKAGES??
    thanq.
    Message was edited by:
            Srikhar

    So, Shuld I save it SAP package?
    2- I mean, Wht even we did in CMOD, Shuld we need to save in SAP packages, NOT in Z_MY_PACKAGES??
    If you modify the sap standards then you should not give custom(Z) type of package.
    Simple example - I have done many things to sales order user exit.
    MV45AFZZ Include is the sap standard include,if you modify this include,system will not prompt Package,it asks directly Transport request.
    Your case i do not know since i did not your user enhancement.
    Srikhar ,
    Personal note : Once you get solution,Please give answer,so that other's can use..
    Thanks
    Seshu

  • Creating Enhencement-Point  - Object can only be created in SAP package

    Hi Guys,
    I am creating an enhencement point in Z program in Z package. I am getting following message.
    " Object can only be created in SAP package "
    Please help.

    Hi Mini
    Enhancement points are like hooks where you can attach your own piece of code and coding in an enhancement point is no different than a normal coding , just that it is a point in the standard program into which you can give your own custom logic.
    There are 2 types of enhancements given by SAP:
    1. Explicit enhancement points: Go to program RIAUFMVK . You can see ENHANCEMENT-POINT at many places. These are all explicit enhancement points and you can easily implement these points . Simply press shift+F4 and then go to the point which you want to implement. Right click on  it and follow the path Enhancement implementation->create. Give the name of the implementation and the assign it to a package(shoud not be a Z package).
    Once it is created you can start your coding as you normally do.
    2. Implicit enhancement points are not very stable and should be the last resort after you have explored all the user exits , BAdIs and explicit points. In order to find out the implicit enhacement points , press shift+F4  then goto menu option Edit->Enhancement Operations->show implicit enhancement options. This will bring up all the points that you can enhance. This will appear as a line with arrows. To implement this you have to follow the same procedure as for explicit enhacement points.
    So enhacement point works like the other codes . Just that you should know which  one to implement and where. As far as possible avoid implicit enhacements as they are not very stable at present and even if you are going for it keep a  back-up of your code always.
    Hope this helps you. lemme know if you have any other issues.
    Cheers
    shivika
    Message was edited by:
            Shivika Bhorchi

  • Is there any standard sap package which contains examples of web dynpro

    Hi experts, Is there any standard sap package which contains examples of web dynpro.

    Hi Jrockman,
    SWDP_DEMO_TUTORIALS package also contains some demo web dynpro components. There are many standard wd component which you can refer, all of them start with the name WDR, so you can also serach for components starting with name WDR_*.
    I hope it helps.
    Regards
    Arjun

  • Object can only be created in SAP package ?

    Hello guys i am looking for the relation of this while creating SAP Client proxy  ?
    Please suugest
    Krishna

    Can you check this SAP help
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2b/f49b21674e8c44940bb3beafd83d5c/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/81/845f3c31727d59e10000000a114084/frameset.htm
    Try this thread also-
    Re: Abap proxy - Package?
    What is package structure for Client ABAP Proxy?
    Hope this helps,
    Regards,
    Moorthy
    Message was edited by: Krishna Moorthy P

  • Create SAP Packaged Product

    Hi Folks,
    Could you give me a step by step process of creating a packaged product in CRM? I have gone through the reference in http://help.sap.com/saphelp_crm52/helpdata/en/46/57832701a208e7e10000000a114a6b/content.htm
    I need to know how exactly to do the following:
    Process
    1) Create a product in SAP CRM.
    2) Assign the product to a category.
    3) You have previously assigned one of the following roles to the category in SAP CRM:
    a) sales package
    b) combined rate plan
    c)rate plan
    3) You must choose a category to which one of these roles is assigned, otherwise the system cannot treat the product accordingly when running the product configuration, and determining the assignment of products.
    4) Assign groups to the product top node.
    5) You can determine whether groups are optional or mandatory, and whether they should appear as default or not.
    6) Assign products to the group or individually to the package product or product.
    I would be very grateful if I am guided in details about steps 4,5 and 6 especially.
    Thanks.
    Shiladitya De

    Hi.
    Maybe, I think that the purpose of style is to use it with SO10.
    Therefore, it doesn't use it in SAP script.
    SAP script copies with SE71 and changes.

  • SAP Packaged Product

    Hi Folks,
    Could you give me a step by step process of creating a packaged product in CRM? I have gone through the reference in http://help.sap.com/saphelp_crm52/helpdata/en/46/57832701a208e7e10000000a114a6b/content.htm
    I need to know how exactly to do the following:
    Process
    1) Create a product in SAP CRM.
    2) Assign the product to a category.
    3) You have previously assigned one of the following roles to the category in SAP CRM:
    a) sales package
    b) combined rate plan
    c)rate plan
    3) You must choose a category to which one of these roles is assigned, otherwise the system cannot treat the product accordingly when running the product configuration, and determining the assignment of products.
    4) Assign groups to the product top node.
    5) You can determine whether groups are optional or mandatory, and whether they should appear as default or not.
    6) Assign products to the group or individually to the package product or product.
    I would be very grateful if I am guided in details about steps 4,5 and 6 especially.
    Thanks.
    Shiladitya De
    Moderation: Locked. Rule number one: Try to find the answer first. [See rules of engagement|Welcome and Rules of Engagement;
    Edited by: Joaquin Fornas on Oct 28, 2011 4:50 PM

    Hi, In order to print COA from warehouse (i.e. Plant Y), ideally an inspection lot should be generated in Plant Y and result recording should be carried out against the same lot. Now the question remains how to record the same results for this lot as those were recorded in Plant X? As suggested by Craig you have to think of developing some custom logic with ABAP which will fetch results from plant X and copy in to Plant Y. I suppose batch number would be the common factor to correlate this with inspection lot of plant X.
    But I guess in your case you do not want to carry out RR again in plant Y or rather do not want to generate inspection lot, as this has already been done in Plant X. If so, then you can still print COA from plant Y against the same lot in X (provided the users have authorization). But it will not contain any delivery number or customer name as there is no link at all at this stage. You can develop a new Z table where you can maintain delivery number, customer number and other details with reference to inspection lot. Whenever COA will be physically printed in plant Y for the same lot in X, these details would also be printed along with it!
    I would suggest earlier option is more advisable than later!

  • DB - package modification time

    how to check for the creation time of package... and all other modification times...
    Like say a package was created on Jan 1 2009
    modified first on Jan 1 2010, and again on Mar 2 2010.
    when i look at the package... it shows only last modified time in this case Mar 2 2010. But i need to get the one previous one.... Jan 1 2010. how do i get it.

    LAST_DDL_TIME will tell you the last time any sort of DDL was run against that object, including granting or revoking privileges. The database does not keep a change history and using auditing to track DDL against the objects is pretty much useless because you cannot tell if the package was changed, compiled, or had privileges granted or revoked on it. What you need to use is your source control system. You do have a source control library with well disciplined code development and maintainence practices, don't you?? Yeah, I know... Dumb question. But that is pretty much your only real solution.

  • [SOLVED] The gummiboot package modifies the source. How?

    I was trying to get the gummiboot package to compile properly with the ABS when I ran into this bug.
    I found it odd since I was able to compile gummiboot from source, I dug a bit deeper and found a tiny difference in the Makefile.am:
    $ diff ~/abs/gummiboot/src/gummiboot/Makefile.am ~/gummiboot/Makefile.am
    87a88
    > -std=gnu90 \
    108c109
    < $(EFI_LDLAGS) \
    > $(EFI_LDFLAGS) \
    197c198
    < $(QEMU) -machine accel=kvm -m 256 -bios $(QEMU_BIOS) -snapshot test-disk.img
    > $(QEMU) -machine accel=kvm -m 1024 -bios $(QEMU_BIOS) -snapshot test-disk.img
    Aha! So the gummiboot source needs to be compiled with the -std=gnu90 flag!
    Well that seems to fix the compilation issues, but it left me wondering. How exactly does this file change? Both Makefiles are presumably from git://anongit.freedesktop.org/gummiboot, but the ABS version modifies it slightly? The PKGBUILD file seems harmless enough.
    Can someone explain this to me?
    Last edited by Slabity (2015-06-16 19:07:36)

    Raynman wrote:
    Slabity wrote:Both Makefiles are presumably from git://anongit.freedesktop.org/gummiboot
    Don't presume, check the PKGBUILD. It checks out a version that was tagged before these changes were made.
    See also http://cgit.freedesktop.org/gummiboot/
    Ahh, damn. That was a lot simpler than I was expecting.

  • Import sap package for NWDS

    Hi Everyone,
    Im trying to consume a web serviceclient in NWDS through a servlet.
    I need to import the package <b>com.sap.engine.services.webservices.espbase.client.api.*;</b>( to give the HTTP proxy settings)
    which is not available in the IDE.
    Could you please help me out on the same.

    Hi Hristo,
    Thanks a lot for ur suggestion,im till getting the same exception ,The code is as follows:Would appreciate ur help again
    @WebServiceRef(name="SalesOrder")SalesOrderByIDQueryResponseInService service;
         public SalesOrderByIdResponse() {
              super();
         protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
              try {
    //                Get the port from the service instance
                   SalesOrderByIDQueryResponseIn port = service.getSalesOrderByIDQueryResponse_InSoapBinding();
                   Authenticator.setDefault(new Authenticator()
                        protected PasswordAuthentication getPasswordAuthentication() {
                        return new
                        PasswordAuthentication("username","password".toCharArray());
                   System.setProperty("proxyHost", "proxy1.wxyz.com");
                   System.setProperty("http.proxyHost", "proxy1.wxyz.com");
                   System.setProperty("proxyPort", "8080");
                   System.setProperty("http.proxyPort", "50104");
                   javax.xml.ws.BindingProvider bp = (javax.xml.ws.BindingProvider) port;
                   Map<String,Object> context = bp.getRequestContext();
                   context.put("javax.xml.ws.security.auth.username","s0004385249");
                   context.put("javax.xml.ws.security.auth.password","wipro123");
                   SalesOrderByIDQueryMessage_SyncType input = new SalesOrderByIDQueryMessage_SyncType();
                   SalesOrderSelectionByIDAnonymous selectionById = new SalesOrderSelectionByIDAnonymous();
                   input.setSalesOrderSelectionByID(selectionById);
                   SalesOrderIDType id = new SalesOrderIDType();
                   selectionById.setSalesOrderID(id);
                   id.setValue("9999");
    //                Call the service
                   SalesOrderByIDResponseMessage_SyncType output = port.salesOrderByIDQueryResponseIn(input);
                   SalesOrderAnonymous order = output.getSalesOrder();
    //                Evaluate and display the response
                   PrintWriter writer = response.getWriter();
                   writer.println("Details found for order " + id.getValue() + ":");
                   writer.println("<br>buyerID: " + order.getBuyerID().getValue());
                   writer.println("<br>date: " + order.getDate());
                   writer.println("<br>payerParty: " + order.getPayerParty().getFormattedName().getValue());
                   writer.println("<br>pricingTerms / currency: " + order.getPricingTerms().getCurrencyCode());
              catch (Exception e)
                   throw new ServletException(e);
    The prog gets deployed successfully but when i call the servlet,This is the error i get despite ur suggestion
    "Application error occurred during the request procession."
    Details: <b>Exception:</b>
    javax.servlet.ServletException: javax.xml.ws.WebServiceException: HTTP Status-Code 407: Proxy Authentication Required
         at testsoid.SalesOrderByIdResponse.doGet(SalesOrderByIdResponse.java:73)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:59)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:31)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:288)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:308)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:221)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:137)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:229)
    Caused by: javax.xml.ws.WebServiceException: HTTP Status-Code 407: Proxy Authentication Required
         at com.sun.xml.ws.util.SOAPConnectionUtil.getSOAPMessage(SOAPConnectionUtil.java:81)
         at com.sun.xml.ws.encoding.soap.client.SOAPXMLDecoder.toSOAPMessage(SOAPXMLDecoder.java:100)
         at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.receive(SOAPMessageDispatcher.java:438)
         at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.doSend(SOAPMessageDispatcher.java:258)
         at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.send(SOAPMessageDispatcher.java:137)
         at com.sun.xml.ws.encoding.soap.internal.DelegateBase.send(DelegateBase.java:84)
         at com.sun.xml.ws.client.EndpointIFInvocationHandler.implementSEIMethod(EndpointIFInvocationHandler.java:172)
         at com.sun.xml.ws.client.EndpointIFInvocationHandler.invoke(EndpointIFInvocationHandler.java:106)
         at $Proxy342_10002.salesOrderByIDQueryResponseIn(Unknown Source)
         at testsoid.SalesOrderByIdResponse.doGet(SalesOrderByIdResponse.java:61)
         ... 30 more
    Caused by: HTTP Status-Code 407: Proxy Authentication Required
         at com.sun.xml.ws.transport.http.client.HttpClientTransport.checkResponseCode(HttpClientTransport.java:305)
         at com.sun.xml.ws.transport.http.client.HttpClientTransport.getHeaders(HttpClientTransport.java:158)
         at com.sun.xml.ws.util.SOAPConnectionUtil.getSOAPMessage(SOAPConnectionUtil.java:57)
         ... 39 more
    <BR><BR><b>Root cause:</b>
    javax.xml.ws.WebServiceException: HTTP Status-Code 407: Proxy Authentication Required
         at com.sun.xml.ws.util.SOAPConnectionUtil.getSOAPMessage(SOAPConnectionUtil.java:81)
         at com.sun.xml.ws.encoding.soap.client.SOAPXMLDecoder.toSOAPMessage(SOAPXMLDecoder.java:100)
         at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.receive(SOAPMessageDispatcher.java:438)
         at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.doSend(SOAPMessageDispatcher.java:258)
         at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.send(SOAPMessageDispatcher.java:137)
         at com.sun.xml.ws.encoding.soap.internal.DelegateBase.send(DelegateBase.java:84)
         at com.sun.xml.ws.client.EndpointIFInvocationHandler.implementSEIMethod(EndpointIFInvocationHandler.java:172)
         at com.sun.xml.ws.client.EndpointIFInvocationHandler.invoke(EndpointIFInvocationHandler.java:106)
         at $Proxy342_10002.salesOrderByIDQueryResponseIn(Unknown Source)
         at testsoid.SalesOrderByIdResponse.doGet(SalesOrderByIdResponse.java:61)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:59)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:31)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:288)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:308)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:221)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:137)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:229)
    Caused by: HTTP Status-Code 407: Proxy Authentication Required
         at com.sun.xml.ws.transport.http.client.HttpClientTransport.checkResponseCode(HttpClientTransport.java:305)
         at com.sun.xml.ws.transport.http.client.HttpClientTransport.getHeaders(HttpClientTransport.java:158)
         at com.sun.xml.ws.util.SOAPConnectionUtil.getSOAPMessage(SOAPConnectionUtil.java:57)
         ... 39 more
    javax.xml.ws.WebServiceException: HTTP Status-Code 407: Proxy Authentication Required
         at com.sun.xml.ws.util.SOAPConnectionUtil.getSOAPMessage(SOAPConnectionUtil.java:81)
         at com.sun.xml.ws.encoding.soap.client.SOAPXMLDecoder.toSOAPMessage(SOAPXMLDecoder.java:100)
         at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.receive(SOAPMessageDispatcher.java:438)
         at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.doSend(SOAPMessageDispatcher.java:258)
         at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.send(SOAPMessageDispatcher.java:137)
         at com.sun.xml.ws.encoding.soap.internal.DelegateBase.send(DelegateBase.java:84)
         at com.sun.xml.ws.client.EndpointIFInvocationHandler.implementSEIMethod(EndpointIFInvocationHandler.java:172)
         at com.sun.xml.ws.client.EndpointIFInvocationHandler.invoke(EndpointIFInvocationHandler.java:106)
         at $Proxy342_10002.salesOrderByIDQueryResponseIn(Unknown Source)
         at testsoid.SalesOrderByIdResponse.doGet(SalesOrderByIdResponse.java:61)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:59)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:31)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:288)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:308)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:221)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:137)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:229)
    Caused by: HTTP Status-Code 407: Proxy Authentication Required
         at com.sun.xml.ws.transport.http.client.HttpClientTransport.checkResponseCode(HttpClientTransport.java:305)
         at com.sun.xml.ws.transport.http.client.HttpClientTransport.getHeaders(HttpClientTransport.java:158)
         at com.sun.xml.ws.util.SOAPConnectionUtil.getSOAPMessage(SOAPConnectionUtil.java:57)
         ... 39 more

  • SAP MM Modifications in SAP Include MM06EF0B

    I want to implement enhancement / modification to Include MM06EF0B. There is already some code in this form and I want to add some more. Please help. 
    Thanks,
    mini

    hai  the include u said contains other includes and it does not have any enahcnement points in it so u cannot modify it , i f u really want to modify it then u cna take access key and do the same
    regards
    afzal

  • What are the Different Reporting Types Offer By SAP Package

    Hello everyone...
    Been on SAP almost a year and finding there is alot to learn.
    Question: What are the different ways to generate reports and to link reports\programs across the SAP system. I know about BW, RRI, ABAP language, CRYSTAL.
    Are there any more ?
    Thank you in advance....
    Jim

    there are four reporting possibilities using business explorer in bw:
    bex analyser:
    (reports displayed in normal excell)
    web application:
    (publishing above reports in web)
    formated reporting:
    (crystal reports)
    mobile intelligence:
    (view reports in mobiles)
    hope it helps

Maybe you are looking for

  • IMac or macbook pro? for architecture

    Study architecture and work with autocad and 3dmax (and other Autodesk products), I want to know whether an iMac or MacBook Pro these programs work without problems, because most tells me it's much better version in the window, I saw another option f

  • G/L Balance based on Key Date

    Hi, I have a requirement to make a G/L ledger. Currently i want to get the g/l balance based on a particular date.  ex: 12.05.2008  to  15.05.2008 How can i find the keydate balance. I think there is no direct way to do that. Want some suggestions on

  • How is this possible?

    I messed up my internal Apple/Hitachi HD in my MacBookPro, had to erase it and then do a restore from Time Capsule, successfully. Somehow (using Disk Utilities from SL Installation Disk with Time Capsule option) in this process my restore went into a

  • Is there dynamic rows fetch from EXCEL sheet

    I had problem i am using a code which fetches the records from EXCEL sheet and puts into a structure called ALSMEX_TABLINE and i am using the FM ALSM_EXCEL_TO_INTERNAL_TABLE in that i have to pass the parameters i_begin_row and i_end_row that is stat

  • Problem with USRPs (phase offset)?

    Hi                        I used this configuration (2 receivers (USRPs) and 1 transmitter (generator of sin wave)): I did time and phase synchronisation . the problem: The received signals by the 2 USRPs are not superposed !??   how can I do to supp