‎2007 Apr 02 2:55 PM
I have a smartform which i have to develop from scratch i mean the purchase order
How to start with the driver program.
Hi Group,
I have to get the data from 6 tables they are
ekko,ekpo,lfa1,adrc,kna1,t001w.
How to start the driver program .. whenever i click on ME23n and click print preview this
form should be triggered . how to do that.
Any help would be welcome.
Thanks
jackson
‎2007 Apr 02 2:59 PM
‎2007 Apr 02 2:59 PM
‎2007 Apr 02 3:00 PM
Hi,
Write A report program in SE38 to drive the Smartform by fetching the data from all the six tables and call the fun module to generate the smartform.
design the smartform in SMARTFORMS Tcode as per your requirements and attach the Driver program and the Smartform in the NACE transaction ofr the Output Type (like NEU).
then it will be triggered by ME22N/23N t codes.
reward if useful
regards,
Anji
Message was edited by:
Anji Reddy Vangala
‎2007 Apr 02 3:05 PM
‎2007 Apr 02 4:04 PM
Hi Anji,
Can u provide me the sample Smartform driver program .
Thanks in Advance
Regards
Jackson
‎2007 Apr 02 6:54 PM
Hi Anji,
Could you please provide me with the sample code , so that i can understand easily..
Regards
Prabhas
‎2007 Apr 02 3:02 PM
Jackson,
check the below link u will get answers for the most of ur questions....
check left hand side different options..
http://help.sap.com/saphelp_nw04/helpdata/en/1c/f40c5bddf311d3b574006094192fe3/frameset.htm
If you need further info check the below links..
most imp link
http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
Check these links.In this,I am explaining everything step-by-step.https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287
Check these links also.
http://www.sap-basis-abap.com/sapsf001.htm
http://www.sap-press.com/downloads/h955_preview.pdf
http://www.ossincorp.com/Black_Box/Black_Box_2.htm
http://www.sap-img.com/smartforms/sap-smart-forms.htm
http://www.sap-img.com/smartforms/smartform-tutorial.htm
http://www.sapgenie.com/abap/smartforms.htm
http://www.ossincorp.com/Black_Box/Black_Box_2.htm
http://sap.ionelburlacu.ro/sap0/sapsf001.htm
http://sap.niraj.tripod.com/id67.html
http://myweb.dal.ca/hchinni/sap/smartforms_home.htm
Step by StepGood one):
If you find it useful mark the points
~~Guduri
‎2007 Apr 02 3:13 PM
Hi Jackson,
As per the description you have given i.e. you need to trigger your smartform when T-Code ME23N is run.
Here what you can do is that...
you can use ME23N as a standard driver program and copy the standard smartform attached to this program then all the interface parameters are already available with you..then change the now copied smartform according to your requirement.
Go to NACE, attach the output type for that transaction to the smartform and then when you will run ME23N your smartform will be called in turn.
Thanks and Regards,
Kunjal Patel