<?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: smartform drvr prog error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425422#M203986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Pass the t_bseg in table parameters as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION l_rs38l_fnam&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;company_code = s_bukrs&lt;/P&gt;&lt;P&gt;doc_no = s_belnr&lt;/P&gt;&lt;P&gt;fiscal_year = s_gjahr&lt;/P&gt;&lt;P&gt;posting_dt = w_budat&lt;/P&gt;&lt;P&gt;doc_dt = w_bldat&lt;/P&gt;&lt;P&gt;posted_by = w_usnam&lt;/P&gt;&lt;P&gt;currency = w_waers&lt;/P&gt;&lt;P&gt;posting_prd = w_monat&lt;/P&gt;&lt;P&gt;parked_by = w_ppnam&lt;/P&gt;&lt;P&gt;refrence_fld = w_xblnr&lt;/P&gt;&lt;P&gt;description = w_butxt&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;i_t_bseg = t_bseg[]&amp;lt;/b&amp;gt;&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;Thanks, &lt;/P&gt;&lt;P&gt;Rashmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2006 13:09:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-06T13:09:29Z</dc:date>
    <item>
      <title>smartform drvr prog error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425419#M203983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frnds .. when i am execting my drvr progrm .. i am geting a error as &lt;/P&gt;&lt;P&gt;A type conflict occurred when structure parameters were passed in .. can anybody tell me wat to do now ..&lt;/P&gt;&lt;P&gt;actualy i have declared a intrnl table t_bseg . and passing this bseg to my smartform as ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION l_rs38l_fnam&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     company_code               = s_bukrs&lt;/P&gt;&lt;P&gt;     doc_no                     = s_belnr&lt;/P&gt;&lt;P&gt;     fiscal_year                = s_gjahr&lt;/P&gt;&lt;P&gt;     posting_dt                 = w_budat&lt;/P&gt;&lt;P&gt;     doc_dt                     = w_bldat&lt;/P&gt;&lt;P&gt;     posted_by                  = w_usnam&lt;/P&gt;&lt;P&gt;     currency                   = w_waers&lt;/P&gt;&lt;P&gt;     posting_prd                = w_monat&lt;/P&gt;&lt;P&gt;     parked_by                  = w_ppnam&lt;/P&gt;&lt;P&gt;     refrence_fld               = w_xblnr&lt;/P&gt;&lt;P&gt;     description                = w_butxt&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;     i_t_bseg                   = t_bseg&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;i_t_bseg i have declared it in the smartform as my customized structure similar to the structure of t_bseg &lt;/P&gt;&lt;P&gt;can anybody help me with this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanking you &lt;/P&gt;&lt;P&gt;rohit gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 12:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425419#M203983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T12:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: smartform drvr prog error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425420#M203984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Smartforms FM&lt;/P&gt;&lt;P&gt;   need TABLE Types.&lt;/P&gt;&lt;P&gt;  (and not table and structures)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The data needs to be passed In EXPORTING&lt;/P&gt;&lt;P&gt;   (and not TABLES)&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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 12:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425420#M203984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T12:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: smartform drvr prog error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425421#M203985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii mr amit .&lt;/P&gt;&lt;P&gt;i am dong this now but it is still giving error of function call&lt;/P&gt;&lt;P&gt;CALL FUNCTION l_rs38l_fnam&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     company_code               = s_bukrs&lt;/P&gt;&lt;P&gt;     doc_no                     = s_belnr&lt;/P&gt;&lt;P&gt;     fiscal_year                = s_gjahr&lt;/P&gt;&lt;P&gt;     posting_dt                 = w_budat&lt;/P&gt;&lt;P&gt;     doc_dt                     = w_bldat&lt;/P&gt;&lt;P&gt;     posted_by                  = w_usnam&lt;/P&gt;&lt;P&gt;     currency                   = w_waers&lt;/P&gt;&lt;P&gt;     posting_prd                = w_monat&lt;/P&gt;&lt;P&gt;     parked_by                  = w_ppnam&lt;/P&gt;&lt;P&gt;     refrence_fld               = w_xblnr&lt;/P&gt;&lt;P&gt;     description                = w_butxt&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;    i_t_bseg                    = t_bseg&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 12:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425421#M203985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T12:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: smartform drvr prog error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425422#M203986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Pass the t_bseg in table parameters as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION l_rs38l_fnam&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;company_code = s_bukrs&lt;/P&gt;&lt;P&gt;doc_no = s_belnr&lt;/P&gt;&lt;P&gt;fiscal_year = s_gjahr&lt;/P&gt;&lt;P&gt;posting_dt = w_budat&lt;/P&gt;&lt;P&gt;doc_dt = w_bldat&lt;/P&gt;&lt;P&gt;posted_by = w_usnam&lt;/P&gt;&lt;P&gt;currency = w_waers&lt;/P&gt;&lt;P&gt;posting_prd = w_monat&lt;/P&gt;&lt;P&gt;parked_by = w_ppnam&lt;/P&gt;&lt;P&gt;refrence_fld = w_xblnr&lt;/P&gt;&lt;P&gt;description = w_butxt&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;i_t_bseg = t_bseg[]&amp;lt;/b&amp;gt;&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;Thanks, &lt;/P&gt;&lt;P&gt;Rashmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 13:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425422#M203986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T13:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: smartform drvr prog error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425423#M203987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the smartform interface parameters I believe that you have to use structures that are defined in the data dictionary.  You can create your customized structure through SE11 or you will have to use the standard BSEG table structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 13:24:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425423#M203987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T13:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: smartform drvr prog error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425424#M203988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind of error is coming now...? Can you specify the exact error that is coming..? Then perhaps we can help you out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell us whether the internal table has header line...? Then you should use [] after the t_bseg in the function module ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables&lt;/P&gt;&lt;P&gt;i_t_bseg = t_bseg[]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the smartform , how did you specify your table ...? Can you specify the way in which you wrote in the Tables section..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Is your problem solved&amp;lt;/b&amp;gt;....?&lt;/P&gt;&lt;P&gt;If so please close the thread...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sylendra Prasad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 13:25:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425424#M203988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T13:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: smartform drvr prog error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425425#M203989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you have said that your customized structure is same as the structure that you have declare in your smartforms.&lt;/P&gt;&lt;P&gt;if &lt;/P&gt;&lt;P&gt;company_code = s_bukrs&lt;/P&gt;&lt;P&gt;doc_no = s_belnr&lt;/P&gt;&lt;P&gt;fiscal_year = s_gjahr&lt;/P&gt;&lt;P&gt;posting_dt = w_budat&lt;/P&gt;&lt;P&gt;doc_dt = w_bldat&lt;/P&gt;&lt;P&gt;posted_by = w_usnam&lt;/P&gt;&lt;P&gt;currency = w_waers&lt;/P&gt;&lt;P&gt;posting_prd = w_monat&lt;/P&gt;&lt;P&gt;parked_by = w_ppnam&lt;/P&gt;&lt;P&gt;refrence_fld = w_xblnr&lt;/P&gt;&lt;P&gt;description = w_butxt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are the fields you have declare in the structure than check in the smartform global declaration that wheather each and every data is passing there appropriately or not and check with the conditions there, means you have used type and like properly or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 14:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425425#M203989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T14:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: smartform drvr prog error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425426#M203990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rohit,&lt;/P&gt;&lt;P&gt;try to declare your internal table in this way in driver program and send it to tables itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: t_bseg type standard table of YOUR COUSTMIZED STRUCTURE NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Manohar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 15:10:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-drvr-prog-error/m-p/1425426#M203990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T15:10:36Z</dc:date>
    </item>
  </channel>
</rss>

