<?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: create_dynamic_table - error  &amp;quot;Load program not found&amp;quot; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-table-error-quot-load-program-not-found-quot/m-p/6687214#M1450463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before call this method you need to create and fill the field catalogue:&lt;/P&gt;&lt;P&gt;1. manually&lt;/P&gt;&lt;P&gt;2. using FM &lt;STRONG&gt;LVC_FIELDCATALOG_MERGE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this: &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4378198"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Mar 2010 12:49:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-09T12:49:53Z</dc:date>
    <item>
      <title>create_dynamic_table - error  "Load program not found"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-table-error-quot-load-program-not-found-quot/m-p/6687213#M1450462</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 have receive error "Load program not found" at &lt;STRONG&gt;CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Runtime Error          LOAD_PROGRAM_NOT_FOUND 
Exception              CX_SY_PROGRAM_NOT_FOUND

Error analysis                                                                                
An exception occurred. This exception is dealt with in more detail below      
. The exception, which is assigned to the class 'CX_SY_PROGRAM_NOT_FOUND', was
 neither                                                                      
caught nor passed along using a RAISING clause, in the procedure              
 "FB_TABLE_CREATE_STRING" "(FORM)"                                            
.                                                                             
Since the caller of the procedure could not have expected this exception      
 to occur, the running program was terminated.                                
The reason for the exception is:                                              
On account of a branch in the program                                         
(CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)                              
or a transaction call, another ABAP/4 program                                 
is to be loaded, namely " ".                                                                                
However, program " " does not exist in the library.                           
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm stuck in this annoying problem,,,can anyone help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 12:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-table-error-quot-load-program-not-found-quot/m-p/6687213#M1450462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-09T12:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: create_dynamic_table - error  "Load program not found"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-table-error-quot-load-program-not-found-quot/m-p/6687214#M1450463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before call this method you need to create and fill the field catalogue:&lt;/P&gt;&lt;P&gt;1. manually&lt;/P&gt;&lt;P&gt;2. using FM &lt;STRONG&gt;LVC_FIELDCATALOG_MERGE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this: &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4378198"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 12:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-table-error-quot-load-program-not-found-quot/m-p/6687214#M1450463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-09T12:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: create_dynamic_table - error  "Load program not found"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-table-error-quot-load-program-not-found-quot/m-p/6687215#M1450464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maroz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this is not best practise to post my question in some others,  but i have posted it separately earlier&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1622403"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have created a dynamic ITAB from 1 Row of Excel Sheet&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT ist_excel INTO w_excel WHERE row = 2. " Contains the Values provided in 2nd row of Excel
    APPEND w_excel TO row1.
  ENDLOOP.
  LOOP AT ist_excel INTO w_excel WHERE row = 3. " Contains the Values provided in 3rd row of Excel
    APPEND w_excel TO row2.
  ENDLOOP.
  LOOP AT ist_excel INTO w_excel WHERE row = 4." Contains the Values provided in 4th row of Excel Etc
    APPEND w_excel TO row3.
  ENDLOOP.

  LOOP AT row1 INTO w_excel.
    CLEAR wa_it_fldcat.
    wa_it_fldcat-fieldname = w_excel-value .
    wa_it_fldcat-datatype = 'C'.
    wa_it_fldcat-inttype = wa_details-type_kind.
    wa_it_fldcat-intlen = 40.
*  wa_it_fldcat-decimals = wa_details-decimals.
    APPEND wa_it_fldcat TO it_fldcat .
  ENDLOOP.

* Create dynamic internal table and assign to FS
  CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table
    EXPORTING
      it_fieldcatalog = it_fldcat
    IMPORTING
      ep_table        = new_table.

  ASSIGN new_table-&amp;gt;* TO &amp;lt;dyn_table&amp;gt;.

* Create dynamic work area and assign to FS
  CREATE DATA new_line LIKE LINE OF &amp;lt;dyn_table&amp;gt;.
  ASSIGN new_line-&amp;gt;* TO &amp;lt;dyn_wa&amp;gt;.

I followed the Link provided by to create a Dynamic ITAB
Please guide me how to pass these Value from excel to Dynamic Internal Table&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards&lt;/P&gt;&lt;P&gt;Ramchander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 05:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-table-error-quot-load-program-not-found-quot/m-p/6687215#M1450464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T05:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: create_dynamic_table - error  "Load program not found"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-table-error-quot-load-program-not-found-quot/m-p/6687216#M1450465</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;Refer the below code snippet:-&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: v_ref_table    TYPE REF TO data,  "To create the DYN TAB
      v_ref_new_line TYPE REF TO data.  "To Create the Dyn Workarea.

DATA: it_fld_cat  TYPE  lvc_t_fcat.          " Field Catalog for Dyn Tab
DATA: WA_FLDCAT   TYPE  lvc_s_fcat.

FIELD-SYMBOLS: &amp;lt;fs_itab&amp;gt; TYPE STANDARD TABLE,
               &amp;lt;fs_wa&amp;gt;   TYPE ANY.

"Populate the field catalog details as:
  WA_FLDCAT-col_pos   = &amp;lt;col_pos&amp;gt;.
  WA_FLDCAT-fieldname = &amp;lt;fieldname&amp;gt;.
  WA_FLDCAT-datatype  = &amp;lt;datatype&amp;gt;.
  WA_FLDCAT-inttype   = 'C'.
  WA_FLDCAT-intlen    = '50'.
  APPEND WA_FLDCAT TO it_fld_cat.

*--Create dynamic internal table and assign to FS
  CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table
    EXPORTING
      it_fieldcatalog = it_fld_cat
    IMPORTING
      ep_table        = v_ref_table.

*--Create dynamic work area and assign to FS
  ASSIGN v_ref_table-&amp;gt;* TO &amp;lt;fs_itab&amp;gt;.

*--Create dynamic work area and assign to FS
  CREATE DATA v_ref_new_line LIKE LINE OF &amp;lt;fs_itab&amp;gt;.
  ASSIGN v_ref_new_line-&amp;gt;* TO &amp;lt;fs_wa&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 05:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-dynamic-table-error-quot-load-program-not-found-quot/m-p/6687216#M1450465</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2010-03-10T05:13:05Z</dc:date>
    </item>
  </channel>
</rss>

