SAP ABAP SMARTFORMS
SAP ABAP SMARTFORMS Smart Forms in SAP ABAP. SAP Smart Forms is used to create and maintain forms for bulk printing on SAP systems. As an output medium, SAP Smart Forms supports a printer, fax, email, or the Internet (using the generated XML output). SAP introduced SmartForms in 1998 to overcome the limitations in SAP Scripts. What are SMARTFORMS in SAP ABAP Smart Form technology allows you to design print forms. ABAP programs need to "call them" for spools to be generated, ready to print. SMARTFORMS is the transaction for designing the smart form layout. It is possible to incorporate texts, images, tables, bar codes. The import parameters must be defined so that an ABAP program can send the data to be printed. When the smart form is activated, a function module is generated that an ABAP program must call. You should never assume the name of this function module because it can change on each system after the import. See below how to do it. Trans...