Attributes in Mail Forms - Personalized Mail - SAP Library

To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
You can also go back to the SAP help page.

Hi,
Check if below helps you (Maintain Attribute Contexts for Mail Forms)
SPRO->Customer Relationship Management->Marketing->Marketing Planning and Campaign Management->Personalized Mail->Maintain Attribute Contexts for Mail Forms.
Just go through the SPRO documentation for same, it might help you.
Regards,
Dipesh.

Similar Messages

  • E-Mail - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
    You can also go back to the SAP help page.

    Hi Ajey,
    Thanks for your reply. I had tried your suggestion but same problem occurred with same error output.
    Actually, I encounterred this error message before in my <b>Microsoft Outlook</b>, where System Admin returned me a mail saying that, my mail was undeliverable with the same error message. But this can be solved by applying the <b>Internet Email Account Setting - Outgoing Server - My outgoing server (SMTP) require authentication</b>.
    So I am wondering,
    1) This problem is caused by SMTP server?
    2) Is there any workaround (like the Outlook Setting) I can configure in Portal?
    Do you have any idea?
    Thanks,
    HauChee

  • Segment Builder: Attribute "E-mail address maintained" for private accounts

    Hello,
    in CRM Marketing you have the possibility to segment on the attribute "E-mail address maintained". This attribute is part of the standard infoset CRM_MKTTG_BP_ADDR. This attribute checks if field FLAGCOMM6 in table ADRC is flagged. This field is marked when an e-mail adress is maintained for corporate accounts. Anyway, this flag ist not set, if the e-mail address for private accounts is maintained.
    Why is this flag only set for corprate accounts and what do I have to do if I also want to have an attribute in segmentation to check if an e-mail address is maintained for a private account.
    Thanks for your help.
    Regards
    Miriam

    Hello Miriam,
    if you want to check the email address (private acccount), you can't use the standard infoset CRM_MKTTG_BP_ADDR, because this infoset include the tables but000, but020 and adrc.
    You need the table but051 there is a attribute SMTP_ADDRESS. After you created a infoset with this table you can create a filter with this attribute SMTP_ADDRESS, which check if the field is empty.
    Best regards, Jasmin

  • Unknown Host : mail.sap.corp

    Hi expert,
    This is my first time configure the smtp server in CE 7.1 SP3. I have read the following threads:
    Re: Guided Procedures - set mail smtp host Re: Mail settings for Guided Procedures
    And I have tried this:
    1. Go to Guided procedure ->
    Administration-> Administer BMF->Clients
    ->select iForms Processor -> press Settings button
    -> Mail Sending tab.
    2. Set your smtp server in SMTP Server field.
    3. Press Save button.
    You can test mail sending by pressing Test button
    but first you should
    configure the mail of the administrator of BMF and
    the mail of the administrator of the client
    (iForms Processor). Please follow instruction below
    BMF Administrator's mail:
    1.Go to Guided procedure ->
    Administration-> Administer BMF->Settings.
    2.Input the mail in Administrator Mail files.
    3.Press Save button.
    iForms client Administrator's mail:
    1. Go to Guided procedure ->
    Administration-> Administer BMF->Clients
    ->select iForms Processor
    2. Press Edit button.
    3. Input the mail in Administrator Mail files.
    4. Press Save button.
    and
    Set the SMTP settings (smtp.sever property) in Configtool under cafeugp~model
    However, the later method do not allow me to modify the configuration. And both method failed and I still received the following exception:
    Unknown SMTP host: mail.sap.corp
    javax.mail.MesssagingException: Unknown SMTP host: mail.sap.corp
    can help?
    thank you

    Hi,
    maybe you should try this:
    1. Under Guided Procedures, choose Administration u2192 Administer BMF.
    2. Choose Clients, then under BMF Clients choose Settings, and then choose Mail Sending.
    3. Enter the data for SMTP Server and Mail Transport Protocol. For example:
             SMTP Server: mail.sap.corp
             Mail Transport Protocol: smtp
    4. Save
    or try the config tool as explained on the following sap help page:
    http://help.sap.com/saphelp_nwce10/helpdata/en/e0/e3934249c30c31e10000000a1550b0/frameset.htm
    smtp.server
    smtp.service_user_mail
    properties.
    It may be useful to restart the server after changing this.
    best regards,
    v s

  • JSF / Struts - I can't see attributes of my form.

    Hi,
    i've a problem with JSF. I'm using struts in my projects and I need to use a JSF component. So, i integrated JSF & Struts using struts-faces.jar. I converted my jsp file and I succeeded to fill combos but when I submitted form I can't get attributes of my form in action. ( i can see but all of them are null)
    Anybody help me?
    <%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="/WEB-INF/struts-faces.tld" prefix="s"%>
    <%@taglib uri="http://www.ibm.com/jsf/html_extended" prefix="hx"%>
    <%@taglib uri="http://www.ibm.com/jsf/rte" prefix="r"%>
    <script>
         function gonder() {
              if ( confirm('E-Postay&#305; göndermek istedi&#287;inizden emin misiniz?') ) {
                   document.forms[0].action = "/Admin/admin/testMail.do?method=kurumUygulamaGonder";
                   //alert("document.forms[0].elements['_id0:konu'].value : " + document.forms[0].elements['_id0:konu'].value);
                   document.forms[0].submit();
    </script>
    <f:view>
         <body>
         <hx:scriptCollector id="scriptCollector1">
              <s:form action="/admin/testMail" >
                   <jsp:include page="/common/header_center.jsp" />
                   <center>
                   <fieldset style="width: 80%">
                        <table border="0" align="center" id="oddEvenTable" width="98%">
                             <tbody>
                                  <tr class="listOddEven">
                                       <td><h:outputText value="Kurum" /></td>
                                       <td><br>
                                            <h:selectManyListbox styleClass="selectManyListbox"
                                       id="kurumlar" value="#{mailForm.kurumlar}" size="7">
                                       <f:selectItems
                                            value="#{selectitems.requestScope.kurumList.kurumAdi.kurumAdi.toArray}" id="selectItems0" />
                                  </h:selectManyListbox>
                                       </td>
                                       <td></td>
                                       <td><h:outputText value="Uygulama" /></td>
                                       <td>
                                            <h:selectManyListbox styleClass="selectManyListbox"
                                       id="uygulamalar" value="#{mailForm.uygulamalar}" size="7">
                                       <f:selectItems
                                            value="#{selectitems.requestScope.uygulamaList.uygulamaAdi.uygulamaAdi.toArray}"
                                            id="selectItems1" />
                                  </h:selectManyListbox>                         
                                       </td>
                                  </tr>
                                  <tr class="listOddEven">
                                       <td><h:outputText value="Konu" /></td>
                                       <td colspan="4"><h:inputText id="konu" size="118" value="#{mailForm.konu}"/></td>
                                  </tr>
                                  <tr class="listOddEven">
                                       <td><h:outputText value="&#304;çerik" /></td>
                                       <td align="center" colspan="4"><r:inputRichText width="702"
                                            height="352" id="content" value="#{mailForm.content}"></r:inputRichText>
                                       </td>
                                  </tr>
                                  <tr class="listOddEven">
                                       <td colspan="5" align="center" valign="middle">
                                       <hx:commandExButton
                                                 type="button" value="Gönder" styleClass="commandExButton"
                                                 id="btnKriterlereGoreAra" onclick="gonder()">
                                            </hx:commandExButton>
                                       </td>
                                  </tr>
                             </tbody>
                        </table>
                   </fieldset>
                   </center>
              </s:form>
    </f:view>

    Settings>Mail, Contacts, Calendars>Show
    http://i1224.photobucket.com/albums/ee374/Diavonex/382b7c7505f26ac775b54ce257655 5b4.jpg

  • Question on form printing in SAP scripts

    Hi,
    I would like to know whether it is possible to print color logos in forms using sap scripts or not ?
    If possible, please provide the steps for uploading a color logo into the form using a sap script.
    Is the color of the logo displayed only in the printout or can it seen in the print preview as well after uploading the logo?
    If anybody has good material on sap scripts, pls mail the same to my email id - [email protected] .
    Thanks & Regards,
    Vijay

    Hi,
    First you have to import the logo into SAP through TCode SE78 (if it is a BMP file) and using program RSTXLDMC (if it is of TIFF file).
    Go to SE78 -> Double click Graphics -> double click BMAP -> then go to Menu Graphic then select Import. Then give the name and description. Then choose whether it should be in colour or black and white. This completes the process of importing the logo into SAPscript.
    Then you can use the name of this object in SCRIPTS .IN Sap script, YOu can include text object(if you have uploaded the image using rstxldmc) or include graphic if you have used se78 in text elements section of the Page windows.
    SAPScripts
    http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf
    http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf
    http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf
    http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf
    http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf
    http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-subtotals.htm
    SAP SCRIPT FIELDS
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/8033ea454211d189710000e8322d00/content.htm
    scripts easy material
    http://www.allsaplinks.com/sap_script_made_easy.html
    http://www.sappoint.com/abap/ssintro.pdf
    http://www.sappoint.com/abap/sscript.pdf
    http://www.sappoint.com/abap/sscript.pdf
    http://www.sappoint.com/abap/lsetssap.pdf
    http://www.sappoint.com/abap/sscrtpex1.pdf
    http://www.sap-img.com/sapscripts.htm
    http://www.thespot4sap.com/Articles/SAPscript_Introduction.asp
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/SAPSCRIPTS_tutorial.html
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRPROG/BCSRVSCRPROG.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRRDI/BCSRVSCRRDI.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCREDIT/BCSRVSCREDIT.pdf
    http://www.sappoint.com/abap/sscrtpex1.pdf
    http://www.sap-img.com/sapscripts.htm
    http://www.esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf
    Other Links
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm
    http://www.thespot4sap.com/Articles/Code_CostCentreReport.asp
    http://www.allsaplinks.com/dialog_programming.html
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/frameset.htm
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    http://www.geocities.com/ZSAPcHAT
    Regards,
    Priyanka.

  • SAP Library Documentation.

    Hi Experts,
    Greeting from Guru. I am a new bie to SAP-ABAP. I am learning ABAP myself. I just need your help to get the SAP Library documentation to proceed my self study.
    So can any one please send me the SAP Library to my mail ID - [email protected]
    Any help will be appreciated.
    Thanks,
    Guru.

    Hi,
       refer ABAP Library:
    http://help.sap.com/saphelp_46c/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm
    Following are some links which will help you to cover above points.
    http://www.sap-img.com/F
    http://www.sappoint.com/abap.html
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/ranges.htm
    http://www.sapdevelopment.co.uk/programs/programsalv.htm
    http://www.geocities.com/victorav15/sapr3/abapfun.html
    http://abap4.tripod.com/SAP_Functions.html
    http://sapr3.tripod.com/abap011.htm
    http://abap4.tripod.com/Other_Useful_Tips.html
    http://www.sap-img.com/abap/how-to-change-the-development-class.htm
    Check
    http://www.geocities.com/SiliconValley/Campus/6345/abapindx.htm
    this is the link for 21 days.
    http://www.is-edu.hcmuns.edu.vn/WebLib/Books/Database/0-672-31217-4/index.htm
    Regards

  • Integrating Dynamic Adobe Form with BSP: SAP Objectives setting &Appraisal

    Hi all,
    My users ask me whether wecan use Adobe Form to replace SAP standard BSP appraisal form (generated by HAP_DOCUMENT).
    I konw that it's possible to integrate Adobe Interactive form with BSP.
    But my Adobe form must contain dynamic table, with ability to insert/delete row on the form. This is just like what's there when you can adding objectives by client scripting in SAP OSA.
    Please tell me if the integration of dynamic Adobe form with BSP is possible?
    (We are on ECC 6, EPH2).
    Thank you so much.
    Giang

    Hello,
    have you worked with the following document?
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d0e58022-2a39-2a10-69a8-c1a892e2b3f4&overridelayout=true
    Did you try to develop a demo version of the form to try if it is possible to do what you need to?
    Do you plan to replace "only" the standard non-Adobe form or to develop a whole custom application?
    PRovide more details about the steps you´ve tried and we can solve this out. Regards, Otto

  • Want to configure SAP Library

    Hi  Experts,
    I want to configure SAP Library  I had downloaded Library files too, one is of CHM and other one is of HTML. I wanted this file to be available in my SAP Library OFFLINE on server insted of online, so the persone who is not using internet in my LAN can also be able to access those files. So please help me to configure this CHM files.
    Regards,
    Prashant Chauhan

    hi prashanth,
    1. Create folder for the installation, e.g. G:\documentation.
    2. Start sapinst.exe from the installation master DVD or from ur dump.
    3. In SAPinst you have to give the language folder on the Documentation DVD,
    e.g. G:\ADM110_62A\Installation Media (DVDs)\SAP ECC 6.04\SAP ECC60
    SP14 Documentation\HTMLHELP\EN.
    4. Wait some minutes until the installation has finished and close SAPinst.
    5. Now you can open the SAP Library by double clicking on <local
    folder>\HTMLHELP\<Language>\00000001.chm.
    this might help you
    thanks and regards,
    santosh.

  • What is the best way to do the init synchronize contact person in SAP

    Dear All,
    Our client is on SAP881 PL09, Office 2003. They have 2 US companies and 1 CA company
    I am going to synchronize contact person to their outlook. However, they already have existing contact person list. Some of them are in SAP (but no BP code and not sure if everybody has the same format for contact person). Should I ask them delete all contact person in SAP then do synchronize contact person? Or there is any other good way to do the init synchronization?
    Thanks.
    Regards,
    Yuka

    Hi Yuka,
    You have the option to select various combinations under Options-General Tab
    -Sync. from Outlook to SAP
    -Sync. from SAP to Outlook
    -Sync. from both Outlook and SAP
    Under the Options-Conflicts tab you can also decide on handling the conflicts, on identifying the conflict which should be considered Primary(Also you can Either overwrite or keep the existing records,you can also preview records before writing) based on Outlook or SAP.This option is available for Calender,Contacts and Tasks.
    Unless you try out the requirements you will not know the entire details and system's behaviour.
    Please go thorough the Recorded Session on Outlook integration and configuration details document on the
    [Microsoft Outlook Landing Page|https://websmp103.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700003245982006E]
    Need S-User ID for accessing the Portal
    Regards,
    Raja

  • Can any one please send me study material on ADOBE forms (used in SAP)

    Can any one please send me study material on ADOBE forms (used in SAP).

    Hi,
    http://wwwimages.adobe.com/www.adobe.com/enterprise/partners/pdfs/bwp_interactive_forms_adobe.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d4fe7fca-0b01-0010-569a-9a9c1ddf4132
    https://www.sdn.sap.com/irj/sdn/docs?rid=/webcontent/uuid/7c3bc67e-0c01-0010-dbb3-908315896909 [original link is broken] [original link is broken]
    https://www.sdn.sap.com/irj/sdn/docs?rid=/webcontent/uuid/7c3bc67e-0c01-0010-dbb3-908315896909 [original link is broken] [original link is broken]
    /people/vani.krishnamoorthy/blog/2006/05/17/fillable-adobe-forms-using-abap
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c8/4adf7ba13c4ac1b4600d4df15f8b84/frameset.htm

  • Printing SAP Library document on a paper

    Hi,
    I'd like to print out the document "SAP Smart Forms (BC-SRV-SSF)" from SAP Library, because I just don't want to read the whole document on a screen.
    When I right-click the node "SAP Smart Forms (BC-SRV-SSF)" and select Print target, my browser prints the first page only. I just cannot print the whole document page by page, because printing would take several hours.
    Is it possible to print this whole document at all? Or, is there any way to get the document on a paper?
    Here is the document itself: http://help.sap.com/saphelp_470/helpdata/en/a9/de6838abce021ae10000009b38f842/frameset.htm
    Thanks in advance for your help.
    Regards,
    Jarmo Tuominen

    Hi
    You could download the print file from help.sap.com, this is the link:
    http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm
    Here go to Basis Components/Basis Services-Comunication Interfaces/SAP SmartForms
    The file is in PDF format.
    Max
    Message was edited by: max bianchi

  • SAP Library setup

    Hi Everybody,
    I want to install the latest SAP Library in my laptop(personal).
    Please help me to find the information regarding the installation file of the SAP Library documentation which contains the documentation about the NW.
    Thank you very much.
    Kind regards,
    Ramesh.

    hi,
    if you want the actual help sources among the transactions (context sensetive)
    you have to make:
    call transaction SR13:
    switch to tab PlainHTMLHTTP:
    for online access:
    make entries like:
    docu_en - WN32 - IWBHELP - help.sap.com - saphelp_nw2004s/helpdata - EN - default=yes
    for offline access:
    change help.sap.com - saphelp_nw2004s/helpdata
    to to the corresponding path on your laptop:

  • SAP Library Link

    Can someone Plz provide me the link for SAP Library so that i can install it on my PC.

    Chris,
    I assume you are talking about ERP library. You can view the SAP ERP Library at  
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/4a/11300128bd6278e10000000a42189e/frameset.htm
    I suppose you could download from this site.  It would, however, be a pretty tedious process.  On my PC, the installation is 2.8 Gigabytes with 389,000 files and 184,000 folders (I prefer the HTML version versus the CHM version).  I think the software would be out of support before you finished the download process.
    Instead, you can install the entire package on your PC.  Cheapest way is if your company already has a licensed copy.  Contained in the original installation materials is the DVD that contains the Library.  For ECC6.0 Service Pack 19, the DVD number is 50105433.  In general, there are many such DVDs, each of which supports an existing revision/version of the software. Speak to the person who has the installation materials for your company (usually someone in Basis will know).
    If your company has rights to the software, you also can download for free. You will need a userid (the so-called "S number" from SAP service marketplace) which can be assigned by your local company's SAP Service Marketplace superuser.  Again, usually a Basis person in your company. Once you have the S number, log into http://service.sap.com/swdc > Installation and upgrades > Search for installations and upgrades > enter the DVD number you seek.  If you have rights to download, you can get the parts you need, usually as compressed Files which can be downloaded and then installed. 
    If your company does not have rights to the software, you can also purchase the DVD, which can then be installed on a PC.  Go to   [SAP shop|https://pgwshop.sap-ag.de/scripts/wgate/ww2075cc6600/flN0YXRlPTEyNjA4LjAwMS4wMi4wNA==?okcode=WCLG&target=_top&forcetarget=yes]  On the right menu Documentation > ERP > ERP 2004/2005
    Best Regards,
    DB49

  • Update custom Table Form DSO (in SAP BI)

    Hello everyone,
    i need to load a custom table in SAP R3(4.6c) from a DSO in SAP BW (7.0).
    My first idea was to use a RSANWB transaction with update CRM attribute funconality, but in Target system (SAP R3 4.6c) there is not the function module CRM_BW_PROTIDS_GET cause CRM was not istalled.
    Do you have any other solution or a smart tip to use the CRM function?
    Another info: Before load data into target table i need set a filter on source data and truncate target table.
    Thanks a lot for your help.
    Emiliano

    Hi there,
    Get your ABAP person to write an RFC function to read and pass the DSO table records and then update the table in SAP R/3. That will be the best option.
    -Senthil

Maybe you are looking for

  • Need info on Cash discounts

    Hello, I need some info on cash discounts. I understand that cash discounts are applicable to the customer after he makes the payment. We issue credit memo. But i dont understand the link b/n cash dicount conditon type (say SKTO/SKTV and payment term

  • How to print custom invitation size on Deskjet 1050 J410?

    I have a HP Deskjet 1050 J410. I am trying to print invitations on 5.5x7.5 cardstock. I went to change the paper size and I don't have that option for my size paper. Is there a way for me to input the size or maybe update my printer?

  • Epson 4870 on Vista with CS3 will not scan

    I have an Epson 4870 scanner which I'm using with my Vista Home Premium (32 bit)software. When I first installed it, it worked fine. However, some update came along and made that a thing of the past. I've tried uninstalling and reinstalling. (The dri

  • New doc facing pages?

    I'm trying to simply create a new doc starting on page 2 with facing pages. I can handle all except for the start page being 2 (or any even number). The resulting document has to be manually re-numbered starting with 2. Any way to create the new doc

  • Fms2_console.htm

    I finally got FMS2 to install and run on my Centos 4.4 server how ever i'm having a problem getting into the admin panel, This is what i recieve when i try to connect, Any suggestion on what to do, <?xml version="1.0" encoding="utf-8" ?> - <result> <