|
When generated, your Smart Form creates a dynamically named ABAP function module. You need a print/driver program to wrap around and invoke this function module. In many cases it can be a basic affair (e.g., see SAP-provided ABAP program SF_EXAMPLE_01).
Once your print program is in place, link a ZXXXX transaction code to this program and you're done. For application-driven output, it may be possible to link a configured 'output type' to it instead. For this you'd probably need to work with a business analyst familiar with output determination in the relevant SAP module.
|