‎2007 Feb 19 5:45 AM
hi all,
I have copied rlb_invoice in a zprogram.Iam getting my smartform in the print preview but it is empty . I want to know where to write the select statements.
thanx & rgds.
points will be rewarded.
Message was edited by:
abapuser
Message was edited by:
abapuser
‎2007 Feb 19 5:51 AM
Hi,
If you are displaying the print preview of the Invoice via VF02, then you will have to subscribe the Z program that you have created for the Output type that you select in NACE Transaction.
‎2007 Feb 19 5:51 AM
Hi,
You have to write your select query in your print program(Coded using SE38 and type 1)
In that program once you have retrieved data using your select query pass that data to the function module generated by Smartforms.
If you are not clear please free to get back to me.
-B S B
‎2007 Feb 19 6:29 AM