Automatic e-mail transmission issue

Hai Gurus,
Please hep me out with this issue.
We have SCOT configured in our Quality system and the background job SAPCONNECT_INT_SEND is scheduled in a client, for ex say 100. Now we got a requirement that e-mails should not be sent automatically and should be pushed only selectively through SOST in another client, for ex say 700, in the same system. The job SAPCONNECT_INT_SEND is scheduled only in client 100 and not in 700. So, it should not push e-mails from client 700 as it is not scheduled there right?. But, on contrary on this, we are observing e-mails are being pushed automatically in client 700 also. How is this possible, when job is scheduled to run in 100 and not in 700, how it pushes mail from 700. I dont think this job SAPCONNECT_INT_SEND is client independent?
Please let me know your thoughts on it and help me out.
Regards,
R.K.

HI,
Just for more clarity:
1.Job SAPCONNECT_INT_SEND(Check from SOST)  is scheduled in client 100 and SMTP is activated(node in use) only in client 100.
2.Job SAPCONNECT_INT_SEND(Check from SOST)  is not scheduled in cleint 700 and SMTP(from SCOT) is not active in client 700.
You problem is mails are being pushed from client 700,even though job is not scheduled from this client.
Try this option:
Disable job SAPCONNECT_INT_SEND in both client as you want selective mails to be sent and then use "Repeat send" option from SOST.
Refer:http://wiki.sdn.sap.com/wiki/display/ABAP/SendingMails-HomePage
Mails are not sent
Either use SOST transaction to send them manually, or from program: submit rsconn01 with mode = 'INT' with output = ' ' and return.
It may be best to schedule a job with program RSCONN02 every 10 minutes when SAP system produces many mails.
Regards,
Ashutosh

Similar Messages

  • Is there a way to automatically move mail from one folder to another?

    Is there a way to periodically, automatically, move mail from one folder to another?
    For example, I'd like to move mail from one of my IMAP/Archives folders to my MyMac/Archive folder and I'd like this to happen without intervention.
    Can this be done?

    I'll try to be more specific.
    When I'm done with an email, I archive it.
    Because I have multiple email accounts, this results in emails in multiple Archive folders (one per account). 
    I'd like to have these automatically all moved into one (on my Mac).

  • Autmatique e-mail transmission DATREF_NOT_ASSIGNED  //CL_DMD_DATA_BUFFER

    Hi everybody.
    I need some help to solve this problème ;
    in solution manger when i do go in > EDIT > automatique e-amil transmission
    or > GOTO >  session overview
    i have a runtime error : "DATREF_NOT_ASSIGNED *"
    Dump of this error at the end of the post.
    (i try the note 788295 but changes are already apply )
    thanks for your help !
    Runtime errors         DATREF_NOT_ASSIGNED
           Occurred on     03.10.2007 at   14:37:17
    Cannot access a data object using a 'NULL' data reference.
    What happened?
    Error in ABAP application program.
    The current ABAP program "CL_DMD_DATA_BUFFER============CP" had to be
    terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    is especially useful if you want to keep a particular message.
    Error analysis
    The system tried to access a data object using a 'NULL'
    data reference - that is, a reference pointing to nothing.
    A data reference must point to a data object, before the system can use
    it to point to the data object referred to.
    Either the reference was never set, or it was reset to 'NULL' using a
    CLEAR statement.
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "DATREF_NOT_ASSIGNED" C
    "CL_DMD_DATA_BUFFER============CP" or "CL_DMD_DATA_BUFFER============CM01Q"
    "OBJECTS_REFERENCE_TO"
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.
    System environment
    SAP Release.............. "620"
    Application server....... "aisne"
    Network address.......... "81.60.1.20"
    Operating system......... "Windows NT"
    Release.................. "5.2"
    Hardware type............ "4x Intel 801586"
    Character length......... 8 Bits
    Pointer length........... 32 Bits
    Work process number...... 0
    Short dump setting....... "full"
    Database server.......... "AISNE"
    Database type............ "ORACLE"
    Database name............ "DE9"
    Database owner........... "SAPDE9"
    Character set............ "English_United State"
    SAP kernel............... "640"
    Created on............... "Jul 4 2005 23:33:50"
    Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
    Database version......... "OCI_920_SHARE "
    Patch level.............. "80"
    Patch text............... " "
    Supported environment....
    Database................. "ORACLE 8.1.7.., ORACLE 9.2.0.., ORACLE
    10.1.0.."
    SAP database version..... "640"
    Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
    User, transaction...
    Client.............. 120
    User................ "SOLMAN"
    Language key........ "E"
    Transaction......... "DSSESS "
    Program............. "CL_DMD_DATA_BUFFER============CP"
    Screen.............. "RDSWP_DSA_SESSLIST1 1000"
    Screen line......... 3
    Information on where terminated
    The termination occurred in the ABAP program "CL_DMD_DATA_BUFFER============CP"
    in "OBJECTS_REFERENCE_TO".
    The main program was "RDSWP_DSA_SESSLIST1 ".
    The termination occurred in line 184 of the source code of the (Include)
    program "CL_DMD_DATA_BUFFER============CM01Q"
    of the source code of program "CL_DMD_DATA_BUFFER============CM01Q" (when
    calling the editor 1840).
    Source code extract
    Caution: Program has changed
    Caution: At time of termination,  Active source code no longer available
    001540 ? *          IF l_attrib_ref->-assign_def_ref->-soft_link IS NOT INITIAL
    001550 ? *            clear l_found.
    001560 ? *          ENDIF.
    001570 ? *        ENDIF.
    001580 ? *        if l_found = 'X'.
    001590 ? *          if pf_source_class is not Initial.
    001600 ? *            LOOP AT a_objects REFERENCE INTO l_object_ref
    001610 ? *              WHERE object_no = l_attrib_ref->*-object_no AND object_cl
    001620 ? *              append l_attrib_ref to lt_attribs.
    001630 ? *            ENDLOOP.
    001640 ? *          else.
    001650 ? *            LOOP AT a_objects REFERENCE INTO l_object_ref
    001660 ? *              WHERE object_no = l_attrib_ref->*-object_no AND ( deleted
    001670 ? *              append l_attrib_ref to lt_attribs.
    001680 ? *            ENDLOOP.
    001690 ? *          endif.
    001700 ? *        endif.
    001710 ? *      ENDLOOP.
    001720 ? *    endif.
    001730 ? *
    001740 ? *    IF pf_view_only IS NOT INITIAL.
    001750 ? *      clear pt_objects_ref_to[].
    001760 ? *      LOOP AT lt_attribs INTO l_attrib_ref.
    001770 ? *        IF me->is_in_view( pf_object_no = l_attrib_ref->*-object_no ) I
    001780 ? *          DELETE Table lt_attribs From l_attrib_ref.
    001790 ? *          CONTINUE.
    001800 ? *        ENDIF.
    001810 ? *      ENDLOOP.
    001820 ? *    ENDIF.
    001830 ? *----
    ?     LOOP AT a_attributes REFERENCE INTO l_attrib_ref
    001850 ?       WHERE object_no < l_external_object_no AND attrib_def_ref->*-refer
    001860 ?            ( attrib_def_ref->*-type = l_object_class_target OR attrib_de
    001870 ?
    001880 ?       insert l_attrib_ref->* into table lt_parent_attrib.
    001890 ?
    001900 ? *      LOOP AT a_objects REFERENCE INTO l_object_ref
    001910 ? *        WHERE object_no = l_attrib_ref->*-object_no AND ( deleted IS IN
    001920 ? *        APPEND l_attrib_ref TO pt_attributes_ref_to .
    001930 ? *        insert l_attrib_ref->* into table lt_parent_attrib.
    001940 ? *        APPEND l_object_ref TO PT_OBJECT_REF_TO_REFS .
    001950 ? *        insert l_object_ref->* into table lt_parent_object.
    001960 ? **        append l_attrib_ref to lt_attribs.
    001970 ? *      ENDLOOP.
    001980 ?     ENDLOOP.
    001990 ? *----
    002000 ?
    002010 ? *    LOOP AT lt_attribs INTO l_attrib_ref.
    002020 ? *      pf_is_referenced = 'X'.
    002030 ? *      APPEND l_attrib_ref TO pt_attributes_ref_to .
    Contents of system fields
    SY field contents..................... SY field contents.....................
    SY-SUBRC 0                             SY-INDEX 1
    SY-TABIX 28                            SY-DBCNT 9
    SY-FDPOS 250                           SY-LSIND 0
    SY-PAGNO 0                             SY-LINNO 1
    SY-COLNO 1                             SY-PFKEY %_00
    SY-UCOMM                               SY-TITLE Central Session Management
    SY-MSGTY                               SY-MSGID
    SY-MSGNO 000                           SY-MSGV1
    SY-MSGV2                               SY-MSGV3
    SY-MSGV4
    Active calls / events
    No.... Type........ Name..........................
           Program
           Include                                  Line
           Class
        12 METHOD       OBJECTS_REFERENCE_TO
           CL_DMD_DATA_BUFFER============CP
           CL_DMD_DATA_BUFFER============CM01Q        184
           CL_DMD_DATA_BUFFER
        11 METHOD       OBJECTS_REFERENCE_TO
           CL_DMD_OBJECT_CONTROLLER======CP
           CL_DMD_OBJECT_CONTROLLER======CM00E         13
           CL_DMD_OBJECT_CONTROLLER
        10 METHOD       GET_PARENT_OBJECTS
           CL_DMD_OBJECT_CONTROLLER======CP
           CL_DMD_OBJECT_CONTROLLER======CM00O         13
           CL_DMD_OBJECT_CONTROLLER
         9 METHOD       IF_DMD_OBJECT~PARENT_OBJECTS
           CL_DMD_OBJECT2================CP
           CL_DMD_OBJECT2================CM010         16
           CL_DMD_OBJECT2
         8 FUNCTION     DSWP_API_RULE_DESC_FOR_BUNDLE
           SAPLDSWP_API
           LDSWP_APIU23                                90
         7 FORM         GET_BUNDLES
           RDSWP_DSA_SESSLIST1
           RDSWP_DSA_FORMS1                          2696
         6 EVENT        INITIALIZATION
           RDSWP_DSA_SESSLIST1
           RDSWP_DSA_SESSLIST1                        220
         5 FORM         %_INIT_PBO_FIRST
           RSDBRUNT
           RSDBRUNT                                  3824
         4 FORM         INIT_PBO
           RSDBRUNT
           RSDBRUNT                                  3614
         3 FORM         %_INIT_PBO_NEW
           RDSWP_DSA_SESSLIST1
           RDSWP_DSA_SESSLIST1                        376
         2 MODULE (PBO) %_INIT_PBO
           RDSWP_DSA_SESSLIST1
           RDSWP_DSA_SESSLIST1                        376
         1 EVENT        SYSTEM-EXIT
           RDSWP_DSA_SESSLIST1
                                               20
    Chosen variables
        12 METHOD       OBJECTS_REFERENCE_TO
           CL_DMD_DATA_BUFFER============CP
           CL_DMD_DATA_BUFFER============CM01Q        184
    PF_TARGET_OBJECT               0000000291
                                   3333333333
                                   0000000291
    PF_TARGET_CLASS                Service Details
                                   56776662467666722222
                                   3526935045419C300000
    PF_SOURCE_CLASS                Service Rule
                                   56776662576622222222
                                   3526935025C500000000
    PF_ATTRIB_CLASS
                                   22222222222222222222
                                   00000000000000000000
    PF_VIEW_ONLY
                                   2
                                   0
    PF_ONLY_HARD_LINKS
                                   2
                                   0
    PF_OLD_CODING
                                   2
                                   0
    PF_ATTRIBS_SUPPLIED
                                   2
                                   0
    PF_NO_EXTERNAL
                                   2
                                   0
    PF_OBJECT_REF_SUPPLIED         X
                                   5
                                   8
    PF_OBJECT_NO_SUPPLIED
                                   2
                                   0
    PF_GET_DELETED_OBJECTS
                                   2
                                   0
    PT_ATTRIBUTES_REF_TO           Table[initial]
    PT_OBJECTS_REF_TO              Table[initial]
    PF_IS_REFERENCED
                                   2
                                   0
    PT_OBJECT_REF_TO_REFS          Table[initial]
    SY-REPID                       CL_DMD_DATA_BUFFER============CP
                                   4454445445454544453333333333334522222222
                                   3CF4D4F4141F256652DDDDDDDDDDDD3000000000
    L_OBJECT_REF_ORI->REFERENCE_2_ X
                                   5
                                   8
    SY-XPROG                       RSDBRUNT
                                   5544554522222222222222222222222222222222
                                   234225E400000000000000000000000000000000
    SPACE
                                   2
                                   0
    L_VALUE                        0000000291
                                   3333333333222222222222222222222222222222
                                   0000000291000000000000000000000000000000
    ... +  40
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 120
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 160
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 200
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 240
                                   2222222222
                                   0000000000
    %_DUMMY$$
                                   2222
                                   0000
    ME                            
                                   E0001000
                                   0000F000
    CL_GUI_CONTROL=>METRIC_DEFAULT ???
    L_EXTERNAL_OBJECT_NO           9999999999
                                   3333333333
                                   9999999999
    <%_L145>                       9999999999
                                   3333333333
                                   9999999999
    <%_L146>                       0000000291
                                   3333333333222222222222222222222222222222
                                   0000000291000000000000000000000000000000
    ... +  40
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 120
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 160
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 200
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 240
                                   2222222222
                                   0000000000
    L_OBJECT_CLASS_TARGET          Service Details
                                   56776662467666722222
                                   3526935045419C300000
    <%_L147>                       Service Details
                                   56776662467666722222
                                   3526935045419C300000
    ME->A_ATTRIBUTES               Table IT_1328[361x528]
    L_ATTRIB_REF                   ########
                                   C0000000
                                   F0000000
    <%_L144>                       ???
    <%_L144>-OBJECT_NO             ???
    SYST-REPID                     CL_DMD_DATA_BUFFER============CP
                                   4454445445454544453333333333334522222222
                                   3CF4D4F4141F256652DDDDDDDDDDDD3000000000
    <%_L144>-ATTRIB_DEF_REF->REFER ???
    <%_L144>-VALUE                 ???
    <%_L144>-READONLY              ???
    <%_L144>-DB_ACTION             ???
    <%_L144>-ATTRIB_DEF_REF->TYPE  ???
        11 METHOD       OBJECTS_REFERENCE_TO
           CL_DMD_OBJECT_CONTROLLER======CP
           CL_DMD_OBJECT_CONTROLLER======CM00E         13
    PF_TARGET_OBJECT               0000000291
                                   3333333333
                                   0000000291
    PF_TARGET_CLASS                Service Details
                                   56776662467666722222
                                   3526935045419C300000
    PF_SOURCE_CLASS                Service Rule
                                   56776662576622222222
                                   3526935025C500000000
    PF_ATTRIB_CLASS
                                   22222222222222222222
                                   00000000000000000000
    PF_VIEW_ONLY
                                   2
                                   0
    PF_ONLY_HARD_LINKS
                                   2
                                   0
    PF_OLD_CODING
                                   2
                                   0
    PF_ATTRIBS_SUPPLIED
                                   2
                                   0
    PF_OBJECT_REF_SUPPLIED         X
                                   5
                                   8
    PF_NO_EXTERNAL
                                   2
                                   0
    PF_GET_DELETED_OBJECTS
                                   2
                                   0
    PT_ATTRIBUTES_REF_TO           Table[initial]
    PT_OBJECTS_REF_TO              Table[initial]
    PF_IS_REFERENCED
                                   2
                                   0
    PT_OBJECT_REF_TO_REFS          Table[initial]
    SPACE
                                   2
                                   0
    SY-XPROG                       RSDBRUNT
                                   5544554522222222222222222222222222222222
                                   234225E400000000000000000000000000000000
    ME->INTERNAL_TABLES           
                                   E0001000
                                   0000F000
    CL_DMD_EXCEPTION_CONSTANTS=>AT ATTRIBUTE_NOT_FOUND
                                   455544554544554454422222222222
                                   144292545FEF4F6F5E400000000000
    L_ATTRIBS_SUPPLIED
                                   2
                                   0
    %_DUMMY$$
                                   2222
                                   0000
        10 METHOD       GET_PARENT_OBJECTS
           CL_DMD_OBJECT_CONTROLLER======CP
           CL_DMD_OBJECT_CONTROLLER======CM00O         13
    PF_TARGET_OBJECT_NO            0000000291
                                   3333333333
                                   0000000291
    PF_TARGET_OBJECT_CLASS         Service Details
                                   56776662467666722222
                                   3526935045419C300000
    PF_PARENT_OBJECT_CLASS         Service Rule
                                   56776662576622222222
                                   3526935025C500000000
    PF_NO_EXTERNAL
                                   2
                                   0
    PF_GET_DELETED_OBJECTS
                                   2
                                   0
    PT_PARENT_OBJECTS              Table[initial]
    LT_OBJECTS_REF                 Table[initial]
    %_VIASELSCR                    #
                                   0
                                   4
    ME                            
                                   C0003000
                                   A0005000
    DMDCL_C_DEF_UNTYPED_REF        AnyReference
                                   46756667666622222222
                                   1E9256525E3500000000
    SY-REPID                       CL_DMD_OBJECT_CONTROLLER======CP
                                   4454445444445544455444453333334522222222
                                   3CF4D4FF2A534F3FE42FCC52DDDDDD3000000000
    ME->ATTRIBUTES                
    CL_DMD_EXCEPTION_CONSTANTS=>TA TARGET_NOT_IN_MASTER_LANGUAGE
                                   545445544554454455455444454442
                                   412754FEF4F9EFD13452FC1E751750
         9 METHOD       IF_DMD_OBJECT~PARENT_OBJECTS
           CL_DMD_OBJECT2================CP
           CL_DMD_OBJECT2================CM010         16
    PF_OBJECT_TYPE                 Service Rule
                                   56776662576622222222
                                   3526935025C500000000
    PF_GET_DELETED_OBJECTS
                                   2
                                   0
    PT_PARENT_OBJECTS              Table[initial]
    SYST-REPID                     CL_DMD_OBJECT2================CP
                                   4454445444445333333333333333334522222222
                                   3CF4D4FF2A5342DDDDDDDDDDDDDDDD3000000000
    SY-REPID                       CL_DMD_OBJECT2================CP
                                   4454445444445333333333333333334522222222
                                   3CF4D4FF2A5342DDDDDDDDDDDDDDDD3000000000
    ME->A_OBJECT                   ########
                                   A0006000
                                   90006D00
    ME->A_OBJECT->DELETED
                                   2
                                   0
    %_VIASELSCR                    #
                                   0
                                   4
    ME->OBJECT_CONTROLLER         
                                   C0003000
                                   A0005000
    ME->A_OBJECT->OBJECT_NO        0000000291
                                   3333333333
                                   0000000291
    ME->A_OBJECT->OBJECT_CLASS     Service Details
                                   56776662467666722222
                                   3526935045419C300000
    ME->IF_DMD_OBJECT~NO_EXTERNAL
                                   2
                                   0
    %_DUMMY$$
                                   2222
                                   0000
    SPACE
                                   2
                                   0
    LO_ERROR                      
                                   F0000000
                                   F0000000
    MAKRO_ERROR2                  
                                   F0000000
                                   F0000000
    LS_MAKRO_MESSAGE2-MSGID
                                   22222222222222222222
                                   00000000000000000000
    CL_DMD_EXCEPTION_CONSTANTS=>WR WRONG_LANGUAGE
                                   554445444454442222222222222222
                                   72FE7FC1E751750000000000000000
    LS_MAKRO_MESSAGE2-MSGTXT
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 120
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 160
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 200
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 240
                                   222222222222222
                                   000000000000000
         8 FUNCTION     DSWP_API_RULE_DESC_FOR_BUNDLE
           SAPLDSWP_API
           LDSWP_APIU23                                90
    PF_PROVIDE_AUTHORIZATIONS      X
                                   5
                                   8
    PT_BUNDLE_DESC[]               Table IT_35[0x130]
    PT_BUNDLE_ID[]                 Table IT_34[46x8]
    LT_MATCHING_DETAILS            Table IT_1395[2x8]
    SYST                           ############i###########################
                                   0000000010006000000000000000000000000000
                                   10000000C0009100000000000000000000000000
    ... +  40                           ###ú###################################
                                   0000F00000000000000000000000000000001000
                                   9000A00010000000100000000000000000000200
    ... +  80                      ################ú#######################
                                   0000000000000000F00000000000000000000000
                                   0000000000000000A00000000000000000000000
    ... + 120                      ########################################
                                   0000000000000000000000000000000010009000
                                   00000000000000000000000000000000B0000000
    ... + 160                      ####ú###########XC#############   E0  X1
                                   0000F00000001000540000000000000222432253
                                   0000A00000000E00830030000C0000C000500081
    ... + 200                      000         ####__S                 120
                                   3332222222220000555222222222222222223332
                                   0000000000000000FF3000000000000000001200
    ... + 240                           00
                                   222223322222222
                                   000000000000000
    %_DUMMY$$
                                   2222
                                   0000
    SY-REPID                       SAPLDSWP_API
                                   5454455554542222222222222222222222222222
                                   310C4370F1090000000000000000000000000000
    OBJECT_S3080002+0(343)
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 120                                                       #######
                                   2222222222222222222222222222222220000000
                                   0000000000000000000000000000000000000000
    ... + 160                      ########################################
                                   0000000000000000000000000000000000000000
                                   C0C0000000C0000000C0000000C0000000C00000
    ... + 200                      ########################################
                                   0000000000000000000000000000000000000000
                                   00C0000000C0000000C0000000C0000000C00000
    ... + 240                      ###
                                   000222222222222
                                   00C000000000000
    SYST-REPID                     SAPLDSWP_API
                                   5454455554542222222222222222222222222222
                                   310C4370F1090000000000000000000000000000
    OBJECT_S4080001+0(256)
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 120                                                       #######
                                   2222222222222222222222222222222220000000
                                   0000000000000000000000000000000000000000
    ... + 160                      ### 000 ############################
                                   0002333200000000000000000000000000002222
                                   C0C0000000000000000C0000000C0000000C0000
    ... + 200
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 240
                                   222222222222222
                                   000000000000000
    %_SPACE
                                   2
                                   0
    OBJECT_L6080002+0(71)                                         #########
                                   2222222222222222222222222222222000000000
                                   00000000000000000000000000000000000000C0
    ... +  40                      ###############################
                                   0000000000000000000000000000000
                                   C0000000C0C0000000C0C0000000C0C
    INCLUDE_37_25_080000
                                   2
                                   0
    SPACE
                                   2
                                   0
    <DETAIL>                      
                                   B0004000
                                   1000E000
    BDL_MANDANT
                                   222
                                   000
    RSJOBINFO                                                      00000000
                                   2222222222222222222222222222222233333333
                                   0000000000000000000000000000000000000000
    ... +  40                      000000
                                   3333332222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80                      ####
                                   0000
                                   0000
    CL_DSMOP_CONST=>C_RULE         Service Rule
                                   56776662576622222222
                                   3526935025C500000000
    LT_RULES                       Table[initial]
    %_ARCHIVE
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 120
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 160
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 200
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 240
                                   222222222222222
                                   000000000000000
    SCREEN                         %_17SNS0000905408_%_%_%_%_%_%_
                                   2533545333333333352525252525252222222222
                                   5F173E30000905408F5F5F5F5F5F5F0000000000
    ... +  40
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 120                                           SRI00000#10000 ####
                                   2222222222222222222225543333303333320000
                                   0000000000000000000003290000001000000000
    LF_RULE_DESCRIPTION
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
         7 FORM         GET_BUNDLES
           RDSWP_DSA_SESSLIST1
           RDSWP_DSA_FORMS1                          2696
    %_DUMMY$$
                                   2222
                                   0000
    SYST-REPID                     RDSWP_DSA_SESSLIST1
                                   5455554545545544553222222222222222222222
                                   24370F431F3533C9341000000000000000000000
    LF_IMAXSN                      1200000000526
                                   3333333333333
                                   1200000000526
    LT_BUNDLES                     Table IT_33[46x141]
                       WP_IMPL 00000  #
                                   5554454233333220222222222222222222222222
                                   70F9D0C000000000000000000000000000000000
    ... +  40                                      00000
                                   2222222222222222333332222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 120
                                   222222222222222222222
                                   000000000000000000000
    SY-XPROG                       RSDBRUNT
                                   5544554522222222222222222222222222222222
                                   234225E400000000000000000000000000000000
    LT_BUNDLE_ID                   Table IT_34[46x8]
    LS_BUNDLE_ID                   WP_IMPL
                                   55544542
                                   70F9D0C0
    SY-SUBRC                       0
                                   0000
                                   0000
    GR_DBID-LOW
                                   222
                                   000
    GR_DATE-LOW                    00000000
                                   33333333
                                   00000000
    GF_AUTH_SESS_DISPLAY           X
                                   5
                                   8
    LF_AUTH                        X
                                   5
                                   8
    LT_BUNDLE_DESC                 Table IT_35[0x130]
    GR_BUNDL
                                   2222222222222222222
                                   0000000000000000000
    %B001001_BLOCK_1000            System Selection
                                   5777662566667666222222222222222222222222
                                   39345D035C5349FE000000000000000000000000
    ... +  40
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80
                                   222
                                   000
         6 EVENT        INITIALIZATION
           RDSWP_DSA_SESSLIST1
           RDSWP_DSA_SESSLIST1                        220
    GT_SOLUTION                    Table IT_18[4x164]
    CL_GUI_CONTROL=>LIFETIME_DEFAU ???
    SCREEN                         %_17SNS0000905408_%_%_%_%_%_%_
                                   2533545333333333352525252525252222222222
                                   5F173E30000905408F5F5F5F5F5F5F0000000000
    ... +  40
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 120                                           SRI00000#10000 ####
                                   2222222222222222222225543333303333320000
                                   0000000000000000000003290000001000000000
    GT_BUNDLE                      Table[initial]
    %_ARCHIVE
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 120
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 160
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 200
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 240
                                   222222222222222
                                   000000000000000
    GS_LAYOUT                       #######
                                   2000000022222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 120                                             #  ##########
                                   2222222222222222222222202200000000002222
                                   0000000000000000000000000000000000000000
    ... + 160
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 200
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 240
                                   222222222222222
                                   000000000000000
         5 FORM         %_INIT_PBO_FIRST
           RSDBRUNT
           RSDBRUNT                                  3824
    BIT_SSCR_F2_HR                 5
                                   0000
                                   5000
    %_SPACE
                                   2
                                   0
    L_TABIX                        1
                                   0000
                                   1000
    SCREEN_PROGS[]                 Table IT_3[1x240]
    SCREEN_PROGS                   RDSWP_DSA_SESSLIST1
                                   5455554545545544553222222222222222222222
                                   24370F431F3533C9341000000000000000000000
    ... +  40                      SAPDB__S
                                   5454455522222222222222222222222222222222
                                   31042FF300000000000000000000000000000000
    ... +  80                      RDSWP_DSA_SESSLIST1
                                   5455554545545544

  • Automatic e-mail of remittance advice to vendors following the Payment Run

    Hi,
        We are implementing the Automatic e-mail of remittance advice to vendors following the Payment Run(F110) for one of our company code located at UK.
    But we have already implemented this process for one of the company code located in US using the Business transaction event 00002040 and it is working fine.
    Now i want to find out if we could utilitize emailing the employee reimbursement remittances for UK as we do here in the US using the same BTE.
    I just want to know if our current BTE (business transaction event) can be set up for their group also along with generating the SAP script to format the remittance.
    Earliest reply will be appreciated.
    With regards,
    Shree.J

    Hi,
    do you mind share with me how did you implement the Automatic email of remittnance advice to vendor after payment run?
    I am in process research this solution. appreaciate if you can share with me if you have any info.
    +91 9791122480
    Thanks in advance.
    regards
    v.krishnamoorthy

  • Automatic E-mail to a staffed resource in C-project

    Hi experts,
    I need your help. I'm trying to configure cproject for sending an automatic E-mail when a resource is staffed  in a project. I can´t find the place / IMG entry to do this.
    Thanks for all.
    Regards,
    Diego

    Hi, Diego,
    My team also has this same question.  I was wondering if you have verified that sending an email manually works.  When you staff a role, you can click on that resource.  This enables the "E-Mail to Resource" button.  Click this and make sure that there aren't any errors and that an email arrives in your inbox.
    There might be a couple of things that need to be set up and I was wondering if this first step worked for you. 
    I hadn't tried this before and just verified it manually for my system.  I'll have to keep looking also for the automatic way of sending the email. 
    Sincerely,
    Wendy

  • How can I automatically open Mail.app message attachments after downloading

    The subject says it all, I think.
    My wish #1
    Automatically Opening Mail.app message attachments after downloading
    My Wish #2
    At least having the Finder automatically default to the folder I just downloaded to after completing the download.
    Is this an option in Leopard, at least?

    Very clever. But unfortunately that doesn't seem to work in Tiger.
    Then again, I stil presume that when you do that, a ile is still downloaded and appears somewhere on your hard drive. If you "save as" the file opened by preview, you probably still need to go back to the place where the file was saved and delete it.
    Then again again, if Preview is peeking into a Word or Excel attachment, it may not actually be "downloading it" first?? Strange. If it was a jpg file attachment, on the other hand, it seems more likely that some sort of file would be downloaded to the hard drive as a result of that drag and drop of the paper clip.
    I did find that drag and drop capability interesting, though. Even in Tiger.
    Oh well. I have to start looking at scripts.
    When I downloaded that Automator application that was supposed to "close all open applications", I was surprised that it didn't work. Says it works with TIger. ???
    http://www.apple.com/downloads/macosx/automator/
    Was I supposed to import it into Automator as an "action" and save it as an Automator application and then open Automator and click "run" for that action each time I wanted to use it? Seams a bit cumbersome.

  • Can I have automatic e-mail setting for ADDM and AWR reports??

    Can I have Automatic e-mail settings for all my AWR and ADDM reports so I don;t have to run the reports all the time but they can be sent over to my mailbox and I can review them, if at all I can do that then can I bound them to a particular time frame where I can recieve only those reports durin the peak usage of my database.
    thanks

    Hi Rohan,
    Can I have Automatic e-mail settings for all my AWR and ADDM reports so I don;t have to run the reports all the time but they can be sent over to my mailbox and I can review them,You bet! I do it for all of my databases:
    1 - Use a cron (or preferably dbms_scheduler) to schedule the awrrpt.sql execution, directing the report to a fixed file location (e.g. /tmp).
    2 - As step 2 from the scheduled task, direct the report as input to sendmail:
    For Windows:
    http://www.dba-oracle.com/t_e_mail_interface_windows.htm
    For Linux:
    http://www.dba-oracle.com/t_email_mailing_messages_plsql.htm
    For complete details of job scheduling, see Dr. Hall's book "Oracle Job Scheduling":
    http://www.rampant-books.com/book_2005_1_scheduling.htm
    Hope this helps. . . .
    Donald K. Burleson
    Oracle Press author

  • Configure sender in automatic e-mail for EWA

    Hi,
    I configured the automatic e-mail for EWA.
    How can I change the sender of the e-mail to a specific one or to an default?
    I already tried to set up the automatic e-mail with an other user but always my user is set as sender in the e-mail.
    Does anyone have an idea?
    Thanks for your help in advance.
    Regards,
    Alex

    Hi Alexander,
    Did you just change the SM: EXEC SERVICES owner now, or it was set to a different user all this time and the email was being sent in your name? 
    Either way, can you delete this job and re-add it with the correct sender so that we make sure you dont' have this incorrect Sender ID appearing again?
    Thanks,
    Mark

  • Automatic SMS/Mail notification for local auto-reaction method

    Hello!
    We would like to be informed via SMS/Mail about the Availability of satellite system.
    When we assign a Local auto-reaction method for this MTE (Availability_SysPercent_ABAP) we receive the SMS/Mail notification only in case we manually start the auto reaction method from RZ20.
    When we try to assign the central auto reaction method from RZ20 we get the following error:
    Assignment for local system only works with nodes from agent segments
    What is the procedure for the automatic SMS/Mail notification in case of local auto-reaction method?
    Thank you very much!

    Dear Team,
    As I have understood, you want to be informed each time a satellite system is not up and running ?
    Option 01
    ========
    1. Install the CCSMPING agent in SOLMAN
    2. Create your satellites systems through RZ21 - Technical Infrastructure - Availability Monitoring - Configure CCMSPING ...
        Create all satelittes systems ...
    3. Then, from SOLMAN_WORCENTER, in SYSTEM Monitoring, you have the status of each satellites systems created
        in RZ21 (point 2).
    This option will not advised when a satellite system is down. But from one WEB page, you will have the status of all satellites systems.
    Option 02
    ========
    1.Install the CCSMPING agent in SOLMAN
    2. Create your satellites systems through RZ21 - Technical Infrastructure - Availability Monitoring - Configure CCMSPING ...
        Create all satellites systems.
    3. RZ20 - SAP CCMS Monitor Templates - Double-click on "Availability and Performance Overview"
        Open "Availability" - Then, all satellites systems which have been added under point 2 will appear.
    4. Select one satelitte system
    5. Open "Availability"
    6. Select "ABAP: Checked by CCMSPING.<solman-hostname>.00"
    7. When selected, click on "Properties" button.
    8. Then, you assign here an auto-reaction method - for example :
        "ccms_send_alert_to_alm_ccms_containerv4".
    9. Copy this method to Zccms_send_alert_to_alm_ccms_containerv4.
    10. In this method, add you email address.
    11. Then, check that job "SAP_CCMS_MONI_BATCH_DP is running. This job collects data in the CCCMS (RZ20).
    12. Then, the alert will be automatically sends to your email adress.
    Hope it helps ?
    Best regards
    SAPNetWeaverAdmin

  • Can you set up automatic e:mail deletion schedules for various folders (i.e, trash, sent, etc.) on I Pad air? If so, how do you do it?

    can you set up automatic e:mail deletion schedules to remove old e:mails from various folders (i.e., inbox, sent, trash) on I Pad Air? If so, how do you do this?

    No.

  • Trigger automatic e-mail for Material Master field change

    Hi All,
            Please guide me, Is that possible can we able to trigger automatic e-mail to the when ever SAFETY STOCK field get changed.
    If the above is possible, Please advice me a step by step procedure will be thankful.
    Thanks in Advance.

    dear friend
    you probably might look at SAP Business Workflow features

  • Transport Mail Database issues crashing Transport service

    We are experiencing frequent issues on Hub servers (as often as once a week) where Transport Mail DB issues crash the Transport service.  Had an MS specialist in the other day who could not exactly figure out the root cause.  The pattern usually is as follows:
    1. Event ID 486 - This event refers to a failure to move a log file (associated with Transport Mail DB queues) because it is being used by another process.  What that process could be is unknown.
    2. Event ID 413 - Unable to create a new logfile because the database cannot write to the log drive.
    3. Event ID 492 - The logfile sequence in <dir> has been halted
    4. Event ID 17019 - A database operation has encountered a I/O error. The Microsoft Exchange Transport service is shutting down. Exception details: Microsoft.Exchange.Isam.IsamLogWriteFailException: Failure writing to log file (-510)
    Also followed by events 7001,1022,1002, and 1003.
    Haven't been able to determine what is causing Event ID 486.  Not aware of any process that would be tying up the access to the log file.  These queue files are stored on a local disk, not a SAN. 
    Any ideas as to what could be causing this?  Running E2K7SP1 Rollup 2 currently on all Exchange systems.

    Hi,
    I suggest that you use the following method to check which process access the log file indicated in the event 486:
    Using Process Explorer
    http://www.microsoft.com/technet/sysinternals/utilities/ProcessExplorer.mspx
    Then, we did the following:
    1. Launch Process Explorer
    2. Click Find, Find Handle or DLL
    3. Enter the log name indicated in the event 486 and click Search
    In addition, please also check whether any events such as 150004 occur before the Transport service crashes. If you notice the event, I also suggest that you refer to the following article:
    http://technet.microsoft.com/en-us/library/bb201658(EXCHG.80).aspx
    Mike
     

  • Automatic e-mails archiving in UCM

    Hello,
    I am trying to get some information about this topics:
    Is there any possibility for automatic e-mail archiving in UCM in the context of using the Desktop Integration Suite?
    For example: automatic archiving of all e-mails that are older than 10 days
    or other archiving criteria: - automatic archiving of all e-mails bigger than 10 MB
    - automatic archiving of the e-mails by the existence of only 10% of the emailbox capacity
    - automatic archiving of the e-mails if the users are out of office
    Is there any possibility to access the emails that are archived into the UCM through the Outlook Web Access?
    Is there any possibility to reduce the load on the Exchange Server by moving received e-mails to the UCM ?
    Many thanks in advance

    Hey Kunst,
    I could not get you when you say *"emails that are archived into the UCM through the Outlook Web Access?"*
    do you mean emails that are checked in UCM. In this case it might be possible to do it.
    Is there any possibility to reduce the load on the Exchange Server by moving received e-mails to the UCM ?
    For this you will need to write your custom SMTP server which can directly check in e-mails in UCM from SOAP interface.

  • How to set automatic e-mail alert for 90% threshold reach for MAXDBdatabase

    Hi,
    I want to set automate e-mail alert for 90% threshold reach for MAXDB database i.e. data area. I want to know where i can set the automate e-mail alert for data area in MAXDB database? As i have already have script for oracle tablespace alert if tablespace reaches 90% it sends me an auotmated e-mail.
    Please let me know where to do the settings or any script available for MAXDB database data area automate e-mail alert....
    Thanks,
    Narendra

    Hello,
    What is the version of your database?
    Are you SAP customer?
    Please see the MAXDB documentation,
    Review the Standard Events at:
    http://maxdb.sap.com/doc/7_7/default.htm
    -> Glossary -> Event
    And u201CMonitoring Free Memory in the Data Areau201D section at:
    http://maxdb.sap.com/doc/7_7/default.htm
    -> Database Administration
    -> Monitoring Databases
    see example at:
    http://maxdb.sap.com/doc/7_7/default.htm
    -> Tutorials ->Database Manager CLI Tutorial
    -> Using the Event Dispatcher Function
    -> Event-Controlled Sending of E-mails
    Thank you and best regards, Natalia Khlopina

  • Userid/Password intermittmently lost when automatically getting mail

    The automatic "Get mail" intermittently loses the "remember me" and prompts for the password. What would cause it to lose the remembered password?

    I have had this problem occasionally in the past and there are a number of related posts (with suggested solutions) on this forum. What worked for me was to open Keychain Access, select the login keychain, then open the Edit -> Change Settings for Keychain "login" window and either uncheck the "lock after xx minutes" setting or set it to xx minutes where xx is longer than the period you selected for "check for new messages" in Mail preferences. I also use a different password for my keychain (different from my login password so I know this complicates things somewhat).

Maybe you are looking for

  • Need replacement of ar_vat_tax_all_b(vat_tax_id column) in R12

    hi I need to replace 11i table in R12 11i table ar_vat_tax_all_b(vat_tax_id column) - need to replace the column vat_tax_id in R12 we have table apps.zx_taxes_b but i am not sure whether i can use this table as a replacement and if it can be used the

  • Can we have spaces in our filenames?

    We are moving web publishers on our projects web site here at edinburgh University over to use Contribute CS4. the site has many files that contain spaces in their name, both HTML and MS documents. Contribute seems to force the removal of these space

  • PDF changes

    How do i change a pdf into a word document?

  • Creating Idocs With 64 Status.

    Hai Friends, My requirement is like this... Scenario:- my client says...They Get some idocs from a external system and then a program runs in the background to read these idocs and post Inbound delivery and IR documents. And Now As These IDOCs are no

  • Using compactRIO and NI-CAN with multiple NI 9853 ports simultaneously

    Here's my problem.  I need to receive and log J1939 channel information on 4 seperate CAN buses IN REAL TIME.  I have a CompactRIO with 2 x NI 9853 giving me a total of 4 CAN ports.  Using the example "CAN Channel Receive" included with the CompactRI