I tried to activate the "Send to home addresses" functionality in SO16 but no email is generated in SOST. I've looked in other discussions but I am not sure of what I need to do since there seems to exist various solutions to my issue. Can you provide a detailed step by step of ...
To install the AWS SDK for SAP ABAP, import the Core transport, along with the transport for the Pinpoint Email module and other API modules you are interested in. A few modules are included in the Core transport itself. For more information, see theDeveloper Guideguide. ...
SAP Managed Tags: ABAP Development Hi, check if below code is helpful Variables for EMAIL functionality DATA: maildata LIKE sodocchgi1. DATA: mailpack LIKE sopcklsti1 OCCURS 2 WITH HEADER LINE. DATA: mailhead LIKE solisti1 OCCURS 1 WITH HEADER LINE. DATA: mailbin LIKE so...
SAP Managed Tags: ABAP Development Currently the functionality is only availble if you use a seperate text for the body of the mail (see note 1033893), or if you use one of the following options in the exit 2040: finaa-MAIL_SENSITIVITY finaa-MAIL_IMPORTANCE <> space finaa-MAIL_SEND_...
For this we have created a customised fun mod ( ZSAMPLE_PROCESS_00002040 as a copy of SAMPLE_PROCESS_00002040 ) which will send mail / fax WHILE CLICKING PROPRSAL but WE NEED THE SAME FUNCTIONALITY WHILE CLICKING PMNT-RUN ONLY. While clicking PROPOSAL it should create only spool. Thanks ...
Not sure if this is new/standard functionality or I just got lucky? Cholen Reply Private_Member_7726 Active Contributor In response to Former Member 2014 Aug 25 1:38 PM 0 Kudos 445 SAP Managed Tags: ABAP Development That's cool and good to know - it may well be I have ...
Solved: Hello Friends - We already have functionality of sending Payment advice by mail to Vendors and working fine. We need to set up the same functionality for some of
not able to figure how to go about . Please help Thanks and regards Reply Former Member 2012 May 18 3:57 AM 0 Kudos 985 SAP Managed Tags: ABAP Development Hello All, Can someone please let us know how did you achieve this functionality? Please share your input...
In methods, OPEN, PRINT,CLOSE & PREVIEW I am not getting the spool number. If I get the spool no then using FM CONVERT_OTF_SPOOLJOB_2_PDF and using API or BCS I can send email to multiple recipients. But I didn't have the spool no. Normal standard functionality able to send email...
SAP Managed Tags: ABAP Development Hi Folks, I am using BCS classes to send excel attachment in an mail. Everything is working fine except the Auto fit functionality of the columns. When the user opens the excel attachment he wants to see the columns width to be autofit.Reply...