Application Development 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: 

How can I solve these in smartforms

Former Member
0 Kudos

Hi,

I am stuck with the below issues.

1. I want to email or fax a smartform.Can I get these features if I copy the standard program.If no, what additional changes do I need to incorporate.

2. I will have main line items like 10, 20, 30 etc in the service sales order. and sub items like 11, 12, 13 etc in each of them.

If user selects 10, I will need to fetch the info of respective 11.How do I get te link between those both.

3. I want to print a scissors SAP Icon along with the dotted line.I managed to insert this sap symbol (it shows as 869).But I dont see this in the o/p.

Any clues on the above please.

Thanks

Kiran

5 REPLIES 5

Former Member
0 Kudos

for fax and email configure output type foe external send in nace

follow the below code tutorial wiki for email.

https://wiki.sdn.sap.com/wiki/x/MYOmAw

0 Kudos

Any thoughts please...

0 Kudos

Kiran,

1.It can be done.Convert the Smartform into PDF and send it through mail.Lot many snippets are available in SCN on how to convert a smartform to pdf and sending it through mail.Fax I have no idea,but it can be done too.

3. Did you checked the Print output? I guess it can't be seen in the Print preview but only in the output..

K.Kiran.

GauthamV
Active Contributor
0 Kudos

hi,

use this.

[https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/smartformtoMailasPDF+attachment]

Former Member
0 Kudos

Thanks kiran & gawtham for your replies.

Any clues on point 2 is highley appreciated.

Thanks

Kiran

Edited by: kiran dasari on Dec 9, 2008 7:17 PM