Street route maintanance in third party system

Dear All,
I have mapped street route in SAP by using Tcode EL40, But I want the orders to be downloaded in thrid party system in the same order in the way the street route has been maintaned. I am downloading the orders using getlist bapi for meter reading orders. But it is downloading in the ascending order of the meter reading document number and not in the order of the street route.Is there any other BAPI to get the meter reading order in the street route order
Kindly let me know how to do this
With regards
Balaji.J

Hello,
Please see the Enhancement EDMLSORT this may help your issue:
Enhancement EXIT_SAPLEL33_001 enables you to to change the sequence of
meter reading orders on the print document or in the download file.
The function module is called when meter reading orders are printed or
downloaded. Input parameters provide the function module with a table of
meter reading orders. There is one order for every register to be read.
If you want to sort by city, street and house number, you have to
provide the appropriate objects and write them to an internal table
along with the meter reading orders. You then have to resort the
internal table, transfer the sort sequence to the output table and set
the relevant output parameter.
You can implement the coding for this function module in include
ZXEL1U01.
I hope this helps.
Regards
Olivia

Similar Messages

  • Handling Rowset based message in third party systems

    Dear All,
    Could you please help me to understand, how can we handle a row set based message at third party system?
    PeopleSoft will be sending a row set based messages to third party system and in turn it will be expecting a row set based message as a response. How do we need to handle this?
    Thanks,
    Hari.A

    So you are creating an inbound sync service operation routing.
    This can be very well a rowset based message for the request as the response, since every message is an XML.
    3e party system will be sending an XML which in the rowset format (which is still XML).
    You can just take the message and read it in a rowset, process it and create a response message based on a rowset.
    3e party system will be receiving an XML which in the rowset format (which is still XML).
    The reason wy I mention XSLT is that the rowset based message has a lot of overhead noded which is not relevent for 3e party systems, but needed for PeopleSoft.
    See example:
    method OnRequest
       /+ &MSG as Message +/
       /+ Returns Message +/
       Local Message &response;
       &response = CreateMessage(Operation.SYNC_REMOTE,
       %IntBroker_Response);
       &response.GetRowset().GetRow(1).GetRecord(Record.QE_FLIGHTDATA).
       GetField (Field.DESCRLONG).Value = &MSG.GenXMLString();
       Return &response;
    end-method;

  • How to consume a web service provided by third party system from SAP system

    Hi Friends,
    Could any of you provide me a clear picture on how to consume a web service from SAP system and is provided by a third party system?
    Do we get an URL to create a client proxy for consuming the web service?
    Thanx in advance,
    Ram

    Hi Ram,
    of course you cannot supply the WSDL URL. Inside the WSDL (just view it in your browser) you find (usually but not necessary) towards the end something like
    <soap:address location="http://www.weather.gov/forecasts/xml/SOAP_server/ndfdXMLserver.php"/>
    which is the actual adress of the service.
    An example service can be found here:
    <a href="http://www.weather.gov/xml/">National Digital Forecast Database</a>
    containing the WSDL URL at
    <a href="http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl">this address</a>.
    You might also want to browse for the amazon webservices which allow you to embed queries against amazon into your application.
    have fun,
    anton

  • Third Party System In SLD??

    Hi Friends...
    i need to use third party systems in my scenarios..
    for third party Business systems and Technical systems ..is this mandatory to provide Logical systems and host names in SLD.
    regards
    Ram

    Hi,
    I hope no..But..
    Unlike SAP products, third-party products are not necessarily included in the SLD component description. Therefore, you must first register the third-party product before you can register an installed system of this third-party product in the SLD.
    See below link..
    http://help.sap.com/saphelp_nw04/helpdata/en/24/8fa93e08503614e10000000a114084/content.htm
    Regards
    Chilla..

  • EREC: Interfaces with Third Party Systems

    Hello Experts,
    Does anybody can provide me a list of third party systems with seamless interface with E-Recruiting  (SAP Partner) for the following purposes below:
    Resume Parsing
    Background Check
    Drug Screening
    Posting in Multiple Job Boards
    Thanks in advance!
    Sivani

    Resume mirror is used for resume parsing.
    Regards,
    Bharat

  • How to regsiter a Third party system in NW2004s ?

    Hi,
    I am using NW2004s SR2 and i need to register a third party system in SLD. Do i need to define manully in SLD or there way to register them automatically like running data supplier with rz70 for ABAP systems.
    help would be appreciated
    Thanks,
    srini

    I actually did read in the SLD documentation that it is possible to do it automatically for third party systems as well.
    Dont have that document with me now, but if you look into the SLD documentaton from your XI homepage you will find a section that does state that third party systems can also be registered automatically.
    Never tried it though
    Regards
    Bhavesh

  • File Adapter and Third party system

    Hi,
    I am new to XI and implementing a simple scenario.
    In SLD- I have 3rd paty software component and product.
    3rd party technical system: using my pc - For host name I am using my machine name.
    Scenario: Using file adapter transform csv file to xml.
    File resides on my machine. I have configured file adapter inbound and outbound. Integration Dir & Rep objects are all activated.
    But nothing happens, cannot see any message in Messgae monitoring..
    Any help would be great.. Is my technical system setup wrong?
    thanks

    chk whether the folder in your m/c where the CSV file resides is shared and has appropriate access. Also you need to specify your m/c IP with fwd slashes, e.g) //<Ipaddress>/foldername
    configuring your m/c as a Third Party system in SLD is fine.
    If you think ur SLD settings are not correct, you can define your file adapter commn. channel  in a Business Service(which does not require an SLD entry) and check whether it works.
    Thanks
    Saravana

  • Consume WS from Third Party System in a SAP Portal

    Hi everybody,
    I would like to know if it could be possible to consume a WS from a Third Party System from a SAP Portal page or iView directly.
    If not, could anybody propose a solution for that?
    I thought about the possibility of creating a WebDynpro Java application which would consume this Web Service.
    Thanks a lot.
    Kind Regards,
    Victoria

    HI Victoria,
    Create Web Dynpro Java application for consuming u Web services.Create SAP webdynpro iview Template to create your iviews.
    Thanks,
    Amith.

  • Incoming invoice from third party system

    Hi All,
    Could you please help in choosing functional module or bapi or badi's for incoming invoices that are receiving from third party system. I have no ideal about that but the SAP has to be loaded using idocs. what is the reason to choose the above ones
    Thanks in advance for response.

    Why not starting with docu?
    The general process  is explained well in help.sap.com
    As a service, put this into your Google: vendor invoice edi site:help.sap.com

  • PO import from third party system

    Hi All,
    We have a third party system where PO's are created and imported into Oracle as an approved PO via Standard interface table. A PO was created in Aug 2012 and is stuck in interface tables with rejected status as the vendor site ID missing. So updated the interface table with vendor site ID. And ran import standard PO program. PO is imported but with the date in FEB 2013 instead of the date in Aug 2012. ( As the PO period for Feb 2013 is opened)Why it happened? And is there any way I can cancel/delete the PO from Oracle and resend it with the same old date I.e., Aug 2012 date and so that it can create with old PO Number.
    Thanks in advance,
    Regards,
    Pramod

    Why not starting with docu?
    The general process  is explained well in help.sap.com
    As a service, put this into your Google: vendor invoice edi site:help.sap.com

  • Production order to third Party system

    Hi Gurus,
    I have requirement to transfer production orders created or changed in SAP system to third party system ? Can you please let me know, how it can be achieved ? ( Using IDOC or BAPI ). Any inputs appreciated, am not sure how message control can be used in SAP 4.7 for production orders.
    Thanks,
    Man

    Check this doc...Copy and paste it in explorer
    help.sap.com/bestpractices/BBLibrary/Documentation/J72_BPP_EN_ZH.doc
    Regards,
    Pavan

  • Adding Third Party system in PI SLD

    Hello Experts,
    I new to PI and would like to know, how to add any Third part system in the SLD, and
    scenario where sender is ABAP Proxy and receiver is Third party system, via SOAP Adapter.
    Regards,
    Abhishek

    hi,
    How do i maintain the entries for all the component in SLD. -> generally we dont have authorizations to create Business system,products in sld.
    if you have, then follow what was i posted earlier link:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50924080-0627-2a10-2b89-8cb87b972fb1?QuickLink=index&overridelayout=true
    any information on IDOC to SOAP Scenario.
    In R3 :
    1.Craete Logical system for R3 say SAPR3
    2.assign client to this LS.
    3.Create Logical system for XI say SAPXI
    4.create RFC pointing to XI say R3_To_XI
    5.Crate port of type Transactional RFC say PORT_To_XI.... give RFC created in step 4.
    5.Create Partner Profile of type LS.
    Give Partner no as SAPXI (LS of XI created in step 3)
    In outbound parameters add ur Message type
    Double click on message type & give Port PORT_TO_XI created in step 5.
    6.Create Distribution Model..... Transaction BD64
    In XI
    SM59 - R3 connection pointing to R3
    IDX1 - define the port with the above dest.
    in ESR:
    import Idoc and create everthing based on your requirement.
    please refer below threads:
    IDOC to SOAP scenario
    IDOC to websevice (SOAP) scenario
    thanks,

  • Third Party System Monitoring

    Hi All;
    Is it possible to monitor following using solution manager.
    1. Third party system (non-SAP i.e. non-ABAP n non-JAVA system)
    2. Application Running on third party system.
    3. files/logs generated and  database update by an application on third party system.
    If yes then please let me know how we can achieve this.
    Thanks in advance.
    Regards
    Alok

    Hi Alok,
    There is a SAP Professional Journal on the website www.SAPpro.com by the name Manually registering a Non SAP system in SMSY by Doreen Baseler.
    Hope this will help you out in case of adding a non-SAP system in the solution manager.
    Please reward points if it does so.
    Thanks
    Manas

  • Third party system call function module/BAPI through RFC to update Z table

    Dear Friends,
    We have a third party system which directly inserts a Z table in SAP through its programming, which is an auditing issue.
    We want the third party system should call function module/BAPI through RFC so that the Z table gets updated.
    waiting for inputs..
    Thanks,
    Kumar

    if third party system is capable of making Remote Function call, then writing a Function module & making it remote enable is not difficult task in ABAP.
    You may have to prepare specifications first to decide if third party system is going to Read, insert, update, delete records from Zee table.

  • Third party system (JCO) ---RFC--- PI ---RFC--- ECC

    Hello all,
    We are trying to implement the following scenario:
    Third party system (JCO) -RFC-> PI -RFC-> SAP ECC
    The third party system connect to PI via Java Connector API with a know user id in PI. After that third party system tries to obtain the RFC that is already implemented and remote enabled in SAP ECC environment. But at this step there is something wrong in third party system software because we are not able to obtain the RFC interface and metadata from PI repository.
    1. This step is working correctly. Connection is OK.
                JCO.Client mConnectionPI = JCO.createClient("100", // SAP client
                                                                                    "user_id", // userid
                                                                                    "********", // password
                                                                                    "pt", // language
                                                                                    "10.x.x.x", // application server host name
                                                                                    "01"); // system number
                mConnectionPI.connect();
    2. This step is not working correctly:
                JCO.Repository repository = new JCO.Repository("TestRep", mConnectionPI);
                IFunctionTemplate ftemplate = repository.getFunctionTemplate("Z_RFC_XXX"); - not found exception
    We would like to know if there is something missing in any environment that we have to configure or implement in order to fix this issue. Thanks a lot.

    Hi Primini,
    couple of stupid-but-necessary questions:
    1) have you imported the RFC model in PI Repository?
    You don't need to have the RFC metadata in PI ABAP stack (there is no point in doing that), but rather in the PI Repository/ESR, within the SWCV you've created.
    Check the "Activities" session of this link for more details:
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/2b/a48f3c685bc358e10000000a11405a/frameset.htm
    2) if you have done 1), have you configured the RFC Sender scenario properly?
    I mean, have you ran the configuration wizard to create the agreements & determinations, setting the RFC interface as both the sender and the receiver interface? Of course, the systems would be different: as the sender system, you'll have a Business Service representing the legacy/JCo system; as the receiver, you'll have the ERP Business System.
    This should make your scenario work.
    If it doesn't, try one more thing: in the JCo code, just for the metadata repository connection, use a connection to the ERP system. But for the actual call, use the PI system.
    Let us know the results.
    Best regards,
    Henrique.

Maybe you are looking for

  • Ethernet connection repair on G3 B&W

    After lightning struckour driveway, I have lost the ability to connect to the internet. Other applications are working. My other mac connects fine. What do I need to repair the ethernet connection?

  • Another snow leopard bug?

    the day i installed it onto my macbook pro, i was unable to shutdown or restart my computer after several hours of use. i had to hold the power button to be able to shut down my computer. what happened prior to this was: - i installed 10.6 - thinking

  • ITunes 7 has "unauthorized" all of my iTunes store purchases!!!

    iTunes 7 won't play any of the music that I have bought from the iTunes store! If I try to play them or move them to my iPod it pops up an error saying, "this machine is not authorized...". I have chosen the AUTHORIZE COMPUTER feature from the STORE

  • Catch TAB and jump to new position in JTextField!!!

    Hi, first of all i wanna say Hi to everyboy, 'cause this is my first post in this forum. and here comes my question: I have a JTextfield and if the TAB-Button will be used there, the cursor should jump to a new position. So in detail, it SHOULDN'T do

  • Close PR after PO creation

    Guys - is there a way we can close a PR after a PO is created against it? Ie - not allow one PR to be used for creating multiple PO's? Please let me know! thanks