<?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: fico table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fico-table/m-p/3498012#M841388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In table BSID  with validating  of the below  fields  of date you will get the  Open item &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data for customer  by  key date .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUGDT	AUGDT	DATS	8	0	Clearing Date&lt;/P&gt;&lt;P&gt;BUDAT	BUDAT	DATS	8	0	Posting Date in the Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward  points if it is usefull..&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Feb 2008 06:00:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-29T06:00:30Z</dc:date>
    <item>
      <title>fico table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fico-table/m-p/3498007#M841383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For transcation FBL5N, for Open Item at key date, field name ALLGSTID which is a structure component, I want to know where actually the field value is stored, in which table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 10:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fico-table/m-p/3498007#M841383</guid>
      <dc:creator>anupam_srivastava2</dc:creator>
      <dc:date>2008-02-28T10:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: fico table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fico-table/m-p/3498008#M841384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  if you are using SAP 4.72 then follow below step...it may work for other versions also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)  put this ALLGSTID field in data type and press Utilities---&amp;gt; where used list.  &lt;/P&gt;&lt;P&gt;2) check the tables and press enter&lt;/P&gt;&lt;P&gt;3) then the list of tables will get displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 10:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fico-table/m-p/3498008#M841384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T10:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: fico table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fico-table/m-p/3498009#M841385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FBL5N use a logical database, the field you mentioned is programmatically used in the logical database program. (in fact 2 date parameters refer to this structure field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field is stored nowhere. It is used to evaluate the "open item" status at a date. For this purpose it can be compared with : &lt;/P&gt;&lt;P&gt;- BSID or BSAD-BUDAT (posting date) to select records created before the parameter&lt;/P&gt;&lt;P&gt;- BSAD-AUGDT (clearing date) to select records cleared after (open) or before the parameter (cleared) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction SE36 to look at the logical database DDF. (field STIDA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 10:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fico-table/m-p/3498009#M841385</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-02-28T10:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: fico table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fico-table/m-p/3498010#M841386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you want to know the table for "Open item at key date"..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no use of this date accept user interaction..&lt;/P&gt;&lt;P&gt;If you want to know the accounting document which are open till this date.... only for user's use.. no other use..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sumeet  Maheshwari on Feb 28, 2008 4:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 15:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fico-table/m-p/3498010#M841386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T15:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: fico table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fico-table/m-p/3498011#M841387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear frend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just place the cursor on the component type of the field and go for where-used list icon near activate button and then find the entries in the table fields which u require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 17:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fico-table/m-p/3498011#M841387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T17:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: fico table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fico-table/m-p/3498012#M841388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In table BSID  with validating  of the below  fields  of date you will get the  Open item &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data for customer  by  key date .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUGDT	AUGDT	DATS	8	0	Clearing Date&lt;/P&gt;&lt;P&gt;BUDAT	BUDAT	DATS	8	0	Posting Date in the Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward  points if it is usefull..&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 06:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fico-table/m-p/3498012#M841388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T06:00:30Z</dc:date>
    </item>
  </channel>
</rss>

