<?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: Loop at XVBAP not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548066#M853572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see this problem only with this user exit.. i have tried writing a program and its working fine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into workarea does not work at all in this user exit..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2008 14:47:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-20T14:47:45Z</dc:date>
    <item>
      <title>Loop at XVBAP not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548060#M853566</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;   We have real strange problem with the loop at XVBAP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  here is the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;loop at xvbap into ls_xvbap where updkz ne 'D'  and and ( kwmeng eq 0 or zmeng eq 0 ).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;endloop.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The above loop works perfectly well but it does not fill the work area ls_xvbap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This is real starange situation.. &lt;STRONG&gt;ls_xvbap is same as xvbap&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; let me know if there is some reason for this.. i can change the code to get this work.. but i am curious to know what could be the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; how ever the record is copied to the xvbap header line.. but technically when you say into ls-xvbap y is the record not getting copied into this work area..&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;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 14:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548060#M853566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T14:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at XVBAP not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548061#M853567</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;loop at xvbap into ls_xvbap where updkz ne 'D'.&lt;/P&gt;&lt;P&gt;if  kwmeng eq 0 or&lt;/P&gt;&lt;P&gt;    zmeng eq 0 .&lt;/P&gt;&lt;P&gt;  continue. &lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 14:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548061#M853567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T14:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at XVBAP not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548062#M853568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My friend  , i know it will work if i change the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i dont want to..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even i have tried with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at xvbap into ls_xvbap where updkz ne 'D'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This also dont work.. here the problem is the record is not getting copied into ls_xvbap. there is no problem with the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have upgraded to ECC 6.0 and nothing is working in this when i loop at xvbap into some work area... &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;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 14:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548062#M853568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T14:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at XVBAP not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548063#M853569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide data declaration you have used for these variables..?&lt;/P&gt;&lt;P&gt;It looks like you are using it in some user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G@urav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 14:22:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548063#M853569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T14:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at XVBAP not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548064#M853570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i am using it in MV45AFZZ user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data :  ls_xvbap like xvbap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : ls_xvbap type VBAPVB.(VBAPVB is the type that xvbap is declared from).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 14:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548064#M853570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T14:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at XVBAP not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548065#M853571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont know whethet the below code will help u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked this program in my Dev Server too and then I see this code over there.. this works but they have not looped it over into another work area..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT xkomv WHERE kposn = xvbap-posnr AND
                            ( kschl(3) = 'ZPB' OR kschl = 'ZP%+' ) AND
                            kinak = space.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 14:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548065#M853571</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2008-03-20T14:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at XVBAP not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548066#M853572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see this problem only with this user exit.. i have tried writing a program and its working fine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into workarea does not work at all in this user exit..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 14:47:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548066#M853572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T14:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at XVBAP not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548067#M853573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes..&lt;/P&gt;&lt;P&gt;There seems to be a problem in MV45AZZ.&lt;/P&gt;&lt;P&gt;same thing is working in other programs.&lt;/P&gt;&lt;P&gt;I tried&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;data : begin of  itab occurs 125.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;         &lt;EM&gt;include structure mara.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;data : end of itab.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;data wa like itab.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select * up to 20 rows from mara into table itab .&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;loop at itab into wa where mtart ne 'FERT' .&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;write wa-matnr.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;endloop.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G@urav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 14:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548067#M853573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T14:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at XVBAP not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548068#M853574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. it works for me too.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is what i want to understand.. what chould be the probelm with MV45AFZZ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 15:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548068#M853574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T15:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at XVBAP not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548069#M853575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data : ls_xvbap like line of xvbap.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 15:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548069#M853575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T15:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at XVBAP not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548070#M853576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have that user-exit in my system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is xvbap declared in the tables section?&lt;/P&gt;&lt;P&gt;Have you tried to loop with the header line if that's the case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 15:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548070#M853576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T15:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at XVBAP not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548071#M853577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried all this code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at xvbap into ls_vbap..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endlooop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statment works all other also works xvbap has a header line that is getting filled.. but its not fillings ls_vbap this is my concern...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 15:17:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548071#M853577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T15:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at XVBAP not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548072#M853578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not get any answer.. But for sure there sould be something thing in this.. and may be particular to this user exit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 20:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-xvbap-not-working/m-p/3548072#M853578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T20:00:15Z</dc:date>
    </item>
  </channel>
</rss>

