How to create checkbox in mail content

Hello,
I have created a program to send mail. The requirement is to write some text in mail content along with pdf.
The issue I am facing is that the mail content(body) should contain check boxes.
At present the mail body fetches all text from SO10 standard text. I have tried inserting symbol in SO10 ( SAP-SYMBOLS ) but the out displays <697>,, instead of checkbox in mail.
How should I create checkbox that are displayed in mail body.?
<removed by moderator>
Edited by: Thomas Zloch on Aug 10, 2011 12:01 PM

go to the standard text > change editor > select PC editor
now you can put an HTML TAG
<br>
<input type="checkbox" name="option1" value="Milk"> Milk
<br>
I can see the check box in SAP, but not in OUTLOOK... not sure whether we an issue with SAP or OUTLOOK or we entirely look in different way..

Similar Messages

  • How to create the Table of Content (TOC) in WEB

    Dear Sir
    Please help me
    How to create the Table of content (TOC) in Web Intelligence Report,
    Thanks
    Gnanasekarn.K
    Edited by: Gnanasekaran Kandasamy on Nov 20, 2008 11:12 AM

    Hi Gnanasekarn,
    You can create TOC in webi using Open Document, You can create link on the TOC and you can connect that link to open new report .
    With the help of open document you can open the specific portion of report.
    So you can achive your requirement using URL reporting or Open Document.
    Regards,
    Chaitanya Deshpande

  • Verizon Blackberry Internet Service Client (BIS)- How to create an e-mail Filter

    Hello. Thank you in advance for replying to my question. I am trying to create an e-mail filter so that a contact's e-mail messages do not get delivered to my BB and instead just go straight to my regular e-mail account. I understand that you can do this function from the BIS, however when I tried to create an account I received a message that said "please use your device to access the BIS." I did just as the message told me but I did not get the same menu options from my BB as I would have gotten from doing it from the internet. The page only showed a list of my e-mails and an "edit" and "delete" choice for each one. There was no "Filter" button for me to click. I remember a while ago I able to access this page and was able to remove the BB signature (i.e.. "This message is being sent from a BB"), so I know that it was possible to access this page. I do not know why I am not able to accesses it now.               
    If anyone out there has Verizon and knows how to access the BIS, please let me know how. Or if you know how to create an e-mail filter function, please let me know.
    Thank you,
    Fred
    Solved!
    Go to Solution.

    Hi there!
    To log into your BIS account from a PC/browser (not the BB browser), go to this URL:
    https://bis.na.blackberry.com/html?brand=vzw
    Enter your BIS credentials and you will then be in your BIS account screen. From there, use this KB to create the filter you desire:
    KB04558 Add a filter to a BlackBerry Internet Service account
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to create a group mailing list in JavaMail?

    Hello,
    I've been searching through the entire API, specifically the InternetAddress class and I can't seem to find out how to create a group/mailing list. Does anyone know how to do this?
    That is, I would like to be able to group a bunch of e-mail addresses together and give that group a name "my friends". Then send it off using this 'group mail address' as opposed to an array of InternetAddress[]. Then when the recipients receive the e-mail, they see "my friends" in the To: field, instead of everyone's e-mail address...
    Is this possible in JavaMail? I've tried many things like creating an InternetAddress object passing in a comma-delimited list of e-mail addresses but it doesn't like it.
    Thanks in advance!

    Hi:
    I have the same problem. I've read JavaMail implements RFC 822 which allow mailing lists. But, �how can I implement it with JavaMail?
    Best regards,
    Fabio Galarraga.

  • How to create a group mailing list?

    how to create agroup mailing list?

    i have followed instructions on "how to create a group mailing list" & get a total blank when i hit return after entering the group name in addressee column.   this is after i created a new group under address book, & then drug over individual names into the group.   what am i doing wrong?

  • How to create a Table of content in pages?

    I am using iPad pages, and figuring out how to create a table of content.

    I would say: Try and Error. Create a copy of your document and unmark in the copied document in the document inspector all boxes for the TOC. Then mark them again. Maybe you should also delete the paragraph styles and mark them again. If that doesn't work, try to copy the complete text of your document to a new created one. Maybe that works.
    Good luck!
    P.S.: If that doesn't work look here. Maybe this helps.

  • How do I save e-mail content on my MacBook Air,so I may print them as plain text?

    How do I save e-mail content on my MacBook Air, so I may ptint the content as plain text?

    10.7 Lion
    http://support.apple.com/kb/PH4858
    10.8 Mountain Lion
    http://support.apple.com/kb/PH11746

  • How to create a backend administrator content management system?

    How to create a backend administrator content management system using SQLyog515 and JSP only.
    Can give suggestions?
    Thanks,
    JSPnewbie*
    Message was edited by:
    Liting_JSPnewbie

    Have a look at Perch
    Perch - The really little content management system (CMS) - Perch
    It requires a php/mysql database to run but the tables and set up are all automated through the Perch set up files - you just need a server that runs php/mysql. It works on the same principals as the one Ben suggested but its a lot cheaper for a one off site - however if you intend to build more CMS driven sites the one Ben suggested might be more financially viable in the long run.
    The nice thing about Perch CMS is it fits in with your workflow unlike Wordpress/Joomla where you have to jump through hoops to change anything.
    Plus I think you can take Perch for a spin before buying (or at least you could when I was exploring CMSs) - you can't with Power CMS. I never investigated Power CMS beacuse I would not buy something before trying it. It looks good but it might be a bit dated as it doesnt seem to be in continuous develoment. Perch is in a constant state of development and the guys are working to make it better on a daily basis.

  • How to create checkbox group and table dynamically?

    HI All
    How to create checkbox group and table dynamically?
    Regards
    Ravi

    hi
    check this links for creating  tables dnamically
    How to Create a table dynamically?
    Re: how to create a table dynamically in webdynpro
    and for checkboxgroup
    IWDTransparentContainer rootContainer =
    (IWDTransparentContainer)view.getElement("RootUIElementContainer");
    IWDCheckBox check = (IWDCheckBox)view.createElement(IWDCheckBox.class,"Check"+k);
    //Here "check"+k k represents a unique value every time u create so that u wont get a duplicate instance
    check.setChecked(false);
    rootContainer.addChild(check);
    or Re: adding checkboxes dynamically

  • How to create labeled table of Content with expand and collapse

    Hi All,
    Can somebody help me how to create labeled table of Content with expand and collapse as example given below:
    User1
    Template1
    Template2
    User2
    +
    User3
    Template1
    Template2
    Like when we see expand (+) and collapse (-) button when we click on 'about this page' link.
    Thanks
    Bhupendra

    Hi,
    Tou can use Table inside table to show the details this way but I'm not sure about Expand/Collapse.
    Expand/Collapse are part of HGRID.
    I think we can develop this functionality with little manipulation.
    Regards,
    Reetesh Sharma
    Edited by: Reetesh Sharma on Jun 28, 2010 4:56 AM

  • I am using iPad pages, and figuring out how to create a table of content.

    Hello
    I am using pages on my iPad Air, and figuring out how to create a table of content? (TOC)
    Anyone can help me please?

    Based on what I have found, at this time, it appears that the only way to add a TOC or Bibliography to a Pages file is via Pages for MAC. Once that is done, you can automatically add entries in Pages for iOS. But you cannot initially add the element.
    It is not out of the question that there are some templates for Pages for iOS available that already have these added and available - but I cannot say first hand. All of the built in templates for iOS appear to be for short format documents and I have yet to find one that includes the TOC or Bibliography.

  • How to Create a Table of Contents From an Imported PDF File?

    I have imported a 150 page PDF file into inDesign 5. I want to create a Table of Contents for my document, but there are no paragraph or heading styles in the document. If I built the document in inDesign, I would have labeled each chapter "Heading 1" and then instructed inDesign to collect up all the Heading 1s and make a TOC automatically.
    But I didn't create this PDF, it has no formatting at all. Its just been placed in the inDesign document space.
    Anyone have any tips of how I can pick out all the Chapter headings.....they are in a distinctive format (14 point bold) from the rest of the document text.
    Anyone?

    InDesign cannot read *anything* out of a PDF file.
    Open in Acrobat, copy heading, paste in InDesign. Repeat until done.

  • How to create a table of contents in a PDF

    I was wondering if anyone knew how to use preview in order to create a table of contents. This would make it easier for me to find my way around my PDF files.
    Thanks

    Preview cannot do this - it is not a PDF editing utility. If you have the original document in an editable format (eg a Pages, or Word document) then you can edit it, print it, and from the print dialogue, save as a PDF. Otherwise you'll need the full Adobe product or similar to acheive what you want.

  • How to create a built in Content Management System

    Hey guys, I've found myself in a spot of trouble.
    My client commissioned me to create for him a website for his new restaurant (Paul's Place). I built him a responsive site using another website I found online (www.megnarestaurant.com) as a guideline. The problem is though that the client plans on changing the menu about every month and wants to be able to change it himself. I could teach him how to edit the files and add new ocntent himself (It's not even that hard after all) but that just doesn't seem like the right option.
    Instead, I want to create a built in content management system that doesn't require a third party website or software like Wordpress or Joomla. I was thinking about having a page called "www.paulsdiner.com/login" where the client can log in using a username and password and can then change the content of the website.
    My menu page is pretty much the same as the one found on "www.megnarestaurant.com/starters.html". I'm also using gloriafoods as an ordering system meaning that the client will have to change it on both the website itself and on the actual gloriafoods website (Not really an issue).
    I want the client to be able to edit the menu boxes and add new boxes along with being able to add a new menu section (Like in the Jump Menu) which follows the template of the existing Jump Menu.
    I'm making this website as a favour to my friend so I'm not being paid. As a point of reference (And future bragging and maybe some innocent blackmail ) how much do you guys think the creator of "www.megnarestaurant.com" charged his client?

    Have a look at Perch
    Perch - The really little content management system (CMS) - Perch
    It requires a php/mysql database to run but the tables and set up are all automated through the Perch set up files - you just need a server that runs php/mysql. It works on the same principals as the one Ben suggested but its a lot cheaper for a one off site - however if you intend to build more CMS driven sites the one Ben suggested might be more financially viable in the long run.
    The nice thing about Perch CMS is it fits in with your workflow unlike Wordpress/Joomla where you have to jump through hoops to change anything.
    Plus I think you can take Perch for a spin before buying (or at least you could when I was exploring CMSs) - you can't with Power CMS. I never investigated Power CMS beacuse I would not buy something before trying it. It looks good but it might be a bit dated as it doesnt seem to be in continuous develoment. Perch is in a constant state of development and the guys are working to make it better on a daily basis.

  • How to create an e-mail that contains a graphic flyer notice

    I need to create an e-mail poster advertisement for a
    recreation area that
    will be sent out to shareholders. I need to do this as an
    extra-curricular
    activity for work. Does anyone have any suggestions on how I
    would do this?
    Would I create the web page and then send the web page in an
    e-mail. I need
    the info to show up directly, not
    through an attachment. Also, once created, this will be sent
    out to
    shareholders. How do I save this file to disk( in what format
    )so that it
    can be sent out by my boss. Any suggestions would be helpful.
    Thanks
    jmick

    Thanks for your assistance. I went to mailchimp and found
    some helpful
    information. I also found another program and created a
    presentable draft
    that I have forwarded on. Thanks again.
    jmick

Maybe you are looking for

  • Half of my Content Does Not Show in Preview! Help!

    After editing the site, I went to preview it and half of it was missing! But when I returned to editing mode, it was all there. I have no idea what I did so please help!! Thanks

  • Playlist Order With Numbers

    I just picked up a new 120GB iPod Classic (after my trusty iPod Photo finally croaked) and there's a change that I wanted to query. I have a fair few playlists set up for various occasions - running,parties, etc. - and to keep those lists together, a

  • Changing field labels for JP29

    Hello friends, In transaction JP29 there are several field labels I want to change. I think I have to go to the MARA table and make the changes here, but I'm not sure where to do this.(trans se11 -> utilities-> database Utility?) In the test-system t

  • Hot backup cloning in ebs r12

    HI i was doing the hot backup cloning in ebsr12. i have backed up the control files and datafiles and the trace file also. i have done the steps till copying the db and apps tier. next is 2) Create the target database control file manually Open the b

  • Enhancement CNEX0002 - EXIT_SAPLCNAU_002  PS Authorisation check for WBS

    I would like to use the enhancement to allow only certain users access to change certain fields in CJ02 / CJ20N.  Other users must still be able to change other data on a WBS element. We created our own authorisation object which is checked in the ex