‎2008 Jan 31 8:24 AM
Dear Friend,
I want the print program code for Smartform, Is there any sample code of print program call the smart form.If u have the code please send it to me as soon as possible.
Expecting UR Replay
Regards,
Dhanush.S.T
‎2008 Jan 31 8:31 AM
Hi,
if you want to find smart form print program then goto se37 and use smartform function module and look at where used list ,it will show corresponing print program.
other way - Use nace transaction ->select v2 -> click on output type.
now select LD00(Delivery Output Type) and click on processing routine.
here you can able to see program and layout
There are diffrent ways to find out Print programs :
FI Module :
Use T001F Table -> here enter form name -> you get corresponding print program
SD,MM Module :
use NACE Transaction or TNAPR Table
PP and PM Modules :
OMD1 and OPK8 Transactions
Reward Points if found helpfull..
Cheers,
Chandra Sekhar.
‎2008 Jan 31 8:36 AM
Hi friend,
I want to create a new Print program for J1IV T-Code, for that I have to create a smart form..I don't know the customized Print Program name..If u have plz send it immediately.
Regards,
Dhanush.s.T
‎2008 Jan 31 9:08 AM
hello dhanush,
please the tcode desscription so that i find whc Forms is for this tcode.
Regards
santhosh
‎2008 Jan 31 12:45 PM
Hi Dhanush,
Just create 1 window and enter some data in Text in that window.Save the smartform,activate and press execute.
save the name which u find in the function module input field.
Open se38 and press "ctrl+F6" paste it in "call function module" and press enter.
simply save,activate and execute the print program.
Bcaz smartform generates a function module.we can use directly from se38 editor.
reward points,if it i useful,
Thanks,
chandu.
‎2008 Jan 31 2:34 PM
hai ,
DATA: FM_NAME TYPE RS38L_FMNAME.
CALL FUNCTION 'SSF_FUNCTION_MODULE'
EXPORTING
FORMNAME = Z_SMARTFORM_NAME
IMPORTING
FM_NAME = FM_NAME.
CALL FUNCTION MODULE THAT IS GENERATED AND AFTER THAT
REPLACE THE FUNCTION MODULE NAME WITH FM_NAME.
SUPPOSE.
CALL FUNCTION '\D1243536464758'.
THEN AFTER GETTING THE ENTIRE FUNCTION MODULE.
JUST DO THE FOLLOWING.
plz see the example program SFEX_01.
YOU CAN GET GOOD IDEA ON HOW TO WRITE PRINT PROGRAM FOR SMART FORMS.
IF HELP FULL MEANS PLZ REWARD