<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAPSCRIPT,SMARTFORMS,PDFFORMS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430398#M543280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Any body tell about more on Adobe Forms..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2007 11:14:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-05T11:14:33Z</dc:date>
    <item>
      <title>SAPSCRIPT,SMARTFORMS,PDFFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430395#M543277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SDN Friends!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had this question.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Given a SAP Script or SMART Form ... how do we identify (table names?) &lt;/P&gt;&lt;P&gt;The Print program associated with them?  Also, how does that concept differ from PDF forms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any body can answer please........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markiv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 10:54:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430395#M543277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T10:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT,SMARTFORMS,PDFFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430396#M543278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt; We can findout the program names by using TNAPR and TTXFP tables. &lt;/P&gt;&lt;P&gt;If we want to display the output in PDF fomrs then by using the FM 'CONVERT_OTF' it is possible.&lt;/P&gt;&lt;P&gt;Hope this helps you. Reply for queries, shall post the updates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.  &lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 10:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430396#M543278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T10:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT,SMARTFORMS,PDFFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430397#M543279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In different modules different types of assignment is there for printing these outputs&lt;/P&gt;&lt;P&gt;IN SD and MM we use the Tcode NACE to assign the Output type , Program and Script/smartform for which we find the entries in TNAPR table&lt;/P&gt;&lt;P&gt;So we copy the scripts/smartforms and attach them in the NACE and execute the output from the respective transaction&lt;/P&gt;&lt;P&gt;SALES ORDER &lt;/P&gt;&lt;P&gt;Output type         : BA00&lt;/P&gt;&lt;P&gt;ScriptForm Name     : RVORDER01&lt;/P&gt;&lt;P&gt;Driver Program Name : RVADOR01&lt;/P&gt;&lt;P&gt;smartform name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELIVERY NOTE&lt;/P&gt;&lt;P&gt;Output type         : LD00&lt;/P&gt;&lt;P&gt;ScriptForm Name     : RVDELNOTE&lt;/P&gt;&lt;P&gt;Driver Program Name : RVADDN01&lt;/P&gt;&lt;P&gt;smartform name      : LE_SHP_DELNOTE&lt;/P&gt;&lt;P&gt;Smartform Driver Pgm: RLE_DELNOTE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INVOICE&lt;/P&gt;&lt;P&gt;Output type         : RD00&lt;/P&gt;&lt;P&gt;ScriptForm Name     : RVINVOICE01&lt;/P&gt;&lt;P&gt;Driver Program Name : RVADIN01&lt;/P&gt;&lt;P&gt;smartform name      : LB_BIL_INVOICE&lt;/P&gt;&lt;P&gt;Smartform Driver Pgm: RLB_INVOICE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PUCHASE ORDER &lt;/P&gt;&lt;P&gt;Output type         : NEU&lt;/P&gt;&lt;P&gt;ScriptForm Name     : MEDRUCK&lt;/P&gt;&lt;P&gt;Driver Program Name : SAPMF06P&lt;/P&gt;&lt;P&gt;smartform name      : /SMB40/MMPO_L &lt;/P&gt;&lt;P&gt;smartform driver program: /SMB40/FM06P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FI Forms&lt;/P&gt;&lt;P&gt;Account Statement   : F140_ACC_STAT_01&lt;/P&gt;&lt;P&gt;Cheque Printing     : F110_PRENUM_CHEK&lt;/P&gt;&lt;P&gt;Balance Confirmation: F130_confirm_01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 10:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430397#M543279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T10:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT,SMARTFORMS,PDFFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430398#M543280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Any body tell about more on Adobe Forms..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 11:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430398#M543280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T11:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT,SMARTFORMS,PDFFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430399#M543281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interactive Forms based on Adobe software is SAP's new solution for forms development. Its first release has the focus on interactive use of forms. High-volume printing is supported in principle, but - being a new solution - the performance has not yet reached the same level as Smart Forms or SAPscript, two established solutions that had years to grow. Interactive Forms is the only solution that will continue to be enhanced with new features, while SAPscript and Smart Forms will be supported without limitations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When (or if) to move to Interactive Forms depends on your requirements. For interactive forms usage, i.e. the new functions, you have no choice, as the existing solutions don't support it. High-volume print scenarios need to be carefully analyzed to see whether your concrete requirements can be met at this point. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it is possible to move to Smart Forms and design your forms in such a way that a migration at any point in the future would be but a small step. Smart Forms offers from Web AS 6.40 a migration wizard to Interactive Forms. Technically, everything can be migrated, but we recommend against things like ABAP program nodes, for example.&lt;/P&gt;&lt;P&gt;You are not forced to ever go to Interactive Forms if you don't want to. It really depends on whether your client needs any of the new features in Interactive Forms. Also, if they are currently working with JetForms, they could enquire with Adobe directly what migration path they offer to the joint solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is impossible to make a blanket statement on what needs to be done in each of the applications using a form for output. Despite the same underlying technology, forms handling has always been a decision for each SAP application: Some do it through customizing, some through coding, some in yet anither way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I CAN say from a technology pespective is that all applications are in the process of creating their forms based on Interactive Forms so that by 2007 pretty much all SAP forms will be PDF-based. Obviously, each application does it within the framework of their application - but they all use Interactive Forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, be aware that in ERP 2004 this forms solution is subject to a limitation for high-volume printing scenarios as we cannot ensure that ALL customers will be content with the performance in ALL scenarios with this release. (see SAP Note 863893).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creating :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get an overview idea about Adobe forms ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using SFP , first you need to create a interface . in interface you can declare the import and export parameters and also the declaration part, coding etc : This is nothing but similar to Function module interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now we have to create the Form which is interactive. Create the form and enter the interface name which you have created in first step, so that the parameters , declarations of fields etc : will be copied and available in the form layout. So that you can drag and drop these declared fields ( dclared fields of interface ) to the layout. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the context and layout in the form. &lt;/P&gt;&lt;P&gt;The layout generated can be previewed and saved as PDF output.&lt;/P&gt;&lt;P&gt;Now we need to integrate the driver program and the PDF form to get the final output as per the requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On activating and executing the form you will get a function module name just similar to smartforms. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The driver program needs to call this FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to the below sample code : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : is_customer TYPE scustom.&lt;/P&gt;&lt;P&gt;DATA : it_bookings TYPE ty_bookings.&lt;/P&gt;&lt;P&gt;DATA : iv_image_url TYPE string.&lt;/P&gt;&lt;P&gt;DATA : iv_sending_country TYPE adrc-country.&lt;/P&gt;&lt;P&gt;DATA : it_sums TYPE TABLE OF flprice_t.&lt;/P&gt;&lt;P&gt;DATA : docparams TYPE sfpdocparams.&lt;/P&gt;&lt;P&gt;DATA : formoutput TYPE fpformoutput.&lt;/P&gt;&lt;P&gt;DATA : outputparams TYPE sfpoutputparams.&lt;/P&gt;&lt;P&gt;PARAMETERS : pa_cusid TYPE scustom-id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM scustom INTO is_customer&lt;/P&gt;&lt;P&gt;WHERE id = pa_cusid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM sbook&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF TABLE it_bookings&lt;/P&gt;&lt;P&gt;WHERE customid = pa_cusid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outputparams-nodialog = 'X'.&lt;/P&gt;&lt;P&gt;outputparams-getpdf = 'X'.&lt;/P&gt;&lt;P&gt;*outputparams-adstrlevel = '02'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FP_JOB_OPEN'&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;ie_outputparams = outputparams&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;cancel = 1&lt;/P&gt;&lt;P&gt;usage_error = 2&lt;/P&gt;&lt;P&gt;system_error = 3&lt;/P&gt;&lt;P&gt;internal_error = 4&lt;/P&gt;&lt;P&gt;OTHERS = 5.&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;docparams-langu = 'E'.&lt;/P&gt;&lt;P&gt;docparams-country = 'US'.&lt;/P&gt;&lt;P&gt;docparams-fillable = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '/1BCDWB/SM00000043'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;/1bcdwb/docparams = docparams&lt;/P&gt;&lt;P&gt;is_customer = is_customer&lt;/P&gt;&lt;P&gt;it_bookings = it_bookings&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IV_IMAGE_URL =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;iv_sending_country = 'US'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IT_SUMS =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;/1bcdwb/formoutput = formoutput&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;usage_error = 1&lt;/P&gt;&lt;P&gt;system_error = 2&lt;/P&gt;&lt;P&gt;internal_error = 3&lt;/P&gt;&lt;P&gt;OTHERS = 4&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FP_JOB_CLOSE'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;E_RESULT =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;usage_error = 1&lt;/P&gt;&lt;P&gt;system_error = 2&lt;/P&gt;&lt;P&gt;internal_error = 3&lt;/P&gt;&lt;P&gt;OTHERS = 4&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d2/4a94696de6429cada345c12098b009/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d2/4a94696de6429cada345c12098b009/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it is helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 11:23:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430399#M543281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T11:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT,SMARTFORMS,PDFFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430400#M543282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to know mainly the given SAP Script or SMART Form ... How do we identify (table names?) related to that..... And How The Print program is associated with them? Also, the same how does that concept differ from PDF forms based Adobe Forms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any body can answer please........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 11:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430400#M543282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T11:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT,SMARTFORMS,PDFFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430401#M543283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2nd question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Sapscript&lt;/P&gt;&lt;P&gt;Print program is associated with sapscript by calling that sapscript 'elements'.&lt;/P&gt;&lt;P&gt;- Smartforms&lt;/P&gt;&lt;P&gt;Print program will call FM &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SSF_FUNCTION_MODULE_NAME&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; to get the form name, and then call that smartform as function module.&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;[code]&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      formname           = lc_form_name&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      fm_name            = l_fm_name&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      no_form            = 1&lt;/P&gt;&lt;P&gt;      no_function_module = 2&lt;/P&gt;&lt;P&gt;      OTHERS             = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION l_fm_name&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      header                = g_header_manifest&lt;/P&gt;&lt;P&gt;      non_productive_banner = g_non_productive_banner&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      summary_tab           = t_summary&lt;/P&gt;&lt;P&gt;      detailed_tab          = t_detail&lt;/P&gt;&lt;P&gt;      hazard_tab            = t_hazard&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      formatting_error      = 1&lt;/P&gt;&lt;P&gt;      internal_error        = 2&lt;/P&gt;&lt;P&gt;      send_error            = 3&lt;/P&gt;&lt;P&gt;      user_canceled         = 4&lt;/P&gt;&lt;P&gt;      OTHERS                = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 12:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430401#M543283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T12:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT,SMARTFORMS,PDFFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430402#M543284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for smartforms:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Name                     Short text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STXB                           SAPscript: Texts in non-SAPscript format&lt;/P&gt;&lt;P&gt;STXBITMAPS                     SAPscript Graphics Management&lt;/P&gt;&lt;P&gt;STXFADM                        Smart Forms: Administration&lt;/P&gt;&lt;P&gt;STXFADMI                       Smart Forms: Administration - Interal Info&lt;/P&gt;&lt;P&gt;STXFADMT                       Smart Forms: Administration - Textual Desc&lt;/P&gt;&lt;P&gt;STXFCONT                       Smart Forms: Form Subobjects (Active)&lt;/P&gt;&lt;P&gt;STXFCONTR                      Smart Forms: Runtime Objects&lt;/P&gt;&lt;P&gt;STXFCONTS                      Smart Forms: Form Subobjects (Saved)&lt;/P&gt;&lt;P&gt;STXFCONTV                      Smart Forms: Form Subobjects - Versions&lt;/P&gt;&lt;P&gt;STXFIMP                        Smart Forms: Generate at Upgrade&lt;/P&gt;&lt;P&gt;STXFOBJT                       Smart Forms: Subobject Long Texts&lt;/P&gt;&lt;P&gt;STXFSTDPAR                     Smart Forms: Default Parameters&lt;/P&gt;&lt;P&gt;STXFTXT                        SAP Smart Forms: Texts&lt;/P&gt;&lt;P&gt;STXFTXTA                       SAP Smart Forms: Texts - Administration&lt;/P&gt;&lt;P&gt;STXFTXTV                       SAP Smart Forms: Texts - Versions&lt;/P&gt;&lt;P&gt;STXFVAR                        Smart Forms: Variants&lt;/P&gt;&lt;P&gt;STXFVARI                       Smart Forms: Variants - Internal Informati&lt;/P&gt;&lt;P&gt;STXFVART                       Smart Forms: Variants - Textual Descriptio&lt;/P&gt;&lt;P&gt;STXH                           STXD SAPscript text file header&lt;/P&gt;&lt;P&gt;STXITFD                        SAPscript Verification: ITF data table&lt;/P&gt;&lt;P&gt;STXITFR                        SAPscript Verification: ITF reference tabl&lt;/P&gt;&lt;P&gt;STXL                           STXD SAPscript text file lines&lt;/P&gt;&lt;P&gt;STXOTFD                        SAPscript verification: OTF data table&lt;/P&gt;&lt;P&gt;STXOTFR                        SAPscript verification: OTF reference tabl&lt;/P&gt;&lt;P&gt;STXRDID                        SAPscript: Raw Data Interface - Data Table&lt;/P&gt;&lt;P&gt;STXRDIR                        SAPscript: RDI - Reference Table for Test&lt;/P&gt;&lt;P&gt;STXSADM                        Smart Styles: Administration&lt;/P&gt;&lt;P&gt;STXSADMT                       Smart Styles: Admimstration - Description&lt;/P&gt;&lt;P&gt;STXSCHAR                       Smart Styles: Character Formats&lt;/P&gt;&lt;P&gt;STXSFPATT                      Smart Forms: Pattern for Tables&lt;/P&gt;&lt;P&gt;STXSFREPL                      Smart Styles: Replace Font&lt;/P&gt;&lt;P&gt;STXSHEAD                       Smart Styles: Style Header&lt;/P&gt;&lt;P&gt;STXSOBJT                       Smart Styles: Texts for Paragraph and Char&lt;/P&gt;&lt;P&gt;STXSPARA                       Smart Styles:  Paragraph Formats&lt;/P&gt;&lt;P&gt;STXSTAB                        Smart Styles: Tabs&lt;/P&gt;&lt;P&gt;STXSVAR                        Smart Styles: Variants&lt;/P&gt;&lt;P&gt;STXSVARL                       Smart Styles: Language Assignment of Varia&lt;/P&gt;&lt;P&gt;STXSVART                       Smart Styles: Variants - Textual Descripti&lt;/P&gt;&lt;P&gt;STXTRACE                       Smart Forms: Trace (Data)&lt;/P&gt;&lt;P&gt;STXTRACEHD                     SAP Smart Forms: Trace (Administration)&lt;/P&gt;&lt;P&gt;STXTRCUSR                      SAP Smart Forms: User-dependent Trace Sett&lt;/P&gt;&lt;P&gt;STXXFILTER                     Filter for Logging SAP Script Texts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nothing go to se11 , enter STX*   press F4 , all the tables are related to smartforms,SAP script texts and smart styles. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 12:15:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-smartforms-pdfforms/m-p/2430402#M543284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T12:15:08Z</dc:date>
    </item>
  </channel>
</rss>

