Routing in SAP PP

Dear,
My client have a manufacturing plant & there are four(4) department last one is assembly section. They use machine & labour both for assembly section. Example for one production order's quantity 10000pc. 5000pc assembled by machine & rest by labour. I want to know how to maintain two different work center in routing. Only don't maintain, everything is needed to maintain about work center.
Regards,
Biplab Malakar

Hi Biplab,
Look into below way to approach this requirement
1.First you need to create two WC let say A (machine)& B(Labor)
2.Create a routing with two different opertion & according to your requirment assign WC for respective operations
At work center level set below setting
1. Keep your work center having more than one capacity category
2. Go to Capacity header  mention No. of indiv. cap.=2.
3. Create header details for individual capacities from Goto -> Individual Capacities and maintain for 001, 002.
After the production order creation
4. Go to operation details, Choose "Cap. reqmt assignmt" tab select capacity 001 from list  assign 5000 pc, for 002 = 5000pc  in split qty as required.
5. level this capacity using CM27, This levelling can be done by splits.
Request you to wait for other's expert reply.
Thanks,
Ravindra.

Similar Messages

  • Route in sap

    hi,
       when i am sending mail from sap system to external system then an error
       message is coming
      msg : there is no route from sap to recipent email id.
      who can i create route from sap to reciver system.

    DATA: OBJPACK LIKE SOPCKLSTI1 OCCURS  2 WITH HEADER LINE.
    DATA: OBJHEAD LIKE SOLISTI1   OCCURS  1 WITH HEADER LINE.
    DATA: OBJBIN  LIKE SOLISTI1   OCCURS 10 WITH HEADER LINE.
    DATA: OBJTXT  LIKE SOLISTI1   OCCURS 10 WITH HEADER LINE.
    DATA: RECLIST LIKE SOMLRECI1  OCCURS  5 WITH HEADER LINE.
    DATA: DOC_CHNG LIKE SODOCCHGI1.
    DATA: TAB_LINES LIKE SY-TABIX.
    Creating the document to be sent
    DOC_CHNG-OBJ_NAME = 'OFFER'.
    DOC_CHNG-OBJ_DESCR = 'Auction of a Picasso jr'.
    OBJTXT = 'Reserve price : $250000'.
    APPEND OBJTXT.
    OBJTXT = 'A reproduction of the painting to be auctioned'.
    APPEND OBJTXT.
    OBJTXT = 'is enclosed as an attachment.'.
    APPEND OBJTXT.
    DESCRIBE TABLE OBJTXT LINES TAB_LINES.
    READ TABLE OBJTXT INDEX TAB_LINES.
    DOC_CHNG-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).
    Creating the entry for the compressed document
    CLEAR OBJPACK-TRANSF_BIN.
    OBJPACK-HEAD_START = 1.
    OBJPACK-HEAD_NUM   = 0.
    OBJPACK-BODY_START = 1.
    OBJPACK-BODY_NUM   = TAB_LINES.
    OBJPACK-DOC_TYPE   = 'RAW'.
    APPEND OBJPACK.
    Creating the document attachment
    (Assume the data in OBJBIN are given in BMP format)
    OBJBIN = ' \O/ '. APPEND OBJBIN.
    OBJBIN = '     '. APPEND OBJBIN.
    OBJBIN = ' / \ '. APPEND OBJBIN.
    DESCRIBE TABLE OBJBIN LINES TAB_LINES.
    OBJHEAD = 'picasso.bmp'. APPEND OBJHEAD.
    Creating the entry for the compressed attachment
    OBJPACK-TRANSF_BIN = 'X'.
    OBJPACK-HEAD_START = 1.
    OBJPACK-HEAD_NUM   = 1.
    OBJPACK-BODY_START = 1.
    OBJPACK-BODY_NUM   = TAB_LINES.
    OBJPACK-DOC_TYPE   = 'BMP'.
    OBJPACK-OBJ_NAME   = 'ATTACHMENT'.
    OBJPACK-OBJ_DESCR = 'Reproduction object 138'.
    OBJPACK-DOC_SIZE   = TAB_LINES * 255.
    APPEND OBJPACK..
    Entering names in the distribution list
    RECLIST-RECEIVER = '[email protected]'.
    RECLIST-REC_TYPE = 'U'.
    APPEND RECLIST.
    RECLIST-RECEIVER = 'DLI-NEUREICH'.
    RECLIST-REC_TYPE = 'P'.
    APPEND RECLIST.
    Sending the document
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
             DOCUMENT_DATA = DOC_CHNG
             PUT_IN_OUTBOX = 'X'
             COMMIT_WORK   = 'X'
        TABLES
             PACKING_LIST  = OBJPACK
             OBJECT_HEADER = OBJHEAD
             CONTENTS_BIN  = OBJBIN
             CONTENTS_TXT  = OBJTXT
             RECEIVERS     = RECLIST
        EXCEPTIONS
             TOO_MANY_RECEIVERS = 1
             DOCUMENT_NOT_SENT  = 2
                   OPERATION_NO_AUTHORIZATION = 4
                   OTHERS = 99.
         CASE SY-SUBRC.
           WHEN 0.
             WRITE: / 'Result of the send process:'.
             LOOP AT RECLIST.
               WRITE: / RECLIST-RECEIVER(48), ':'.
               IF RECLIST-RETRN_CODE = 0.
                 WRITE 'sent successfully'.
               ELSE.
                 WRITE 'not sent'.
               ENDIF.
             ENDLOOP.
           WHEN 1.
         WRITE:
         / 'no authorization to send to the specified number recipients!'.
           WHEN 2.
             WRITE: / 'document could not be sent to any of the recipient'.
           WHEN 4.
             WRITE: / 'no authorization to send !'.
           WHEN OTHERS.
             WRITE: / 'error occurred during sending !'.
         ENDCASE.
    <b>Execute the above report and then GOTO transaction SOST, to release the delivered mail.
    </b>
    Regards,
    Pavan

  • How to use two versions routing in SAP on different time period?

    Hi PP experts,
    There is a material Material-100 linked Routing-A and Routing-B. I would like to use Material-100/Routing-A combination during period 29.04.2015-30.05.2015, and using Material-100/Routing-B combination during period 01.06.2015-31.12.9999.
    Could you please kindly guide me how to do it in SAP? Thank you.
    Best Regards,
    Bu Fanchao

    Hi Amit,
    Below is my thinking, please kindly help me check.
    1. Due to routing-A is existed in SAP with period 29.04.2015-31.12.9999. So I need to change the valid-to-date from 31.12.9999 to 30.05.2015 via ECM.
    2. Create routing-B by CA01 with period 01.06.2015-31.12.9999.
    3. Create production-version-1 with routing-A/BOM during 29.04.2015-30.05.2015. And Create production-version-2 with routing-B/BOM during 01.06.2015-31.12.9999.
    My new question: Do I have to create production-version to achieve it? Does SAP system can choose routing automatically without production-version?
    Best Regards,
    Bu Fanchao

  • Routing the SAP RFC

    Dear Folks,
    While doing STMS configuration, the SAP Server automatically configure the RFC for the server which are included in the Transport Route.
    Same as while adding the satellite system to SOLMAN , the SOLMAN Server automatically added the RFC as like above.
    Now my server is separated with SAP Router as below.
    SOLMAN  ---> SAP ROUTER ---> DEVELOPMENT
    In this scenario,  the Pre-configured RFC is blocked by SAP ROUTER host. So I am not able to evaluate the Development Server for further update.
    How to do route the RFC through SAP ROUTER ?

    I am check with below notes.
    #493501 SAProuterstrings within a TMS domain
    #492142 SAProuterstrings for TMS Domain Links
    But I don't know how to proceed with this . and how it will suit for my requirement.

  • Archive routing in SAP archiving

    Has anyone used Archive routing? I keep getting error message  "No suitable content repository / logical file name found". but I know that logical file name has been defined properly, so as variant. Any idea?

    Hello again,
    I think you will need to provide more information as there is some type of inconsistency between what you have configured for archive routing (rules and conditions) and the selection criteria in the write job variant.
    Out in the SAP Help Portal, it states:
    When entering the selection criteria in the variant it is important to make sure that the set of data covered by the selection criteria of the variant falls AT LEAST into the set of data covered by the rules (it does not have to be exactly the same, but at least a subset). If this is not the case, the archiving session is terminated before the write job begins.
    Best Regards,
    Karin Tillotson

  • Port redirection on the router for SAP 8.8 client

    Dear all,
    there will be connection of the SAP client to remote SAP server.
    There is router that needs some ports to be redirected from WAN IP to internal IP of the SAP server.
    What ports needs to be redirected?
    I believe tcp 30000 for license server for sure - what next?
    Regards
    GN

    Hi,
    30000 port is only for licensing server. You need at least SQL server port 1433/4 as well.
    Thanks,
    Gordon

  • Is this possible: SNC connection from SAP GUI to SAP Router, and ...

    Hi,
    I have (stupid perhaps) question.
    Is this scenario possible:
    SNC connection from SAP GUI to SAP Router, and non-SNC connection from SAP Router to SAP System.
    I know how to set up scenario like this:
    SAP System --- (non-SNC conn) --- saprouter1 --- (SNC conn) --- saprouter2 --- (non-SNC conn) --- SAP GUI.
    Best regards,
    Marek Majchrowski

    Wolfgang,
    To be sure myself and Marek understand, can you confirm the different scenarios supported:
    Scenario 1:
    SAP GUI --- (non SNC conn) --- saprouter1 --- (SNC conn) --- saprouter2 --- (non-SNC conn) --- SAP System
    With this scenario, it would be possible for a user to logon using SAP GUI onto the SAP System, but without SAP GUI SNC.
    Scenario 2:
    SAP GUI --- (SNC conn) --- saprouter1 --- (non SNC conn) --- saprouter2 --- (SNC conn) --- SAP System
    With this scenario it would be possible to logon to the SAP System using SAP GUI, and using SNC authentication.
    Also, with this scenario the SAP GUI software and SAP System software would consider this to be similar to:
    SAP GUI -- (SNC conn) -- SAP System
    Scenario 3:
    This is the scenario mentioned by Marek in his initial question:
    SAP GUI -- (SNC conn) -- saprouter1 -- (non SNC conn) -- SAP System
    With this scenario it will not be possible to logon to SAP System using SNC, and only possible if the SAP GUI is configured to not use SNC. In other words the SNC connection between SAP GUI and saprouter1 is available, but cannot be used.
    Thanks,
    Tim
    Edited by: Tim Alsop on Feb 25, 2008 5:24 PM

  • Failed to preload 'sap.m.routing.library-preload':

    Hi,
    I am working on developing a Fiori like application using SplitApp. Wanted to have the navigation using the sap.m.Routing.
    I get the below error:
    I have the following in the Index.html
    <script src="resources/sap-ui-core.js"
    id="sap-ui-bootstrap"              
                    data-sap-ui-libs="sap.m,sap.m.routing"
      data-sap-ui-theme="sap_bluecrystal">
    </script>
    Appreciate your help....!

    Now i have different error message:
    failed to load 'sap/m/routing/Routemacthedhandler.js' from resources/sap/m/routing/Routemacthedhandler.js: 404 - NOT FOUND

  • Error while checking connection after establishing sap router

    Hello All,
    I have installed a sap router on our solution manager on Linux environment
    when i try to check the RFC connection from SM59 i am receiving the following error.
    my  message server is configured as follows
    Msg. Server - /H/<SAP Router Ip>/S/sapdp99/H/194.39.131.34/S/sapdp99/H/oss001
    <SAP Router> is my solman ip address
    Connection Test SAPOSS
    Logon     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: timeout while pending for route completion
    Error Details     LOCATION: SAP-Server sgtr-s-devs1d_S1D_67 on host sgtr-s-devs1d (wp 0)
    Error Details     DETAIL: NiErrSet
    Error Details     COMPONENT: NI (network interface)
    Error Details     COUNTER: 175
    Error Details     MODULE:
    Error Details     LINE:
    Error Details     RETURN CODE: -12
    Error Details     SUBRC: 0
    Error Details     RELEASE: 700
    Error Details     TIME: Wed Feb 22 23:33:20 2012
    Error Details     VERSION: 38
    my oss1 tecnical settings are as follows.
    sap router at customer side
    Name          sgtr-s-devs1d
    IP Address    65.38.107.196
    Instance no.  99
    sap router at sap
    Name          sapserv2
    IP Address    194.39.131.34
    Instance no.  99
    when i do a logon i get the following error
    Unable to connect to SAPNet message server
    (Default connection will be used...)
    To check whether saprouter is working or not i  have executed few commands
    u2022     ps -ef|grep saprouter
    s1dadm    9873  9590  0 05:53 pts/2    00:00:00 saprouter -r -S 3299 -V 3 -K p:CN=sgtr-s-devs1d, OU=0000858034, OU=SAProuter, O=SAP, C=DE
    s1dadm    9951  9590  0 06:09 pts/2    00:00:00 grep saprouter
    u2022     lsof -w -n -i tcp:3299
    COMMAND    PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
    saprouter 9873 s1dadm    4u  IPv4 5333574      0t0  TCP *:pdrncs (LISTEN)
    u2022     fuser -n tcp 3299
    3299/tcp:             9873
    u2022     netstat -anp|grep :3299
    tcp        0      0 0.0.0.0:3299            0.0.0.0:*               LISTEN      9873/saprouter
    In /usr/sap/saprouter
    my saprouttab contains
    SNC connection to and from SAP
    KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *
    SNC-connection from SAP to local system for R/3-Support
    KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 65.38.107.196  3267
    Access from your local Network to SAP
    P 65.38.107.196 194.39.131.34 3299
    All other connections will be denied
    #D * * *
    one thing i want to know is my saprouter started or did i miss any configuration how to check whether my sap router is started.
    Please advice me if i miss any,
    Thanks in advance,
    Vardhan.

    Thanks for the quick reply.
    sgtr-s-devs1d:s1dadm > saprouter -r
    trcfile  dev_rout
    LOCATION    SAProuter 38.10 on 'sgtr-s-devs1d'
    ERROR       service '0.0.0.0:3299' in use
    TIME        Thu Feb 23 07:23:36 2012
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -4
    MODULE      nixxi.cpp
    LINE        3227
    DETAIL      NiIBindSocket
    SYSTEM CALL bind
    ERRNO       98
    ERRNO TEXT  Address already in use
    COUNTER     2
    looke like my sap router is on SAProuter 38.10
    already i have started  router earlier
    Thanks!
    Vardhan

  • Host did not respond error in connecting the SAP Router from SERVICE PLACE

    Dear Sir,
    We renew the Router Certificate by October 2008.  We are using broadband connection in our office with firewall (ISA) .
    When we try to connect the sap router from SAP Service Market Place, It is connected and after some time, status is changing to Host did not respond due to timeout.
    We checked the SAP Router Tab File also. It is correct.  Guide us to solve this issue
    With Regards
    K.Natarajan

    Hi
    This type of error occurs maximum,only when there is no proper connection between the systems.So,my suggestion is to check with the connection between the systems with the help of Basis person.
    regards
    krishna

  • Creating model +  SAP Router

    Hello, i'm trying to develop the Flights Example fron help.sap.com but at home i  have access to sap system via SAP Router. In the step where i tell the application the R/3 connection parameters (adaptative RFC model) there's no option for SAP Router.
    Does Anyone know how can i accomplish this?
    Thanks in advance.

    I found:
    Define the message server, system name and the logon group used by the JCO connection.
    Message Server L01_lab4
    System Name L01
    Logon Group PUBLIC
    Use SAP Router (UNCHECKED)
    SAP Router String BLANK
    on this link
    Re: Issue with Adaptive RFC Configuration in SLD
    but i don't know where to set that... can anyone help please?
    Thanks in advance.

  • SAP Router, SNC processing Failed

    Hello Guru's
    I seem to be having a connection problem with the Back end of SAP's Sapserv2.
    I am trying to reconnect my SAP router to SAP. It was Working before licenses and Certs timed out.
    The error that i see in SM59 is
    SNC Processing failed: SncProcessInput.
    Dev_route shows this error,
    Tue Jul 27 16:09:57 2010
    ERROR => NiBufIProcMsg: hdl 17 received rc=-104 (NIEROUT_SNC_FAILURE) from peer [nibuf.cpp    2115]
    WARNING => NiBufISetHS: ready-queue could not be freed (hdl 18) [nibuf.cpp    4384]
    Tue Jul 27 16:09:59 2010
    ERROR => NiBufIProcMsg: hdl 18 received rc=-104 (NIEROUT_SNC_FAILURE) from peer [nibuf.cpp    2115]
    WARNING => NiBufISetHS: ready-queue could not be freed (hdl 19) [nibuf.cpp    4384]
    Tue Jul 27 16:10:01 2010
    ERROR => NiBufIProcMsg: hdl 19 received rc=-104 (NIEROUT_SNC_FAILURE) from peer [nibuf.cpp    2115]
    Tue Jul 27 16:11:00 2010
    WARNING => NiBufISetHS: ready-queue could not be freed (hdl 20) [nibuf.cpp    4384]
    Tue Jul 27 16:11:01 2010
    ERROR => NiBufIProcMsg: hdl 20 received rc=-104 (NIEROUT_SNC_FAILURE) from peer [nibuf.cpp    2115]
    Tue Jul 27 16:11:06 2010
    WARNING => NiBufISetHS: ready-queue could not be freed (hdl 21) [nibuf.cpp    4384]
    ERROR => NiBufIProcMsg: hdl 21 received rc=-104 (NIEROUT_SNC_FAILURE) from peer [nibuf.cpp    2115]
    any help will be appreciated.

    Hi,
    Please follow Note 1178684 - No service connection:"SNC processing failed". This should solve your issue. also the below post may be of help to you:
    RFCIO_ERROR_SYSERROR
    Rajeev

  • In case of bookmarks.Hash routing not working with SAPUI5

    Hi All,
    I have the below code with in SAPUI5
    The issue is that the url is correctly set when navigation from entry screen to detailed screen and also proper navigation happens, but when detailed screen is bookmarked the navigation always takes back to entry screen.
    For example:
    In my entry screen below I enter 'hi' then press enter to navigate to deatiled screen and you can see that both URL and navigation are fine
    But now if I bookmark or enter the URL 'http://localhost:8001/#/detailedScreen/1234' directly then instead of navigating to detailed screen, I am taken to entry screen.
    Below is the code.
        App.js
        (function () {
            'use strict';   
            //registering the module path
            jQuery.sap.registerModulePath('appointy', 'javascript/appointy');   
            $.sap.require('sap.ui.core.routing.HashChanger');
            $.sap.require('sap.ui.core.routing.Route');
            $.sap.require('sap.ui.core.routing.Router');
            //Somewhere at the start of your application
            var oRoutes = {
                // name used for listening or navigating to this route
                "searchScreen": {
                    "pattern": "detailedScreen/{id}" // will be the url and from has to be provided in the data
                "catchAll": {
                    "pattern": ":all*:"
            var oRouter = new sap.ui.core.routing.Router(oRoutes);
        //this is used to retrieve the instance again
            oRouter.register("appRouter");
        //starts reacting on the hashchange + parses the current hash and notifies callbacks
            oRouter.initialize();
            //var iRouter = sap.ui.core.routing.Router.getRouter("appRouter");
            oRouter.attachRouteMatched(function (oEvent) {
                if (oEvent.getParameter("name") == "searchScreen") {
                    _selectItemWithId(oEvent.getParameter("arguments").id);
                if (oEvent.getParameter("name") == "catchAll") {
                    _setContent(mContent.home);
                //bind the this pointer to the callback
            }, this);
            var _selectItemWithId = function (id) {
                //implementation eg: select an item in a list
                var homeNext = sap.ui.view({
                    type: sap.ui.core.mvc.ViewType.JS,
                    id: 'homeNext',
                    viewName: 'appointy.HomeNext'
                homeNext.getController().parameterId = id;
                sap.ui.getCore().byId("oShell").setContent(homeNext);   
            // build the application root view and place on page
            var oRootView = sap.ui.view({
                type: sap.ui.core.mvc.ViewType.JS,
                id: 'mainView',
                viewName: 'appointy.Main'
            var _setContent = function (oContent) {
                iShell.setContent(oContent, true);
            var mContent = {};
            var iShell = sap.ui.getCore().byId("oShell");
            mContent.home = sap.ui.view({
                type: sap.ui.core.mvc.ViewType.JS,
                id: 'homeView',
                viewName: 'appointy.Home'
            //setting initial content for oSHELL
            _setContent(mContent.home);
            //switching contents of oSHELL
            iShell.attachWorksetItemSelected(function (evt) {
                var key = evt.getParameter("key");
                iShell.setContent(mContent[key]); // switch content
            oRootView.placeAt('content');  
    Main.view.js
        (function () {
            'use strict';
            sap.ui.jsview('appointy.Main', {
                getControllerName: function () {
                    return 'appointy.Main';
                createContent: function (oController) {
                    var oShell = new sap.ui.ux3.Shell('oShell');
                    oShell.addWorksetItem(new sap.ui.ux3.NavigationItem({
                        key: "home",
                        text: "Home"
                    return oShell;
                //local handling of events of this View
            sap.ui.controller('appointy.Main', {
                onInit: function () {
                onBeforeRendering: function () {
                onAfterRendering: function () {
                onExit: function () {
                model: null   
    Home.view.js
    (function () {
        'use strict';
        sap.ui.jsview('appointy.Home', {
            getControllerName: function () {
                return 'appointy.Home';
            createContent: function (oController) {
                var oSearchField = new sap.ui.commons.SearchField('js-business-search', {
                    search: [ oController.onSearch, oController ]
                //oSearchField.attachSearch(oController.onSearch);  --> Alternative way to attach event trigger to the searchField
                var oLayout = new sap.ui.commons.layout.VerticalLayout({
                    width : "100%"
                oLayout.addContent(oSearchField);
                return oLayout;
        sap.ui.controller('appointy.Home', {
            onSearch: function(oEvent) {   
                //using Routing example
                var changeURL = new sap.ui.core.routing.HashChanger ();
                var hash = 'detailedScreen' + '/' + oEvent.getParameter("query")
                changeURL.setHash(hash);
            onInit: function () {
            onBeforeRendering: function () {
            onAfterRendering: function () {
            onExit: function () {
            model: null
    HomeNext.view.js
    (function () {
        'use strict';
        sap.ui.jsview('appointy.HomeNext', {
            getControllerName: function () {
                return 'appointy.HomeNext';
            createContent: function (oController) {
                var oLabel = new sap.ui.commons.Label("l2");
                //oLabel.setText(sap.ui.getCore().byId('js-business-search').getValue());
                oLabel.setDesign(sap.ui.commons.LabelDesign.Bold);
                var oLayout = new sap.ui.commons.layout.VerticalLayout({
                    width : "100%"
                oLayout.addContent(oLabel);
                return oLayout;
          sap.ui.controller('appointy.HomeNext', {
            onInit: function () {
            onBeforeRendering: function () {
                var that = this,
                    oLabel = sap.ui.getCore().byId('l2');
                oLabel.setText(that.parameterId);
            onAfterRendering: function () {
            onExit: function () {
            showAlert: function(sChannelId, sEventId, oParam) {
                alert(oParam.searchQuery);
            parameterId: null,
            model: null
    Regards,
    Chidan

    You can open the JSBin in "Output Only (with live reload)" mode in a separate window, and in that window (tab) the URL can change.
    Here is a incomplete routing sandbox on JSBin (open each in a separate window, note that JSBin may want to update the revision from 3 to 4):
    Edit URL: http://jsbin.com/bamuh/3/edit?js
    Output URL: http://jsbin.com/bamuh/3#square
    (change the hash manually to #circle to see the routing trigger)
    Enjoy,
    Shawn

  • 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

  • Sending mail to Internet address from SAP system

    Hi...
    My requirement is to send a mail to an internet address say ABC@companyid from SAP.
    I have used a FM So_New_Document_Send_API1 for the purpose.For this I have provided
                 e_mailrec-receiver = w_emailid.
                  e_mailrec-rec_type = 'U'.
                  APPEND e_mailrec.
    But I get an error msg in SOST, that the route from (SAP server) to (mail id) not found.
    Instead of internet address when I give rec_type as B i.e. SAP USER it sends a mail to my SAP inbox.
    I have also checked SAPConnect, and it is fine.
    Is the above FM only for sending mails to SAP id, then wats the FM for sending mails to internet address? Its just sending a 1 line mail without attachment.
    P.S: I have gone through search in sdn so please don't provide me with links to other threads.
    Reply only if you can actually help and know wats this about.
    Thnaks and Regards.

    These are the FM for sending external email :-
    SO_DOCUMENT_SEND_API1
    Send new document with attachments via RFC
    SO_NEW_DOCUMENT_ATT_SEND_API1
    (In 4.6C only, You can go to SE37 and click the documentation on how to use it. A sample program is provided there.)
    Send new document with attachments via RFC
    Note : If you are using FM SO_NEW_DOCUMENT_ATT_SEND_API1 then Export Parameter DOCUMENT_DATA-OBJ_DESCR contains the Subject.
    SO_NEW_DOCUMENT_SEND_API1
    Send new document
    For Code
    http://www.forum.saptechies.com/viewtopic.php?t=5562

Maybe you are looking for

  • Changing quantities in sales order with reference to quotation

    Hi, Quotation has been created for Product -- A, 10 quantities. Sales order created with reference to quotation, system copies 10 quantity in sales order. How do you restrict in sales order end user should not change quantities, system should not all

  • Error message when trying to install 10.8.2

    Just bought the new MacBook Pro, and cannot install iPhoto until OS X is updated to 10.8.2.  When trying to install the update, I get this message:  "OS X Update can't be installed on this disk. This volume does not meet requirements for this update"

  • IPod Touch 3G unresponsive when not charging

    When i plug my ipod touch 3g into my computer or my charger, i can use the touch screen, home buttons, volume controls, and launch apps fine. When i unplug it, all of the buttons and the touch screen become unresponsive. If i touch on an app while it

  • 5520 clicking and popping

    I just recently purchased a 5520.  It has worked fined for the first couple of months, however now it is making a loud clicking and popping noise before printing and inbetween pages while it is printing.  It almost sounds like the print head is movin

  • Long into date-format

    hi! i want to print out the System.currentTimeMillis() in the following format: dd.mm.yyyy or mm.dd.yyyy how can i do this? thx for help