<?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: Modifying entry in a table using report program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-entry-in-a-table-using-report-program/m-p/3117805#M740392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;update table GB01 set : BOOLCLASS = '015' &lt;/P&gt;&lt;P&gt;                                   CLASSTYPE = 'S' &lt;/P&gt;&lt;P&gt;                                   BCLTAB = 'BSEG' &lt;/P&gt;&lt;P&gt;                                   BCLFIELD = 'VBUND' &lt;/P&gt;&lt;P&gt;                                   BEXCLUDE = ''''&lt;/P&gt;&lt;P&gt;where BOOLCLASS = 015 and CLASSTYPE = 'S' and BCLTAB = 'BSEG' and BCLFIELD = '*' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2007 11:47:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-04T11:47:57Z</dc:date>
    <item>
      <title>Modifying entry in a table using report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-entry-in-a-table-using-report-program/m-p/3117802#M740389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi this is my requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table GB01, remove a possibly existing entry with GB01-BOOLCLASS = 015, GB01-CLASSTYPE = S., GB01-BCLTAB = BSEG and GB01-BCLFIELD = *. Instead insert an entry with the following parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    GB01-BOOLCLASS = '015' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    GB01-CLASSTYPE = 'S' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    GB01-BCLTAB = 'BSEG' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    GB01-BCLFIELD = 'VBUND' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    GB01-BEXCLUDE = ''&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the  coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-entry-in-a-table-using-report-program/m-p/3117802#M740389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T11:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying entry in a table using report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-entry-in-a-table-using-report-program/m-p/3117803#M740390</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;PRE&gt;&lt;CODE&gt;Data wa_gb01 type gb01.
wa_GB01-BOOLCLASS = '015' 
wa_GB01-CLASSTYPE = 'S' 
wa_gb01-BCLTAB = 'BSEG' 
wa_GB01-BCLFIELD = 'VBUND' 
wa_GB01-BEXCLUDE = ''
Modify GB01 from wa_gb01.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-entry-in-a-table-using-report-program/m-p/3117803#M740390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T11:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying entry in a table using report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-entry-in-a-table-using-report-program/m-p/3117804#M740391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please   give me clear coding&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-entry-in-a-table-using-report-program/m-p/3117804#M740391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T11:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying entry in a table using report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-entry-in-a-table-using-report-program/m-p/3117805#M740392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;update table GB01 set : BOOLCLASS = '015' &lt;/P&gt;&lt;P&gt;                                   CLASSTYPE = 'S' &lt;/P&gt;&lt;P&gt;                                   BCLTAB = 'BSEG' &lt;/P&gt;&lt;P&gt;                                   BCLFIELD = 'VBUND' &lt;/P&gt;&lt;P&gt;                                   BEXCLUDE = ''''&lt;/P&gt;&lt;P&gt;where BOOLCLASS = 015 and CLASSTYPE = 'S' and BCLTAB = 'BSEG' and BCLFIELD = '*' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-entry-in-a-table-using-report-program/m-p/3117805#M740392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T11:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying entry in a table using report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-entry-in-a-table-using-report-program/m-p/3117806#M740393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can maintain the entires in this table using transaction OKOR, there is no need to write a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:50:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-entry-in-a-table-using-report-program/m-p/3117806#M740393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T11:50:13Z</dc:date>
    </item>
  </channel>
</rss>

