<?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: Invalid numbering type error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-numbering-type-error/m-p/6943713#M1487717</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;    Thankq for giving reply....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message no is SSFCOMPOSER600..can you please help me....where is the problem....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jun 2010 09:37:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-14T09:37:10Z</dc:date>
    <item>
      <title>Invalid numbering type error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-numbering-type-error/m-p/6943711#M1487715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  I am doing smartforms...for that i created one driver program....where i have wrote code like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZPROGRAM_SMARTFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab type table of ekpo." with header LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_EBELN LIKE EKPO-EBELN.&lt;/P&gt;&lt;P&gt;DATA : fm_name type RS38L_FNAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *  FROM EKPO INTO TABLE ITAB WHERE EBELN  = p_ebeln.&lt;/P&gt;&lt;P&gt;&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                 ='ZPO_PRINT'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    VARIANT                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    DIRECT_CALL              = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;     FM_NAME                  = 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;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;  CALL FUNCTION FM_NAME&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_INDEX              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_INDEX_TAB          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CONTROL_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_APPL_OBJ              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_RECIPIENT             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_SENDER                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OUTPUT_OPTIONS             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    USER_SETTINGS              = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      P_EBELN                              = P_EBELN&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;    DOCUMENT_OUTPUT_INFO       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    JOB_OUTPUT_INFO            =&lt;/P&gt;&lt;/LI&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;      ITAB                       = ITAB&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    FORMATTING_ERROR           = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    INTERNAL_ERROR             = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    SEND_ERROR                 = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    USER_CANCELED              = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OTHERS                     = 5&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;and IN smart forms in form interface import parameter is P_EBELN TYPE EKPO-EBELN AND TABLES AS ITAB LIKE EKPO....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am trying to execute the driver program  it displays the error message as ' Invalid numbering type ().' in status bar...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody please help me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 08:54:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-numbering-type-error/m-p/6943711#M1487715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T08:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numbering type error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-numbering-type-error/m-p/6943712#M1487716</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;  what is the number and the ID ( Message class) of the message? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, luigi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 09:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-numbering-type-error/m-p/6943712#M1487716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T09:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numbering type error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-numbering-type-error/m-p/6943713#M1487717</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;    Thankq for giving reply....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message no is SSFCOMPOSER600..can you please help me....where is the problem....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 09:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-numbering-type-error/m-p/6943713#M1487717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T09:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numbering type error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-numbering-type-error/m-p/6943714#M1487718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After both the fuction module you have the sy-subrc statement with out 'EQ' just check it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have it as IF sy-subrc 0  'EQ' is missing in this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before thinking about the issue as a big one just check for small things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 09:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-numbering-type-error/m-p/6943714#M1487718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T09:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numbering type error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-numbering-type-error/m-p/6943715#M1487719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gopal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have specified the same..but while pasting eq is missing....this issue is related to the smartform not the printing program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 10:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-numbering-type-error/m-p/6943715#M1487719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T10:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid numbering type error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-numbering-type-error/m-p/6943716#M1487720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got solution to your problem. Problem exists in the Styles you are using. Go to your style which is being used in your smartform. Now go to the Paragraph Formatting. Check all your nodes falling under it. Now go to Numbering and outline tab ..then see Top outline Paragraph dropdown.. If anything is selected here.. deselect it. Activate your style. Activate your smartform. And you are done!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: mansoorahmed on Feb 23, 2012 7:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 06:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-numbering-type-error/m-p/6943716#M1487720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-23T06:33:25Z</dc:date>
    </item>
  </channel>
</rss>

