<?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: help in sql trace for vf03 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159328#M119946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the final logic which im using is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in vbfa table input invoice no.&lt;/P&gt;&lt;P&gt;and get the VBTYP_N field value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in vbuk table input VBELN &amp;amp; VBTYP and if i get the &lt;/P&gt;&lt;P&gt;GBSTK filed value as c (completely processed) then it will show the overall processing status for the accounting doc. in vf03 as cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct me if im wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;maqsood&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2006 11:59:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-15T11:59:20Z</dc:date>
    <item>
      <title>help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159314#M119932</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 was tracing the sql statments present in vf03 transaction for the invoice no.'s with accounting document over all status as not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to know the flow of the sql statements right from the user giving the invoice no. as input to the document flow window to know from where and how it is picking the accounting doucment over all processing status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for ur replies&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;maqsood&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 07:00:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159314#M119932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T07:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159315#M119933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ST05 provides raw SQL reads. Use SE30 to scan through the function modules and subroutines which VF03 spends maximum time in. This will help you narrow down your search.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 07:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159315#M119933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T07:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159316#M119934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u plz expalin me in detail what you want to tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in se30 we will see the performance issues specially realted to database hits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how it can help me in that.&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;maqsood&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 07:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159316#M119934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T07:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159317#M119935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi maqsood&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the overall status of the invoice number is retrieved from VBUK in vf03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz close the previous thread.&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;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 07:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159317#M119935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T07:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159318#M119936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thanx for ur replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i also want to know flow of the sql statements right from the user giving the invoice no. in vf03 till we get the document flow window in that the over all processing status of the accounting document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my superior is mainly intereset in the flow of sql statements and the tables and the fields from which it is gitting in vf03 transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 07:37:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159318#M119936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T07:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159319#M119937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE30 is meant for checking performance, but it is also a very useful tool to check important portions of code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever a transaction like VF03 is run, lots of activities are done: user settings are checked, data entered by user is validated, data fetching is done and the data display is done. A good guess is that the transaction spends the most of its time fetching data from database, right? Then the top few hits in SE30 are the areas of code that select data for invoice # etc, that the user has entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By investigating these top few hits, you will get a good idea of the flow of the transaction: what tables are being checked, what is the sequence of data etc. It has worked for me a few times...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 07:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159319#M119937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T07:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159320#M119938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi MAQSOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THERE WILL BE LOT OF TRANSACTION TAKING PLACE IN VF03 LIKE DATA RETRIEVAL ,USER CHECKS, CONVERSION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the data retrieval the flow&lt;/P&gt;&lt;P&gt;will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) selection from VBRK using VBELN by the FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RV_INVOICE_DOCUMENT_READ'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ACTIVITY                   = '  '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  KONV_READ                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_NAST                    = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    VBRK_I                     =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_NO_AUTHORITY_CHECK       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OIA_UNZIP_FEES             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VBRK_E                     =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VBUK_E                     =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    XKOMV                      =&lt;/P&gt;&lt;P&gt;    XVBPA                      =&lt;/P&gt;&lt;P&gt;    XVBRK                      =&lt;/P&gt;&lt;P&gt;    XVBRP                      =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  XKOMFK                     =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  XVBFS                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  XTHEAD                     =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  XVBSS                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_AUTHORITY               = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                     = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this FM recieves all the infornmation regardin the given invoice number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then it receives the Billing documetns from TVFK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and based these document types the particular screens are selected and in the mean time there will lot of user checks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then comes Item information from VBRP.&lt;/P&gt;&lt;P&gt;using the vbeln it receives the item level information from VBRP, MARA, etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know the exact FM which recieves the item information in vf03. you can find it using debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at last the item information is displayed using table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this may not be accurate but this is logic used in vf03&lt;/P&gt;&lt;P&gt;hope it will be useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 08:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159320#M119938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T08:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159321#M119939</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 can use fm RV_ORDER_FLOW_INFORMATION to find out the flow of invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to know the accounting doc.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&amp;gt; VBRK-RFBSK = 'C'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&amp;gt; Header data: this select uses a std index 4&lt;/P&gt;&lt;P&gt;     SELECT * FROM BKPF WHERE AWTYP = 'VBRK'&lt;/P&gt;&lt;P&gt;                          AND AWKEY = VBRK-VBELN.&lt;/P&gt;&lt;P&gt;       EXIT.&lt;/P&gt;&lt;P&gt;     ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; Item data&lt;/P&gt;&lt;P&gt;     SELECT * FROM BSEG INTO T_BSEG &lt;/P&gt;&lt;P&gt;                     WHERE BUKRS = BKPF-BUKRS&lt;/P&gt;&lt;P&gt;                       AND BELNR = BKPF-BELNR&lt;/P&gt;&lt;P&gt;                       AND GJAHR = BKPF-GJAHR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 08:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159321#M119939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T08:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159322#M119940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI maqsood&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please don't forget to close the threads when your problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward the helpful answers&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;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 09:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159322#M119940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T09:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159323#M119941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to close it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have rewarded points for helpfull answers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;maqsood&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 10:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159323#M119941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T10:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159324#M119942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi maqsood&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the thread will be closed if you reward any answer as SOLVED PROBLEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please close the previous thread 'need help' also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 10:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159324#M119942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T10:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159325#M119943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as u have said that invioce no. is retrive from VBUK table. i have traced the select statement through which it is retriving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program :SAPMV75F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subroutine: XVBUK_FUELLEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select vbeln vbtyp kostk koquk lvstk wbstk gbstk into corresponding fields of table xvbuk from vbuk or all entries in beleg &lt;/P&gt;&lt;P&gt;where vbeln = beleg-vbeln  and   vbtyp = beleg-vbtyp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i tried to trace from where its getting the vbtype field value which is giving as one of the i/p in this select statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i think it is taking from VBFA-VBTYP_N field. (correct me if im wrong)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u tell me what does this N, S and L status stands for in this filed.&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;maqsood&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 11:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159325#M119943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T11:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159326#M119944</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;The field VBTYP indicate the type of sale document you're seeing, all the values are in domain VBTYP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A	Inquiry&lt;/P&gt;&lt;P&gt;B	Quotation&lt;/P&gt;&lt;P&gt;C	Order&lt;/P&gt;&lt;P&gt;D	Item proposal&lt;/P&gt;&lt;P&gt;E	Scheduling agreement&lt;/P&gt;&lt;P&gt;F	Scheduling agreement with external service agent&lt;/P&gt;&lt;P&gt;G	Contract&lt;/P&gt;&lt;P&gt;H	Returns&lt;/P&gt;&lt;P&gt;I	Order w/o charge&lt;/P&gt;&lt;P&gt;J	Delivery&lt;/P&gt;&lt;P&gt;K	Credit memo request&lt;/P&gt;&lt;P&gt;L	Debit memo request&lt;/P&gt;&lt;P&gt;M	Invoice&lt;/P&gt;&lt;P&gt;N	Invoice cancellation&lt;/P&gt;&lt;P&gt;O	Credit memo&lt;/P&gt;&lt;P&gt;P	Debit memo&lt;/P&gt;&lt;P&gt;Q	WMS transfer order&lt;/P&gt;&lt;P&gt;R	Goods movement&lt;/P&gt;&lt;P&gt;S	Credit memo cancellation&lt;/P&gt;&lt;P&gt;T	Returns delivery for order&lt;/P&gt;&lt;P&gt;U	Pro forma invoice&lt;/P&gt;&lt;P&gt;V	Purchase order&lt;/P&gt;&lt;P&gt;W	Independent reqts plan&lt;/P&gt;&lt;P&gt;X	Handling unit&lt;/P&gt;&lt;P&gt;0	Master contract&lt;/P&gt;&lt;P&gt;1	Sales activities (CAS)&lt;/P&gt;&lt;P&gt;2	External transaction&lt;/P&gt;&lt;P&gt;3	Invoice list&lt;/P&gt;&lt;P&gt;4	Credit memo list&lt;/P&gt;&lt;P&gt;5	Intercompany invoice&lt;/P&gt;&lt;P&gt;6	Intercompany credit memo&lt;/P&gt;&lt;P&gt;7	Delivery/shipping notification&lt;/P&gt;&lt;P&gt;8	Shipment&lt;/P&gt;&lt;P&gt;a	Shipment costs&lt;/P&gt;&lt;P&gt;e	Allocation table&lt;/P&gt;&lt;P&gt;g	Rough Goods Receipt (only IS-Retail)&lt;/P&gt;&lt;P&gt;h	Cancel goods issue&lt;/P&gt;&lt;P&gt;i	Goods receipt&lt;/P&gt;&lt;P&gt;j	JIT call&lt;/P&gt;&lt;P&gt;r	TD Shipment (IS-Oil Only)&lt;/P&gt;&lt;P&gt;s	Loading Confirmation, Reposting (IS-Oil Only)&lt;/P&gt;&lt;P&gt;t	Gain/Loss (IS-Oil Only)&lt;/P&gt;&lt;P&gt;u	Placing Back in Stock (IS-Oil Only)&lt;/P&gt;&lt;P&gt;v	Two-Step Goods Receipt (IS-Oil Only)&lt;/P&gt;&lt;P&gt;w	Reservation (IS-Oil Only)&lt;/P&gt;&lt;P&gt;x	Loading Confirmation, Goods Receipt (IS-Oil Only)&lt;/P&gt;&lt;P&gt;$	(AFS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 11:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159326#M119944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T11:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159327#M119945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it VBUK-GBSTK FIELD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND FOR INVOICE NO. WHOSE VBFA-VBTYP_N  FILED VALUE IS "s" (credit memo cancelled) WHY I CAN NOT SEE A RECORD IN VBUK TABLE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 11:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159327#M119945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T11:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159328#M119946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the final logic which im using is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in vbfa table input invoice no.&lt;/P&gt;&lt;P&gt;and get the VBTYP_N field value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in vbuk table input VBELN &amp;amp; VBTYP and if i get the &lt;/P&gt;&lt;P&gt;GBSTK filed value as c (completely processed) then it will show the overall processing status for the accounting doc. in vf03 as cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct me if im wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;maqsood&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 11:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159328#M119946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T11:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159329#M119947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI maqsood &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no need of vbtyp in vbuk.&lt;/P&gt;&lt;P&gt;you only need vbeln for getting the status information gbstk which is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that link VBRK-vbeln and VBUK-vbeln then get the data.&lt;/P&gt;&lt;P&gt;vbtyp is in vbuk and for invoice it is 'M'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Harikishore Sreenivasulu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 12:07:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159329#M119947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T12:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159330#M119948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then y is it that select statement in vfo3 is using that field as one of the input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;program: sAPMV75F &lt;/P&gt;&lt;P&gt;subroutine : XVBUK_FUELLEN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select vbeln vbtyp kostk koquk lvstk wbstk gbstk into corresponding fields of table xvbuk from vbuk or all entries in beleg where vbeln = beleg-vbeln  and   vbtyp = beleg-vbtyp.&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;maqsood&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 12:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159330#M119948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T12:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159331#M119949</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 can't understand what you're looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if the accounting document is cleared?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's so, you can't get out this information from sale flow, but you have to read the customer items in accounting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A) IF VBRK-RFBSK = 'C' =&amp;gt; Accounting doc. is created.&lt;/P&gt;&lt;P&gt;B) Find the document from BKPF&lt;/P&gt;&lt;P&gt;C) Find the items from BSEG where KOART = D&lt;/P&gt;&lt;P&gt;   IF BSEG-AUGDT &amp;lt;&amp;gt; '00000000' =&amp;gt; Invoice is cleared&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 12:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159331#M119949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T12:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159332#M119950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will tell u what my problem is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i use ur logic for tracing the invoice no.'s whose accounting doc. overall processing status is 'cleared' or 'not cleared'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its the same result which im getting through vf03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but ur logic is not the logic which is implemented in vf03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i want to know that logic. from where it is getting that data ( from which tables and how )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and what kishore told about the vf03 logic ( the overall status of the invoice number is retrieved from VBUK in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vf03) is seems to be false as its not matching with the result of ur logic and with the o/p of vf03 when the status is 'not cleared'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so i want to know the vf03 logic for  accounting doc. overall processing status &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;maqsood&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 14:20:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159332#M119950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T14:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: help in sql trace for vf03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159333#M119951</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 should look at the code of std fm RV_ORDER_FLOW_INFORMATION, here you can see all selects the system does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway the tables are VBFA (document flow), VBUK and VBUP. But you can't find that information here, because it's only in accounting not in sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So perhaps the abap code you're looking for it's this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if vbrk-vbeln &amp;lt;&amp;gt; vbfa_tab-vbeln.&lt;/P&gt;&lt;P&gt;    perform vbrk_ermitteln using vbfa_tab-vbeln.&lt;/P&gt;&lt;P&gt;    check sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    check xvbrk-rfbsk = 'C' or  xvbrk-rfbsk = 'J'.&lt;/P&gt;&lt;P&gt;    read table xdoc_num with key vbeln = vbfa_tab-vbeln&lt;/P&gt;&lt;P&gt;                        binary search.&lt;/P&gt;&lt;P&gt;    tabix_xdoc = sy-tabix.&lt;/P&gt;&lt;P&gt;    if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      check xdoc_num-not_found is initial.&lt;/P&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;      refresh xbkpf.&lt;/P&gt;&lt;P&gt;      call function 'FI_DOCUMENT_READ'&lt;/P&gt;&lt;P&gt;           exporting&lt;/P&gt;&lt;P&gt;                i_awtyp     = 'VBRK'&lt;/P&gt;&lt;P&gt;                i_awref     = vbfa_tab-vbeln&lt;/P&gt;&lt;P&gt;                i_awsys     = vbrk-logsys&lt;/P&gt;&lt;P&gt;                i_bukrs     = vbrk-bukrs&lt;/P&gt;&lt;P&gt;                i_gjahr     = vbrk-gjahr&lt;/P&gt;&lt;P&gt;           tables&lt;/P&gt;&lt;P&gt;                t_bkpf      = xbkpf&lt;/P&gt;&lt;P&gt;                t_bseg      = xbseg&lt;/P&gt;&lt;P&gt;           exceptions&lt;/P&gt;&lt;P&gt;                wrong_input = 1&lt;/P&gt;&lt;P&gt;                not_found   = 2.&lt;/P&gt;&lt;P&gt;      describe table xbkpf lines sy-tabix.&lt;/P&gt;&lt;P&gt;      if sy-tabix ne 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Delete documents from other fiscal year&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        if sy-tabix &amp;gt; 1.&lt;/P&gt;&lt;P&gt;          CALL FUNCTION 'FI_PERIOD_DETERMINE'&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              i_budat        = vbrk-fkdat&lt;/P&gt;&lt;P&gt;              i_bukrs        = vbrk-bukrs&lt;/P&gt;&lt;P&gt;            IMPORTING&lt;/P&gt;&lt;P&gt;              e_gjahr        = da_gjahr&lt;/P&gt;&lt;P&gt;              e_poper        = da_poper&lt;/P&gt;&lt;P&gt;            EXCEPTIONS&lt;/P&gt;&lt;P&gt;              fiscal_year    = 1&lt;/P&gt;&lt;P&gt;              period         = 2&lt;/P&gt;&lt;P&gt;              period_version = 3&lt;/P&gt;&lt;P&gt;              posting_period = 4&lt;/P&gt;&lt;P&gt;              special_period = 5&lt;/P&gt;&lt;P&gt;              version        = 6&lt;/P&gt;&lt;P&gt;              posting_date   = 7&lt;/P&gt;&lt;P&gt;              OTHERS         = 8.&lt;/P&gt;&lt;P&gt;          IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;            CONCATENATE da_gjahr da_poper INTO vbrk-gjahr.&lt;/P&gt;&lt;P&gt;          loop at xbkpf where gjahr ne vbrk-gjahr.&lt;/P&gt;&lt;P&gt;            delete xbkpf index sy-tabix.&lt;/P&gt;&lt;P&gt;          endloop.&lt;/P&gt;&lt;P&gt;          ENDIF.&lt;/P&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;        loop at xbkpf.&lt;/P&gt;&lt;P&gt;          clear l_xdoc_num-status.&lt;/P&gt;&lt;P&gt;          move 'BKPF'      to l_xdoc_num-awtyp.&lt;/P&gt;&lt;P&gt;          move xbkpf-bukrs to l_xdoc_num-bukrs.&lt;/P&gt;&lt;P&gt;          move xbkpf-belnr to l_xdoc_num-docnr.&lt;/P&gt;&lt;P&gt;          move xbkpf-cpudt to l_xdoc_num-cpudt.&lt;/P&gt;&lt;P&gt;          move xbkpf-gjahr to l_xdoc_num-gjahr.&lt;/P&gt;&lt;P&gt;          l_xdoc_num-vbeln = vbfa_tab-vbeln.&lt;/P&gt;&lt;P&gt;          l_xdoc_num-logsys = vbrk-logsys.&lt;/P&gt;&lt;P&gt;          clear l_xdoc_num-not_found.&lt;/P&gt;&lt;P&gt;          loop at xbseg where bukrs eq xbkpf-bukrs&lt;/P&gt;&lt;P&gt;                        and   belnr eq xbkpf-belnr&lt;/P&gt;&lt;P&gt;                        and   gjahr eq xbkpf-gjahr&lt;/P&gt;&lt;P&gt;                        and   ( koart eq 'D' or koart eq 'K' ).&lt;/P&gt;&lt;P&gt;          endloop.&lt;/P&gt;&lt;P&gt;          if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;            l_xdoc_num-status = 'C'.&lt;/P&gt;&lt;P&gt;          else.&lt;/P&gt;&lt;P&gt;            loop at xbseg where not augbl is initial&lt;/P&gt;&lt;P&gt;                          and   ( koart eq 'D' or koart eq 'K' ).&lt;/P&gt;&lt;P&gt;            endloop.&lt;/P&gt;&lt;P&gt;            if not sy-subrc is initial.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SET STATUS TO 'No items are cleared'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              l_xdoc_num-status = 'A'.&lt;/P&gt;&lt;P&gt;            else.&lt;/P&gt;&lt;P&gt;              loop at xbseg where augbl is initial&lt;/P&gt;&lt;P&gt;                            and   umskz ne 'A'&lt;/P&gt;&lt;P&gt;                            and   vorgn ne 'AZUM'&lt;/P&gt;&lt;P&gt;                            and   ( koart eq 'D' or koart eq 'K' ).&lt;/P&gt;&lt;P&gt;              endloop.&lt;/P&gt;&lt;P&gt;              if not sy-subrc is initial.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Set status to 'All items are cleared'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                l_xdoc_num-status = 'C'.&lt;/P&gt;&lt;P&gt;              endif.&lt;/P&gt;&lt;P&gt;            endif.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Otherwise: If there are customer/vendor positions where AUGBL is&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;filled and some other ones where AUGBL is blank then set status&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;to 'Partially cleared'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            if l_xdoc_num-status is initial.&lt;/P&gt;&lt;P&gt;              l_xdoc_num-status = 'B'.&lt;/P&gt;&lt;P&gt;            endif.&lt;/P&gt;&lt;P&gt;          endif.&lt;/P&gt;&lt;P&gt;          append l_xdoc_num.&lt;/P&gt;&lt;P&gt;        endloop.&lt;/P&gt;&lt;P&gt;        insert lines of l_xdoc_num into xdoc_num index tabix_xdoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is extracted from include LV05CF01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 15:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-sql-trace-for-vf03/m-p/1159333#M119951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T15:15:21Z</dc:date>
    </item>
  </channel>
</rss>

