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

Similar Messages

  • Visual approval: e-mail transmission doesnu00B4t work

    I just tried the tutorial "Building the Job Application Process".
    The e-mail-transmission in the visual approval CO didn´t work.
    Is there anything I have to configure to make e-mail-transmission work?
    What I have already checked:
    - The email template is correct, I have even ommitted any replacements.
    - the e-mail is configured to be send to Initiator of the process. The corresponding portal-user has an e-mail address assigned.
    Thanks in advance,
    Jörg

    look at tutorial "72 CAF Guided Procedures - Setup and Monitoring (GP)" https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/334de0f2-0c01-0010-6093-9bbacddc488f
    Slide 2 GP "GP System Properties".
    Basically go to VisualAdministrator of your server and update the service "caf/eu/gp/model" with the appropriate smtp server

  • 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

  • Has anyone found the mail app bug regarding "return" during typing?

    OS X 10.1.1
    During the composition of an email, I find the cursor dropping down to the next line without hitting the "return" key. It will drop down after an apostrophe and sometimes in the middle of a word. It will also drop down a line for every .... (4 periods) in a row. This is maddening. It is like it is formatting for the vertical iPhone screen randomly. This does not happen anywhere else but in the new Yosemite mail program. It was not a problem in Mavericks or Snow Leopard.
    Has anyone had this issue?

    Did all that. Didn't help
    thanks
    Benjamin
    Schultz
    Chef d’Orchestre et Peintre d’Audio
    The Kokoro Group
    http://kokoroinc.wix.com/benjamin <http://kokoroinc.wix.com/benjamin>
    "One must mould his life in accordance with the   
      principles of truth... 
      Every thought, word, and deed must conform to them...
      Actions speak louder than words.
      Thoughts are even more potent.
      One's daily conduct must bear the hallmark of    
      excellence, thus revealing who he is."
    "On doit façonner sa vie conformément aux
    principes de la Vérité...
    Chaque pensée, parole et acte doivent s'y conformer...
    Les actes sont plus éloquents que les mots.
    Les pensées sont encore plus puissantes.
    Notre comportement quotidien doit porter le sceau de
    l'excellence, révélant ainsi qui nous sommes. »
    http://www.reverbnation.com/benjaminschultz
    www.linkedin.com/in/kokorobenjamin
    https://www.facebook.com/KokoroBenjamin
    Music Editor: www.legends-legacies.com
    >> This e-mail, including any accompanying document comes from Benjamin Schultz/The Kokoro Group Inc, and is intended solely for the recipient's) designated herein and is transmitted without prejudice and reserving all rights. Further, the use of this medium shall not suggest or imply the sender's consent to accept service by electronic means of any kind. The e-mail may contain confidential and legally privileged communications made between me and client in the course of professional employment and for the purposes of services. If the reader of this e-mail is not the designated recipient or the employee or agent responsible for forwarding the transmission to the designated recipient, any reading, dissemination, distribution, or duplication of the transmission is prohibited. In such case, the reader is urged and requested to contact the sender as soon as reasonably possible for additional instruction on further handling including, but not limited to, returning the e-mail transmission to the sender electronically, or by fax to the above number.  If you have received this in error, your retention or dissemination of this e-mail or its contents is prohibited except as stated above or pursuant to the laws of Tennessee and the United States of America.
    >> * Service by fax or e-mail not accepted absent express, written consent.  .

  • Issue management - Email transmission to message processor

    Hi all,
    I am now working in issue management( solman - sp15 ). Here i am trying to create a automatice email transmission to the message process when the issue assigned to him, But its not triggering a mail.i have worked in servicee desk management to sens a automatic mail transmission.
    With that knowledge i have worked in this one also..
    Here i used the action  TASK_ACTION_PROFILE..,,but i feel the problem here is i am not able to define the condition according to the user status.. Am i missiong out anything
    Anyone have idea on this???
    regards
    Vijay

    Dear Vijay,
    Please see note : 691303 - Sending E-Mail from message after status change, i believe that help you..
    Best regards..
    Claudenir Bispo

  • Sending of GR & GI slips through external mail

    Hi All,
    Kindly suggest me, to achieve following client requirement.
    The requirement is to send the GR and GI slips through external mail to "Goods Recipient" for MIGO transaction.
    Many thanks,
    Venkat

    You might want to use the message type MLGR (mail at goods receipt), but
    this message type will only work with the Message transmission medium 7
    (SAPoffice) and the processing routines:
    Program     : RSNASTSO
    FORM routine: SAPOFFICE_AUFRUF
    this is, unfortunately, you will be unable to send out an external
    mail (transmission medium 5) to your vendor using the message type MLGR.
    For a message type MLGR to be outputed, it is necessary to flag in the
    Purchase Order Header the 'Goods receipt message' indicator (EKKO-WEAKT)
    and, as you can read in the F1-on-line help for this indicator:
    "Indicator: Goods receipt message
    Indicator specifying that the system is to issue an appropriate message
    to the buyer following each goods receipt in respect of this purchase
    order".
    Therefore, the system has been designed to send an internal e-mail to
    the User ID who created the purchase order (buyer). This is made via
    SAPoffice and medium 7. However, the system has not been designed to
    send an external e-mail to the vendor.
    You can also check the IMG Activity Documentation for the activity
    'Output Determination' under the path:
    SPRO
    -> Materials Management
       -> Inventory Management and Physical Inventory
          -> Output Determination
    "Output Determination
    In Inventory Management, output is text that is created at the time of
    goods movements. There are output documents such as:
    .- goods receipt/issue slips ( example, GR/GI slips, pallet slips)
    .- labels
    .- kanban cards
    .- MAIL messages which Inventory Management uses to communicate with
        other departments (purchasing or materials planning, for example).
    Note:
    In the case of a goods receipt for a purchase order, MAIL messages are
    sent to purchasing in two cases:
    .- if Purchasing has set the indicator "GR output" in the purchase
        order,
    .- if an order price quantity has been entered at the time of a goods
        receipt which lies outside the tolerances (for a warning message).
    In the case of a goods receipt of missing parts, a mail message is sent
    to the MRP controller if the missing parts check is active for the
    plant.
    The standard system contains all settings for this output. You only
    have to maintain the mail texts for the following output types:
    MLGR (GR message)
    MLMD (GR quantity variance)
    MLFH (goods receipt of missing part)".
    Therefore:
    1.- MAIL messages within Inventory Management are used to communicate
        with other departments (purchasing or materials planning, for
        example), but not to send out information to vendors.
    2.- MLGR (GR message) are sent out to the Purchasing department only
        when the indicator "GR Message" has been set in the purchase order.

  • Sending mail very slow

    Besides the notebook described below in the signature I have a MacBook right next to it. On both, the same three email accounts are configured exactly the same. One account is the IMAP MobileMe (aka .mac) account. The other two are POP accounts, for one of which I have a digital certificate. When I send mail through that account, it can take up a minute before the "busy" icon next to the Sent mailbox for the account disappears and the "whoosh" sound is heard. On the MacBook, the same mail is sent almost instantly. The digital certificate is in a password-protected part of my keychain, so on both notebooks I am prompted -- with almost no delay between pressing the Send button and receiving the prompt -- for that password before the actual send operation begins.
    By the way, both notebooks are connected wirelessly to the same Apple AirPort Extreme, so I suspect that the problem is unrelated to the network infrastructure.

    Hello Niken:
    I fixed a similar problem by using OpenDNS.
    http://www.opendns.com/
    I think the problem might have been with my ISP, but using open DNS solved the slow mail transmission on both of my macs.
    Barry

  • Error When sending an e-mail

    Hi,
    I have written a small Function module to send an e-mail. I have used the function module SO_NEW_DOCUMENT_ATT_SEND_API1 and the e-mails are being sent as expected most of the times.
    But some times e-mail transmission fails and I get the following error message( IN SOST  transaction ) ' STILL NO ENTRY IN QUEUE ' (Msg No : 672).
    Can any one of you help me out as to how to resolve this error.Do we need to call an explicit commit after the function call to avoid this.
    Can you please respond ASAP as I am left with only one day for my development.
    I thank you in advance for the support extended.
    Thanks & regards,
    Vamsi Krishna P.

    Hi Hongyan,
    I have gone through the note and tried to make the change to my function module but it did not work.
    Some time it still fails. I really do not understand the probelem in it. Enclosed below is a brief decription of the messsge ' STILL NO ENTRY IN QUEUE'..
    <u><b>Definition</b></u>
    A message was sent from the application. The current status of the message is 'Waiting'. However, no entry exist (yet) in the queue.
    <u><b>Use</b></u>
    This can be a normal interim status of a sent message. Preparations for entering the message in the queue for the SAPconnect send process are complete. As soon as the Persistence Service has put the message into the corresponding database table for the queue, the status changes to 'Waiting'.
    If this status stays the same for too long, an inconsistent state exists. In many cases, the cause of this lies with the sending application. The Persistence Service first writes the data to the database when the application has set an explicit Commit Work. If this is missing, then the message is not put into the queue and is not recorded by the SAPconnect send process. On the send request overview, you can put the message in the queue again using retry, but you must look for the cause of the problem in the sending application itself.
    Another cause of the problem may be that the corresponding entry in the queue was deleted manually before the send process recorded the message.
    I request you to go through this and suggest me for a possible solution.
    Thanks & regards,
    Vamsi Krishna P.

  • How to set Solution Manager mail the EWA reports

    Could anyone suggest me how to setup email for getting EWA report

    Hi Bill,
           1. I would assume you have already configured Early Watch to report to Solution Manager.
            2. SCOT configuration done and e-mails can be sent out.
            If so,
           Go to --> Solution_Manager --> and Go to the solution --> Edit --> Automatic E-mail transmission
           and give the e-mail addresses there.
    Hope this helps,
    Regards,
    Krishna

  • EWA AUTO... E-MAIL.....

    Hi all experts,
    My EWA is generating reports. I have added email addresses where it's send email automatically. After generating reports, Mail does not come automatically.. I have to do it manually. Can I please get help? I want to receive Emails weekly automatically based on reports generate!!
    Thanks,
    I will post reports for sure!!

    Hi Afi,
    I assume, that you wish an automatic e-Mail with the generated EWA report (as HTML) after processing of the data.
    This e-Mail distribution is available for EarlyWatch Alert and Service Level Reporting.
    Please, just follow the steps described in the <a href="http://help.sap.com/saphelp_sm40/helpdata/en/39/55321bbaa24d12bd369664673253a7/content.htm">Application Help: Send E-Mail Automatically</a>
    Basically, you find the functionality in.
    - transaction SOLUTION_MANAGER
    - open the Solution Landscape
    - choose in the menu: Edit -> Automatic E-Mail Transmission
    Best regards,
    Ruediger

  • ORA-29279: SMTP permanent error: 503 Issue MAIL FROM: command before RCPT T

    Hi all, i have a procedure called proc_send_mail, the procedure obviously, send a mail using utl_smpt. I use that procedure in many clients and just in one of them, i got this error (ORA-29279: SMTP permanent error: 503 Issue MAIL FROM: command before RCPT T).
    Here is my code:
    recStat := utl_smtp.helo(c, vServidor);
    vStatus := nvl(vStatus,'') || to_char(recStat.code) ||' '|| recStat.text;
    dbms_output.put_line('Status:'||vStatus);
    recStat := utl_smtp.mail(c, p_address_from);
    vStatus := nvl(vStatus,'') || to_char(recStat.code) ||' '|| recStat.text;
    dbms_output.put_line('Status3:'||vStatus);
    dbms_output.put_line('p_address_from:'||p_address_from);
    dbms_output.put_line('p_address_to:'||p_address_to);
    utl_smtp.rcpt(c, p_address_to);
    vStatus := nvl(vStatus,'') || to_char(recStat.code) ||' '|| recStat.text;
    dbms_output.put_line('Status2:'||vStatus);
    -- This is the message
    vMensagem := 'MIME-Version: 1.0' || chr(13) || chr(10);
    vMensagem := vMensagem ||'From: '|| p_mail_from ||' <'|| p_address_from ||'>'|| chr(13) || chr(10);
    vMensagem := vMensagem ||'Subject: '|| p_subject || chr(13) || chr(10);
    vMensagem := vMensagem ||'To: '|| p_mail_to ||' <'|| p_address_to ||'>'|| chr(13) || chr(10);
    vMensagem := vMensagem ||'Reply-To: '|| p_address_from || chr(13) || chr(10);
    So, i call:
    - utl_smtp.helo
    - utl_smtp.mail
    - utl_smtp.rcpt -----> in this i have trouble
    anyone can help me? I check the mail from and mail to, and they are correct.
    P.S: Sorry, my english is too bad.

    Hi,
    Many mail server provides like gmail use TLS/SSL for mail transmission. The error suggest your mail server is expecting a TLS/SSL connection.
    The TLS/SSL connection is not part of the UTL_SMTP and UTL_MAIL API. You have to either use Wallet as described here http://oracleblues.blogspot.in/2010/09/11g-release-2-11202-new-utlsmtp.html or use a third party tunneler like stunnel as described here http://monkeyonoracle.blogspot.in/2009/11/plsql-and-gmail-or-utlsmtp-with-ssl.html
    Cheers,

  • EarlyWatch Individual Email Configuration - configure email transmission

    All,
    Is it possible to configure EarlyWatch Alerts to be received via email on an individual basis?
    We have 5 EWAs created each week for 5 different production systems. I would like to send 2 reports to one email recipient, 5 to another, 1 EWA to another recipient etc... so that I can choose which EWA is sent to who.
    At the moment, I can only see via SMSY -> Edit -> Automatic Email Transmission to be able to add a recipient and they will receive all EWAs.
    Please help?
    Regards,
    -Rohan

    Hi Rohan,
    There is a way to send individual EWA reports for systems that are part of one solution to a separate users.
    For example if you have solution called u201CXYZu201D that contains 5 systems and you want to send EWA for 1.,2. and 3. system to one e-mail address and 1.,3.,4. and 5. another email address.
    1. You need to set up automatic e-mail transmission for EWA session for all e-mail addresses that will receive EWA reports:
    Tx. DSWP -> Edit -> Automatic e-mail Transmission -> create E-mail Recipient
    2. Then you need to setup 2 things in tx. SPRO:
    2.1 Tx. SPRO -> Solution Manager -> Configuration -> Scenario-Specific Settings -> Solution Monitoring/Reporting -> Sending Service Reports by Internet E-mail -> E-mail Filter (Maintenance)-> Map Systems to E-Mail Addresses
    Here you enter table name: DSWP_SYS_EMAIL and choose icon u201CCreate Entriesu201D (same thing you can do with Tx. SM30).
    Fill table with e-mail addresses and SID; for each combination specifically and save.
    2.2. Then return to SPRO and setup: Tx. SPRO -> Solution Manager -> Configuration -> Scenario-Specific Settings -> Solution Monitoring/Reporting -> Sending Service Reports by Internet E-mail -> E-mail Filter (Maintenance)-> BAdi EWA E-Mail Filter
    Here you should have and activate Enhancement Implementation u201CDSWP_EWA_EMAILFILTER_BADI_IMPLu201D which sap provided for this purpose.
    To activate in this screen mark check box u201CActive(IMG)u201D and whole line and then click on button display in the bottom of the screen.
    Then choose Enhancement Implementation -> Activate (Ctrl+F3) and Save.
    Now, near Enhancement implementation field should write u201CActiveu201D, in the middle of screen in u201CRuntime Behavioru201D section u201CImplementation is activated in Customizing (IMG)u201D check box should be marked and u201CEffect in current Clientu201D should be Implementation is calledu201D
    If you set up all 3 steps properly, your future EWA reports for systems should go only to e-mail addresses as you enter in table: DSWP_SYS_EMAIL.
    Note that all e-mails must be also visible in automatic e-mail transmission (step 1.) do not delete them there.
    Mirjana

  • How to open a pdf file only in one computer

    I would like to sell pdf publications by allowing  the user to open them only in one computer. I learnt that this has been done  the past when I bought  some publications but I don't know the way to do it. Could you help me?
    thank you
    Marco

    thank you for your support
    Best Regards
    Marco
    Da:     Mylenium <[email protected]>
    Per:    MARCO1 <[email protected]>,
    Data:   09/10/2013 11:09
    Oggetto:        How to open a pdf
    file only in one computer
    Re: How to open a pdf file only in one computer
    created by Mylenium in Downloading, Installing, Setting Up - View the full
    discussion
    You will havwe to sign up for some service that supports rights
    management, use protected PDFs via LiveCyle/ Acrobat Connect or learn how
    to create your own ePub stuff using Digital Publishing Suite. In any case,
    it will probably cost you money upfront before you make any revenue.
    Mylenium
    Please note that the Adobe Forums do not accept email attachments. If you
    want to embed a screen image in your message please visit the thread in
    the forum to embed the image at
    http://forums.adobe.com/message/5746873#5746873
    Replies to this message go to everyone subscribed to this thread, not
    directly to the person who posted the message. To post a reply, either
    reply to this email or visit the message page: [
    http://forums.adobe.com/message/5746873#5746873]
    To unsubscribe from this thread, please visit the message page at [
    http://forums.adobe.com/message/5746873#5746873]. In the Actions box on
    the right, click the Stop Email Notifications link.
    Start a new discussion in Downloading, Installing, Setting Up at Adobe
    Community
    For more information about maintaining your forum email notifications
    please go to http://forums.adobe.com/message/2936746#2936746.
    Il messaggio trasmesso può contenere informazioni di carattere
    confidenziale rivolte esclusivamente al destinatario. Ne è vietato l'uso,
    la diffusione, la distribuzione o la riproduzione da parte di altre
    persone e/o entità diverse da quelle specificate. Nel caso aveste ricevuto
    questo messaggio per errore, siete pregati di segnalarlo immediatamente al
    mittente e cancellare quanto ricevuto.
    This electronic mail transmission may contain confidential information
    addressed only to the person(s) named. Any use, distribution, copying or
    disclosure by any other person and/or entities other than the intended
    recipient is prohibited. If you received this transmission in error,
    please inform the sender immediately and delete the material

  • Win 7 and Adobe Acrobat 8 Professional

    I have a user with win 7 and adobe acrobat 8 pro and in the digital signature on the PDF, it has a question mark and a pick of a person over it on the left hand side.  I have reimaged the machine, recreated the signature, same thing.  Logged onto his computer as me, so a different profile, and it does the same thing.  Emailed it to me on my computer and it works fine.  No pics on the signature line.  Anybody ever seen this?

    Can’t ready your reply…
    Tim West
    Helpdesk Coordinator II
    mailto:[email protected]
    972-421-5236 Helpdesk
    855-355-4638 Helpdesk
    CONFIDENTIALITY NOTICE: This electronic mail transmission is confidential, may be privileged and should be read or retained only by the intended recipient. If you have received this transmission in error, please immediately notify the sender and delete it from your system.

  • APEX_UTIL.GET_PRINT_DOCUMENT always returning empty BLOB

    Dear community,
    I have a huge problem when using the function APEX_UTIL.GET_PRINT_DOCUMENT in a job or database procedure.
    The following code runs perfectly when I integrate it in the APEX application directly e.g. using a button to execute it (of course I use an anonymous PL/SQL block in APEX itself). But when I run the same code as a procedure or job in the APEX database itself I always receive a mail with an empty PDF:
    CREATE OR REPLACE PROCEDURE APEX_DRUG_SAFETY.CALL_MAIL
    is
    l_id number;
    l_document BLOB;
    BEGIN
    wwv_flow_api.set_security_group_id;
    l_document := APEX_UTIL.GET_PRINT_DOCUMENT
    +(+
    p_application_id=>'105',
    p_report_query_name=>'TestReport',
    p_report_layout_type=>'pdf',
    p_document_format=>'pdf'
    +);+
    l_id := APEX_MAIL.SEND
    +(+
    p_to        => '[email protected]',
    p_from      => '[email protected]',
    p_subj      => 'sending PDF via print API',
    p_body      => 'Please review the attachment.',
    p_body_html => 'Please review the attachment.'
    +);+
    APEX_MAIL.ADD_ATTACHMENT
    +(+
    p_mail_id    => l_id,
    p_attachment => l_document,
    p_filename   => 'mydocument.pdf',
    p_mime_type  => 'application/pdf'
    +);+
    wwv_flow_mail.push_queue(
    P_SMTP_HOSTNAME => 'DESMTP.TEST.COM',
    P_SMTP_PORTNO => '25');
    end;
    The problem is that the function APEX_UTIL.GET_PRINT_DOCUMENT always returns an empty BLOB when executed outside of the APEX application. I found this issue in several other posts in this forum but I did not find a solution.
    The mail transmission itself works perfectly. Also with an attachment if e.g. I use another BLOB already stored in the database for testing purposes. So it is not the mail transmission that causes the problem but the empty variable l_document that is still empty.
    Thanks in advance for the help.

    user9007075 wrote:
    Dear community,
    wwv_flow_api.set_security_group_id;
    you should be using this
        l_workspace_id := apex_util.find_security_group_id (p_workspace => 'YOUR_WORKSPACE_NAME');
        apex_util.set_security_group_id (p_security_group_id => l_workspace_id);
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21676/apex_util.htm#AEAPI512

Maybe you are looking for

  • Connection to iTunes fails with second user account

    Hi there! For some weeks now I am experiencing Problems connecting the iTunes of a Second User to Apple TV. I keep getting the error message that the connection failed and I should check if the iTunes is in the same network. Dumb message since one se

  • HT3275 What is a sparsebundle and how do I get it doing whatever it is meant to be doing?

    Backups using Time Capsule were fine until my husband backed his notebook up to the TC. Since then I have been receiving an error message as follows... The backup disk image "/Volumes/MYNAME's Time /MYNAME MacBook Air.sparsebundle is already in use."

  • Goods issue according to schedule lines

    Hi Gurus, I have created PO for Subcontracting process.I maintained schedule lines for the total PO quantity. So,when I want to issue Goods to Purchase order,system should show only the due quantity as on date....But,the system is showing total issue

  • EXPORT 실행 시 ORA-1403 조치 방법

    제품 : ORACLE SERVER 작성날짜 : 1995-11-06 EXPORT 실행 시 ORA-1403 에러가 발생되는 경우가 있는데, 이 에러는 테이블 혹은 index에 문제가 있는 경우 발생할 수 있다. 여기서는 ROWID를 사용하여 table을 복구시키는 방법을 소개한다. 1. 기존 테이블과 같은 구조를 갖는 테이블을 만든다. SQL> CREATE TABLE TEMP AS SELECT * FROM EMP WHERE 1=2; 2. 기존 테이

  • Error in OES - MOSS integration

    Hi All, Am doing Oracle Entitlement Server - MOSS integration the document am following is http://download.oracle.com/docs/cd/E12890_01/ales/docs32/integrateappenviron/moss.html#wp1200806 . am using both OES and MOSS environments in different environ