‎2007 Mar 23 8:12 AM
Hi all,
I want to generate a unique serial number for everytime I generate a smartform for an employee in SAP hr. Please suggest how to do that. I want to store the same serial number for a personal number - so that when the smartform is generated for an employee again, the previous data should come in the form and not the new one. Pls sugggest.
Also I want to know how to mail the smart form generated to the concerned persons sap inbox and to his/her e mail address (yahoo mail or g mail). Please suggest how to achieve the same.
Thanks
‎2007 Mar 23 8:22 AM
Hi,
Sorry for the delay......
Automatic Serial number Generation in SMART FORMS is possible, in styles When you are creating Paragraph,You can see an option that is " Numbering and outline ".This solves your problem.
<b>a.Initial SMART FORM screen</b>
http://www.esnips.com/doc/38443455-e8f8-40b7-b054-fe980bc68bf1/SMARTFORM_styles
b.Auomatic Serial number generaton in smartforms(Snap shot2)
http://www.esnips.com/doc/028f7f01-e79e-4f60-8f1d-07af4310da2a/Outline_Numbering
You can also mail to SMART FORM, in the initial screen in the MENU bar, Utilities -
> Download.
After downloading you can see the file in .xml format.
Mail this file,at the destination the we can upload file.
c.Mailing SMARTFORM
http://www.esnips.com/doc/282a6a3a-58e2-4663-aac3-5a489109ab53/Mailing_Smartform
Hope your problem is solved.
<b>
Reward,if helpful.</b>
Regards,
V.Raghavender.
‎2007 Mar 23 8:22 AM
Hi,
Sorry for the delay......
Automatic Serial number Generation in SMART FORMS is possible, in styles When you are creating Paragraph,You can see an option that is " Numbering and outline ".This solves your problem.
<b>a.Initial SMART FORM screen</b>
http://www.esnips.com/doc/38443455-e8f8-40b7-b054-fe980bc68bf1/SMARTFORM_styles
b.Auomatic Serial number generaton in smartforms(Snap shot2)
http://www.esnips.com/doc/028f7f01-e79e-4f60-8f1d-07af4310da2a/Outline_Numbering
You can also mail to SMART FORM, in the initial screen in the MENU bar, Utilities -
> Download.
After downloading you can see the file in .xml format.
Mail this file,at the destination the we can upload file.
c.Mailing SMARTFORM
http://www.esnips.com/doc/282a6a3a-58e2-4663-aac3-5a489109ab53/Mailing_Smartform
Hope your problem is solved.
<b>
Reward,if helpful.</b>
Regards,
V.Raghavender.
‎2007 Mar 23 8:45 AM
‎2007 Mar 23 8:54 AM
No, I dont want to mail that way. I know how to generate the smartform in PDF format using the ABAP program. Now I want to automatically send the form to a persons e mail using abap code and a button which is ' mail form to this person.
‎2007 Mar 23 9:02 AM
Hi Ribhu,
NO need to write any program to do that ....
Just now I have <b>updated the above post</b> of mine with some useful snapshots.
Have a glance.OK.
if you any further queries, you are welcome.....
<b>Reward,if helpful.</b>
Regards,
V.Raghavender.
‎2007 Mar 23 10:26 AM
Sorry. This is not what I want. Its not solving my requirement at all. M using the driver program to pass the data to smartform, designing the screen where the user would have buttons to print form, download to pdf - ( i know these both) and to mail the form generated to a persons' e mail box - (i want to learn this - donno any thing about this.) . also a button to send the smartform to concerned persons SAP inbox.
And of course serial number generation for the smartform everytime - storing it in ztable along with the data passed from screen to form and when the same emplouyee genetates the form, same data from ztable comes and not the new one - using that unique serial number.....