2006 Jun 05 3:05 PM
Hi All!
can any one help using smart forms . i am supposed to create an invoice using smart forms. r there any std. programs like tht exists in sap scripts. plz do help me.
thanx in advance.
with regards,
DurgaPrasad.
2006 Jun 05 4:57 PM
Hii
set this
<b>i_control_param-PREVIEW = 'X'.</b>
Whenever you display a form through a related Transaction(e.g: VF02) YOU get a window on which you have to press the 'Print Preview' button . On pressing that u get another window with print options(like 'Print Immediately' , 'Delete after Output') . You have to press the Print Preview button in this window(again) to view the smart form.
Regards
Naresh
Hi All!
can any one help using smart forms . i am supposed to create an invoice using smart forms. r there any std. programs like tht exists in sap scripts. plz do help me.
thanx in advance.
with regards,
DurgaPrasad.
2006 Jun 05 3:10 PM
Hi Durga,
here you go..
Smartform: LB_BIL_INVOICE
Print (driver program): RLB_INVOICE.
I spent a lot of time on invoices and buzz me if you have any questions.
Regards,
Ram.
2006 Jun 05 3:11 PM
Hii
Smart Forms based on a invoice list (transaction VF23)
<b>LB_BIL_INVOICE</b>
and
program <b>RLB_INVOICE</b>
Tools -> Word processing -> Layout sets.
Utilities -> Copy from client
Enter the name of the layout set in layout name.
Enter target layout set name
Click execute
The SAP standard layout set uses D German as the original language. In order to modify the copied layout set, the original language of the set must be changed to the language in which you are working.
To convert language:
Utilities Convert original language
Click OK.
You will have to configure your TEMPLETE nodes
Regards
Naresh
2006 Jun 05 4:54 PM
how ca i c the print preview i understand tht it is a mail configured prog. how to c the print preview.
thanx in advance.
2006 Jun 05 4:58 PM
If you are using VF02 tcode, just enter the invoice number and dont go inside tcode. on the main screen you have to follow this path.
Billing Documnet -> Issue Output to -> Screen.
Then enter the corresponding details.
Regards,
Ram
2006 Jun 06 12:13 PM
dear ram,
thanx for ur advice . actually im a beginner in smart forms . i worked on billing docs (vf01,vf02,vf03). but i didnot understand how is smart form being accessed here. u provided me with the form and print program .isn't it like we dont execute the print program to c the form output.plz be clear coz im getting struck and im working alone on R&D server.so i dont have any specifications like tht.plz help in this regard.
thanks in advance
DurgaPrasad
2006 Jun 06 12:31 PM
Hi Durga Prasad,
Dont worry. Smartform or Scripts are much much easier work to do for ABAP programmers.
The details i have provided here are standard forms. follow the path to place output type in billing document.
Choose billing document in VF02 and press ENTER.
Now choose the Menu path: GOTO -> Header -> Output. You will get a new screen.
Now place the cursor under output and enter RD00 and then press ENTER. automatically, medium, parnter, language and other details will be filled (it depends on config in NACE output types)
Select that row entry and click on 'Further Data' Button in the application tool bar and choose dispatch time in the next screen
(for your purpose choose option 4 - Send immediately when saving application)
Then come back one step and you will see again your output type.
Now, select that row again and this time press 'Communication Button' on the application toolbar and enter the printer name and no of messages (copies).
come back one step and now save it. Automactically you will get printout. you can check it in SP01 and select the spool number for print view.
(Or) In the dispath time, select option 1 'Send application with periodic schedule'. and save it.
now you can check the print preview directly instead of goving to SP01 tcode to chcck the spool.
Let me know if you have any questions.
Regards,
Ram
2006 Jun 05 3:12 PM
Hi,
refr this link:
http://www.allsaplinks.com/smartform_example.html
http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html
rgds,
latheesh
Message was edited by: Latheesh Kaduthara
2006 Jun 05 4:57 PM
Hii
set this
<b>i_control_param-PREVIEW = 'X'.</b>
Whenever you display a form through a related Transaction(e.g: VF02) YOU get a window on which you have to press the 'Print Preview' button . On pressing that u get another window with print options(like 'Print Immediately' , 'Delete after Output') . You have to press the Print Preview button in this window(again) to view the smart form.
Regards
Naresh
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |