<?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 abap dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393374#M1044601</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;Modify statement going to dump in below coding. pls help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at it_vbrp.
READ TABLE it_lips WITH KEY vbeln = it_vbrp-vgbel BINARY SEARCH.

if sy-subrc = 0.
it_billing-ddl      = it_lips-vbeln .
it_billing-posnr    = it_lips-posnr.
endif.

READ TABLE it_likp WITH KEY vbeln = it_vbrp-vgbel BINARY SEARCH.
if sy-subrc = 0.
it_billing-vstel      = it_likp-vstel.

modify it_billing.
endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2008 03:42:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-19T03:42:12Z</dc:date>
    <item>
      <title>abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393374#M1044601</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;Modify statement going to dump in below coding. pls help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at it_vbrp.
READ TABLE it_lips WITH KEY vbeln = it_vbrp-vgbel BINARY SEARCH.

if sy-subrc = 0.
it_billing-ddl      = it_lips-vbeln .
it_billing-posnr    = it_lips-posnr.
endif.

READ TABLE it_likp WITH KEY vbeln = it_vbrp-vgbel BINARY SEARCH.
if sy-subrc = 0.
it_billing-vstel      = it_likp-vstel.

modify it_billing.
endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 03:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393374#M1044601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T03:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393375#M1044602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell the message you are getting in the DUMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 03:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393375#M1044602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T03:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393376#M1044603</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;modify it_billing&lt;/STRONG&gt; check this statement ---&amp;gt; try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY table IT_billing transporting xxxxx. see the sytax.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 03:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393376#M1044603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T03:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393377#M1044604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;following is error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Error in an ABAP/4 statement when processing an internal table.



 happened?
Error in the ABAP Application Program

The current ABAP program "ZVIO1044" had to be terminated because it has
come across a statement that unfortunately cannot be executed.



r analysis
You attempted to change, delete or create a line in the
internal table "\PROGRAM=ZVIO1044\DATA=IT_BILLING[]", but no valid cursor
 exists
for the table.
Possible reasons:
1. The relevent ABAP/4 statement does not include the addition
   "...INDEX...", although the statement is not
   inside a "LOOP...ENDLOOP" loop processing this table.
2. The relevent ABAP/4 statement was called from within a
   "LOOP...ENDLOOP" loop after a DELETE "\PROGRAM=ZVIO1044\DATA=IT_BILLING[]".&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 03:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393377#M1044604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T03:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393378#M1044605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U 've mentioned it as MODIFY, but the code doesnt know which line to modify.....rgt??&lt;/P&gt;&lt;P&gt;Thts the reason its goin to dump. U can give an INDEX there so tht it gets to know the rgt place to insert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below r some of the ways in which u can use MODIFY statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify ITAB from WA index 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify ITAB from WA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify ITAB from WA transporting FIELD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or simplest is take F1 help man....it helps a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ramya Shree M R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 03:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393378#M1044605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T03:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393379#M1044606</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;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify it_billing transporting ddl posnr vstel where vbeln = it_vbrp-vgbel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sharin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 03:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393379#M1044606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T03:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393380#M1044607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb35eb358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb35eb358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 03:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393380#M1044607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T03:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393381#M1044608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify it_billing transporting ddl posnr vstel where vbeln = it_vbrp-vgbel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but sy-subrc is 4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 03:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393381#M1044608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T03:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393382#M1044609</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;check this...&lt;/P&gt;&lt;P&gt;modify table it_billing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 04:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393382#M1044609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T04:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393383#M1044610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The Purpose of MODIFY stmt is to modify the internal table content with in the particular loop of the internal table.&lt;/P&gt;&lt;P&gt;The reason for dump is ur modifying the unknown internal table directly.&lt;/P&gt;&lt;P&gt;To avoid ur dump,&lt;/P&gt;&lt;P&gt;Please try in the following fashion..&lt;/P&gt;&lt;P&gt;Modify it_billing transporting the field which u modified where primary key condition.&lt;/P&gt;&lt;P&gt;Ex: &lt;STRONG&gt;Modify it_billing transporting vstel posnr ddl where vben = it_vbrp-vbeln&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 04:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393383#M1044610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T04:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: abap dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393384#M1044611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;loop at it_vbrp.
READ TABLE it_lips WITH KEY vbeln = it_vbrp-vgbel BINARY SEARCH.
 
if sy-subrc = 0.
it_billing-ddl      = it_lips-vbeln .
it_billing-posnr    = it_lips-posnr.
endif.
 
READ TABLE it_likp WITH KEY vbeln = it_vbrp-vgbel BINARY SEARCH.
if sy-subrc = 0.
it_billing-vstel      = it_likp-vstel.
endif.
"if already it_billing there and you want to modify then
modify it_billing transporting ddl posnr vstel where vbeln = it_vbrp-vbeln.

"and also i am thinking if you are populating billing info in this place not before
"then use
append it_billing.

endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 04:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/4393384#M1044611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T04:17:08Z</dc:date>
    </item>
  </channel>
</rss>

