<?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 Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/4143272#M990593</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;i developed a smartform and also assigned to the tcode using nace. Now while saving the output in pdf format iam getting the express document error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i gone into the details of processing log it is saying that form entry is missing but i have written that form entry in my program...then wat si this error .please provide me the solution to resolve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2008 11:52:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-24T11:52:44Z</dc:date>
    <item>
      <title>Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/4143272#M990593</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;i developed a smartform and also assigned to the tcode using nace. Now while saving the output in pdf format iam getting the express document error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i gone into the details of processing log it is saying that form entry is missing but i have written that form entry in my program...then wat si this error .please provide me the solution to resolve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 11:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/4143272#M990593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T11:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/4143273#M990594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you specified the printer ?? I had the same problem and it had to do that it wouldn't recognize the right printer somehow and therefor missed the link to the form &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!!&lt;/P&gt;&lt;P&gt;ls_ssf_options-tddest     = 'LO02'&lt;/P&gt;&lt;P&gt;!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to make it bold but markups are not working &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

ls_ssf_options-tdnoprint  = 'X'.
ls_ssf_options-tddest     = 'LO02'
*ls_ssf_options-tdprinter  = 'SAPWIN'.



*ls_ssf_control-getotf     = 'X'.
*ls_ssf_control-no_dialog  = 'X'.

  CALL FUNCTION fm_name
    EXPORTING
*   ARCHIVE_INDEX              =
*   ARCHIVE_INDEX_TAB          =
*   ARCHIVE_PARAMETERS         =
    control_parameters         = ls_ssf_control
*   MAIL_APPL_OBJ              =
*   MAIL_RECIPIENT             =
*   MAIL_SENDER                =
    output_options             = ls_ssf_options

*   USER_SETTINGS              = 'X'
      i_report_type              = h_type
      i_jaar                     = so_jaar
      i_report_type2             = h_report_type2
*  IMPORTING
*   DOCUMENT_OUTPUT_INFO       =
*   JOB_OUTPUT_INFO            =
*   JOB_OUTPUT_OPTIONS         =
    TABLES
      it_cats_data               = it_ophaal
      it_header_pernr            = it_header_pernr
      it_header_aufnr            = it_header_aufnr
      it_rooster_data            = it_rooster
* EXCEPTIONS
*   FORMATTING_ERROR           = 1
*   INTERNAL_ERROR             = 2
*   SEND_ERROR                 = 3
*   USER_CANCELED              = 4
*   OTHERS                     = 5
            .
  IF sy-subrc &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: A. de Smidt on Jul 24, 2008 1:58 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: A. de Smidt on Jul 24, 2008 1:58 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 11:58:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/4143273#M990594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T11:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/4143274#M990595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;read below code &amp;amp; Apply Accordingly in ur Driver Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u found help then reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if Doc_No is not INITIAL.&lt;/P&gt;&lt;P&gt;  DATA: L_RBKP LIKE IT_Rbkp OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&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           = 'ZMM_INVOICEVERIFICATION'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        FM_NAME            = fmname&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;    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;DATA: CONTROL_PARAMETERS LIKE SSFCTRLOP.&lt;/P&gt;&lt;P&gt;DATA: OUTPUT_OPTIONS TYPE SSFCOMPOP.&lt;/P&gt;&lt;P&gt;PARAMETERS: prtdest type SSFCOMPOP-tddest OBLIGATORY.&lt;/P&gt;&lt;P&gt;DATA: lv_ssf_output type ssfcrescl,&lt;/P&gt;&lt;P&gt;      lt_otfdata TYPE TABLE OF itcoo,&lt;/P&gt;&lt;P&gt;      L_TEMP TYPE   ITCOO. " OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;control_PARAMETERS-device    = 'PRINTER'.&lt;/P&gt;&lt;P&gt;control_parameters-no_dialog = 'X'.&lt;/P&gt;&lt;P&gt;control_parameters-no_open   = 'X'.&lt;/P&gt;&lt;P&gt;CONTROL_PARAMETERS-GETOTF    = 'X'.&lt;/P&gt;&lt;P&gt;OUTPUT_OPTIONS-TDDEST        =  prtdest. "'C2B1'.&lt;/P&gt;&lt;P&gt;OUTPUT_OPTIONS-TDNEWID       = 'X'.&lt;/P&gt;&lt;P&gt;OUTPUT_OPTIONS-tddelete      = SPACE.&lt;/P&gt;&lt;P&gt;LOOP AT IT_rbkp .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SSF_OPEN'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    output_options     = output_options&lt;/P&gt;&lt;P&gt;    control_parameters = control_PARAMETERS&lt;/P&gt;&lt;P&gt;    user_settings      = ' '&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;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR: L_RBKP, lv_ssf_output.&lt;/P&gt;&lt;P&gt;REFRESH : L_RBKP.&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING IT_Rbkp TO L_RBKP.&lt;/P&gt;&lt;P&gt;APPEND L_RBKP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION  fmname&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;      W_RECCNT                    = 1 "W_RECCNT&lt;/P&gt;&lt;P&gt;      CONTROL_PARAMETERS         = control_parameters&lt;/P&gt;&lt;P&gt;      OUTPUT_OPTIONS             = output_options&lt;/P&gt;&lt;P&gt;      USER_SETTINGS              = 'X'&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    DOCUMENT_OUTPUT_INFO       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     JOB_OUTPUT_INFO            = lv_ssf_output&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    JOB_OUTPUT_OPTIONS         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;      I_rbkp                      = L_RBKP "IT&lt;/P&gt;&lt;P&gt;      I_RSEG                      = IT_RSEG&lt;/P&gt;&lt;P&gt;      I_bSEG                      = IT_bSEG&lt;/P&gt;&lt;P&gt;      CREDIT_RSEG                 = CREDIT_RSEG&lt;/P&gt;&lt;P&gt;      DEBIT_RSEG                  = DEBIT_RSEG&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;P&gt;    "refresh lt_otfdata.&lt;/P&gt;&lt;P&gt;    "lt_otfdata[] = lv_ssf_output-otfdata[].&lt;/P&gt;&lt;P&gt;    APPEND LINES OF lv_ssf_output-otfdata TO lt_otfdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'SSFCOMP_PDF_PREVIEW'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        I_OTF                          = lt_otfdata&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;       CONVERT_OTF_TO_PDF_ERROR       = 1&lt;/P&gt;&lt;P&gt;       CNTL_ERROR                     = 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;&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;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anshuman Singh on Jul 24, 2008 2:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 12:08:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/4143274#M990595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T12:08:10Z</dc:date>
    </item>
  </channel>
</rss>

