<?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: VBFA table access in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846165#M1473840</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 - If your question is answered, please assign po1nts and mark this as closed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My 2 cents - wrong solution.&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, 26 May 2010 13:08:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-26T13:08:02Z</dc:date>
    <item>
      <title>VBFA table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846152#M1473827</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;I have a section in code due to which it takes longer time to execute. This select statement fetches single record from VBFA table without providing all the primary keys coz i dont have any other option. Due to this, processing takes longer time. &lt;/P&gt;&lt;P&gt;According to the code written, it needs to fetch VBELV field from VBFA for VBELN &amp;amp; POSNN provided. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    select vbelv UP TO 1 ROWS                                   
      INTO VBFA-VBELV                                          
      FROM VBFA                                                 
      WHERE VBELN = tvbdpl-VBELN                                
      AND   POSNN = tvbdpl-POSNR.                               
    ENDSELECT.             
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked that it takes longer time for few document numbers not for all. I need to know why? Please help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 14:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846152#M1473827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T14:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: VBFA table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846153#M1473828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What type of document are you using in your WHERE (delivery, sales order)?? And what type of document are you trying to retrieve???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 14:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846153#M1473828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T14:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: VBFA table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846154#M1473829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many OSS notes available for this query, check notes like [Note 103218 - Performance of document flow, File VBFA|https://service.sap.com/sap/support/notes/103218]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 15:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846154#M1473829</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-05-20T15:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: VBFA table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846155#M1473830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;there is no index on vbeln from VBFA.&lt;/P&gt;&lt;P&gt;If you need to access at vbfa with vbeln after reading oss notes you can create an index VBELN&lt;/P&gt;&lt;P&gt;We have created this index without any problem( vbfa &amp;gt; 60.000.000 records)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 17:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846155#M1473830</guid>
      <dc:creator>sylvain_vels</dc:creator>
      <dc:date>2010-05-20T17:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: VBFA table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846156#M1473831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sylvain - if you read the notes, why did you end up creating an index?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 17:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846156#M1473831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T17:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: VBFA table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846157#M1473832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sylvain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didnt find any section in the note where we ned to create the index for VBFA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob - I am using VL03N transaction, provind delivery, giving the output type and wana display the form. But I didnt understand why the performance not affecting for all documents. I encoutered the performance issue for few. And even those douments have not more that 5 material. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reagrds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 06:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846157#M1473832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T06:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: VBFA table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846158#M1473833</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;I hope the purpose of your select statment based on VBFA is to get the preceeding document number (Sales order number).  If you are looking for the reference document number, then fetching the fields VGBEL from LIPS will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select vgbel 
      INTO &amp;lt;variable&amp;gt;
      FROM LIPS
      WHERE VBELN = tvbdpl-VBELN                                
      AND   POSNR = tvbdpl-POSNR.                               
ENDSELECT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 06:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846158#M1473833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T06:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: VBFA table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846159#M1473834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;         Generally if you are using some of the Key fields then the problem should not occur.&lt;/P&gt;&lt;P&gt;         But try and use the function module "SD_VBFA_SINGLE_READ"&lt;/P&gt;&lt;P&gt;         Since this is standard it should work efficiently and also please give input to field "I_VBTYP_N"&lt;/P&gt;&lt;P&gt;         ( Document category of subsequent document )&lt;/P&gt;&lt;P&gt;         This will improve performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uday Desai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 07:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846159#M1473834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T07:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: VBFA table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846160#M1473835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am providing the below selection in the FM SD_VBFA_SINGLE_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I_VBELN                         80593481&lt;/P&gt;&lt;P&gt; I_POSNN                         000010&lt;/P&gt;&lt;P&gt; I_VBTYP_N                       J&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its not giving any output records. I think this Fm works well only if u provide all the selection entries. can you plz check at your end. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to my senario i need to fetch VBELV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 08:36:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846160#M1473835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T08:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: VBFA table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846161#M1473836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried the solution of using table LIPS (field : LIPS-VGBEL) instead of VBFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 08:42:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846161#M1473836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T08:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: VBFA table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846162#M1473837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;       Yes. I realized this later that you won't get VBELV and that you are trying to find VBELV.&lt;/P&gt;&lt;P&gt;       So please try this FM   "WB2_VBFA_READ_WITH_VBELN". This will work &lt;/P&gt;&lt;P&gt;       if you have VBELN and you don't know what is VBELV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       I had tried this on my system and it works well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Hope this will solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uday Desai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 10:42:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846162#M1473837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T10:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: VBFA table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846163#M1473838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it to search the entries in LIPS and got the same, But I didnt got the permission from my senior to change it for LIPS. They are keen to find some thing else. May be later i convince for this change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 13:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846163#M1473838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T13:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: VBFA table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846164#M1473839</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 created following index in table VBFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           MANDT / VBELN / POSNN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   we think this index is useful not only the program but also other program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;   Gaito&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 00:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846164#M1473839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T00:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: VBFA table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846165#M1473840</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 - If your question is answered, please assign po1nts and mark this as closed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My 2 cents - wrong solution.&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, 26 May 2010 13:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbfa-table-access/m-p/6846165#M1473840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T13:08:02Z</dc:date>
    </item>
  </channel>
</rss>

