How do I create a transaction code in a Smart Form without using a print program?

How do I create a transaction code in a Smart Form without using a print program?

I created a Smart Form without a print program. I wrote the entire logic in the Smart Form itself and I am getting the desired output. Now my question is, can I create a transaction code for the Smart Form? For example, I want to create transaction code ZXXXX. If it is possible to create transaction codes, how can I do it?

    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

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.

This was first published in August 2006