Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

automatic serial number generaton in smartforms

Former Member
0 Likes
1,351

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
765

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.

5 REPLIES 5
Read only

Former Member
0 Likes
766

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.

Read only

0 Likes
765

What????

Read only

0 Likes
765

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.

Read only

0 Likes
765

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.

Read only

0 Likes
765

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.....