‎2008 Sep 19 4:46 AM
Hi,
i want to connect smartform to standered transaction i.e i have P O forn in smartform and want to connect it with ME9F / L / K transaction.
‎2008 Sep 19 5:00 AM
Take a help of your functional person.it need to be setup cogiguration thru NACE with access sequence and output types.so might be you can ask your functional.
Amit.
‎2008 Sep 19 5:30 AM
‎2008 Sep 19 5:40 AM
>
> hi
> DATA: smf_name TYPE TDSFNAME VALUE u2019ZSMARTFORM01u2019,
> fn_name TYPE RS38L_FNAM.
> CALL FUNCTION u2019SSF_FUNCTION_MODULE_NAMEu2019 EXPORTING FORMNAME = smf_name
> IMPORTING FM_NAME = fn_name
> .CALL FUNCTION fn_name
> EXPORTING WA = wa_doc.
Completely Non sense
PS:Read the question first.
‎2008 Sep 19 5:43 AM
Hi Varun,
Do the following;
1) Go to Tcode NACE.
2) Select Application EF - Purchase Order
3) Click Output Types Button
4) Select output type NUE - Purchase order
5) Click on the Processing Routines from the left panel
6) And assign your smartform name in the PDF/Smartform Field.
You have to check whether already you have configured Standard Driver program to call a smartform, as standard driver program calls only SAP SCript MEDRUCK
Revert back if u have any doubts
Regards
Karthik D
‎2008 Sep 19 5:45 AM
Yes u can link the transaction to smartform thru nace but its better u let the functional ppl do the stuff
‎2008 Sep 19 6:06 AM
Hi,
I was trying all the steps which you gave. Could please specify all the steps required for configuration.
Thanks,
Swetha
‎2008 Sep 19 6:25 AM
Hi swetha,
For that you need to take a zcopy of the standard driver program SAPFM06P and its include FM06PE02(no need to take zcopy of other includes), and in that include you need to call the FM to call smartform.
After modification you need to assign the Z program in NACE.
Regards
Karthik D