<?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 Incorrect value in the dynamic table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178208#M1623946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii, &lt;/P&gt;&lt;P&gt;      I am new to abap, i wrote a program which is showing dump  " Incorrect value in the dynamic table." .&lt;/P&gt;&lt;P&gt;   Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The current ABAP program "SAPLKKBL" had to be terminated because it  come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; pls help me to solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zBLOCKED_ALV.&lt;/P&gt;&lt;P&gt;*tables: ekko,ekpo.&lt;/P&gt;&lt;P&gt;type-pools slis.&lt;/P&gt;&lt;P&gt;parameters porder like ekko-ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  i_ekko type   table of ekko,&lt;/P&gt;&lt;P&gt;          i_ekpo type   table of ekpo,&lt;/P&gt;&lt;P&gt;         fieldcat type slis_t_fieldcat_alv,&lt;/P&gt;&lt;P&gt;         keyinfo type slis_keyinfo_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear keyinfo.&lt;/P&gt;&lt;P&gt;  keyinfo-header01 = 'ebeln'.&lt;/P&gt;&lt;P&gt;  yinfo-item01 = 'ebeln'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from ekko into table i_ekko where ebeln = porder.&lt;/P&gt;&lt;P&gt;  select * from ekpo into table i_ekpo for all entries in i_ekko&lt;/P&gt;&lt;P&gt;    where ebeln = i_ekko-ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        I_PROGRAM_NAME               = sy-cprog&lt;/P&gt;&lt;P&gt;        I_INTERNAL_TABNAME           = 'i_ekko'&lt;/P&gt;&lt;P&gt;        I_STRUCTURE_NAME             = 'ekko'&lt;/P&gt;&lt;P&gt;      CHANGING&lt;/P&gt;&lt;P&gt;        CT_FIELDCAT                  = fieldcat.&lt;/P&gt;&lt;P&gt;refresh fieldcat.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        I_PROGRAM_NAME               = sy-cprog&lt;/P&gt;&lt;P&gt;        I_INTERNAL_TABNAME           = 'i_ekpo'&lt;/P&gt;&lt;P&gt;        I_STRUCTURE_NAME             = 'ekpo'&lt;/P&gt;&lt;P&gt;      CHANGING&lt;/P&gt;&lt;P&gt;        CT_FIELDCAT                  = fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    I_CALLBACK_PROGRAM             = sy-cprog&lt;/P&gt;&lt;P&gt;    IT_FIELDCAT                    = fieldcat&lt;/P&gt;&lt;P&gt;    I_TABNAME_HEADER               = 'i_ekko'&lt;/P&gt;&lt;P&gt;    I_TABNAME_ITEM                 = 'i_ekpo'&lt;/P&gt;&lt;P&gt;    IS_KEYINFO                     = keyinfo&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    T_OUTTAB_HEADER                = i_ekko&lt;/P&gt;&lt;P&gt;    T_OUTTAB_ITEM                  = i_ekpo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2011 11:05:10 GMT</pubDate>
    <dc:creator>sandeepreddyj6</dc:creator>
    <dc:date>2011-08-30T11:05:10Z</dc:date>
    <item>
      <title>Incorrect value in the dynamic table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178208#M1623946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii, &lt;/P&gt;&lt;P&gt;      I am new to abap, i wrote a program which is showing dump  " Incorrect value in the dynamic table." .&lt;/P&gt;&lt;P&gt;   Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The current ABAP program "SAPLKKBL" had to be terminated because it  come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; pls help me to solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zBLOCKED_ALV.&lt;/P&gt;&lt;P&gt;*tables: ekko,ekpo.&lt;/P&gt;&lt;P&gt;type-pools slis.&lt;/P&gt;&lt;P&gt;parameters porder like ekko-ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  i_ekko type   table of ekko,&lt;/P&gt;&lt;P&gt;          i_ekpo type   table of ekpo,&lt;/P&gt;&lt;P&gt;         fieldcat type slis_t_fieldcat_alv,&lt;/P&gt;&lt;P&gt;         keyinfo type slis_keyinfo_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear keyinfo.&lt;/P&gt;&lt;P&gt;  keyinfo-header01 = 'ebeln'.&lt;/P&gt;&lt;P&gt;  yinfo-item01 = 'ebeln'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from ekko into table i_ekko where ebeln = porder.&lt;/P&gt;&lt;P&gt;  select * from ekpo into table i_ekpo for all entries in i_ekko&lt;/P&gt;&lt;P&gt;    where ebeln = i_ekko-ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        I_PROGRAM_NAME               = sy-cprog&lt;/P&gt;&lt;P&gt;        I_INTERNAL_TABNAME           = 'i_ekko'&lt;/P&gt;&lt;P&gt;        I_STRUCTURE_NAME             = 'ekko'&lt;/P&gt;&lt;P&gt;      CHANGING&lt;/P&gt;&lt;P&gt;        CT_FIELDCAT                  = fieldcat.&lt;/P&gt;&lt;P&gt;refresh fieldcat.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        I_PROGRAM_NAME               = sy-cprog&lt;/P&gt;&lt;P&gt;        I_INTERNAL_TABNAME           = 'i_ekpo'&lt;/P&gt;&lt;P&gt;        I_STRUCTURE_NAME             = 'ekpo'&lt;/P&gt;&lt;P&gt;      CHANGING&lt;/P&gt;&lt;P&gt;        CT_FIELDCAT                  = fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    I_CALLBACK_PROGRAM             = sy-cprog&lt;/P&gt;&lt;P&gt;    IT_FIELDCAT                    = fieldcat&lt;/P&gt;&lt;P&gt;    I_TABNAME_HEADER               = 'i_ekko'&lt;/P&gt;&lt;P&gt;    I_TABNAME_ITEM                 = 'i_ekpo'&lt;/P&gt;&lt;P&gt;    IS_KEYINFO                     = keyinfo&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    T_OUTTAB_HEADER                = i_ekko&lt;/P&gt;&lt;P&gt;    T_OUTTAB_ITEM                  = i_ekpo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 11:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178208#M1623946</guid>
      <dc:creator>sandeepreddyj6</dc:creator>
      <dc:date>2011-08-30T11:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect value in the dynamic table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178209#M1623947</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 ever that is passed to Field Catalog merge Use  CAPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;      I_STRUCTURE_NAME            = 'STRUCTURE'   -&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;&amp;gt; Check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 11:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178209#M1623947</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2011-08-30T11:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect value in the dynamic table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178210#M1623948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii  VENKAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no use .i tried it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 11:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178210#M1623948</guid>
      <dc:creator>sandeepreddyj6</dc:creator>
      <dc:date>2011-08-30T11:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect value in the dynamic table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178211#M1623949</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;You have to pass 'EKKO' and 'EKPO' i.e in caps to the exporting parameter I_STRUCTURE_NAME of the function module &lt;/P&gt;&lt;P&gt;'REUSE_ALV_FIELDCATALOG_MERGE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this would work, if not pls let me know.&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;Radhika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 11:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178211#M1623949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-30T11:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect value in the dynamic table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178212#M1623950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Radhika ,&lt;/P&gt;&lt;P&gt;                         I changed my complete code to caps ,again it is  going to dump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 11:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178212#M1623950</guid>
      <dc:creator>sandeepreddyj6</dc:creator>
      <dc:date>2011-08-30T11:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect value in the dynamic table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178213#M1623951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CAPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
keyinfo-header01 = 'EBELN'.
keyinfo-item01 = 'EBELN'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 11:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178213#M1623951</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-08-30T11:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect value in the dynamic table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178214#M1623952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey  Jose Maria ...&lt;/P&gt;&lt;P&gt;                                    I solved it. Very helpful anwser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 11:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178214#M1623952</guid>
      <dc:creator>sandeepreddyj6</dc:creator>
      <dc:date>2011-08-30T11:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect value in the dynamic table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178215#M1623953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i got it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 11:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178215#M1623953</guid>
      <dc:creator>sandeepreddyj6</dc:creator>
      <dc:date>2011-08-30T11:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect value in the dynamic table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178216#M1623954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANK YOU ITS REALLY HELPFULL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 06:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incorrect-value-in-the-dynamic-table/m-p/8178216#M1623954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-17T06:14:58Z</dc:date>
    </item>
  </channel>
</rss>

