<?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: abap help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/6639065#M1443204</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;you have to make a new internal table with one field type makpf-xblnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after fetching data from vbrp table....move one by one all entries from vbrp internal table to new internal table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in the FOR ALL ENTRIES...use the new internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will solve your problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2010 21:52:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-03T21:52:11Z</dc:date>
    <item>
      <title>abap help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/6639064#M1443203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, i have a question about an issue. i have 2 tables....vbrp and mkpf.  i need to take delivery number(VBELN) from vbrp which is defined as CHAR 10 and put it in XBLNR of mkpf which is defined as CHAR 16 but when i write a user exit it says "FOR ALL ENTRIES IN" statement both fields must be of same type and same length. i need to make both fields alike. can someone help? i am pretty new in abap.thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 21:37:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/6639064#M1443203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T21:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: abap help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/6639065#M1443204</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;you have to make a new internal table with one field type makpf-xblnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after fetching data from vbrp table....move one by one all entries from vbrp internal table to new internal table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in the FOR ALL ENTRIES...use the new internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will solve your problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 21:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/6639065#M1443204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T21:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: abap help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/6639066#M1443205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - This is the ABAP forum. Just about every question here is asking for "ABAP help". So in the future, please use a more descriptive title.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 22:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/6639066#M1443205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T22:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: abap help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/6639067#M1443206</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;Please declare the field xblnr in your internal table with the type Char and length 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 06:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/6639067#M1443206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T06:09:47Z</dc:date>
    </item>
  </channel>
</rss>

