<?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: Update custom table via program for selected records in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524968#M2004999</link>
    <description>&lt;P&gt;Thanks Frederic. Isn't there any other option apart from recording the screen or via ALV ? Is it true that the FM 'VIEW_MAINTENANCE_CALL'  will fail if the user doesn't have access to SM30?&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Prem&lt;/P&gt;</description>
    <pubDate>Mon, 08 Nov 2021 06:47:05 GMT</pubDate>
    <dc:creator>former_member182337</dc:creator>
    <dc:date>2021-11-08T06:47:05Z</dc:date>
    <item>
      <title>Update custom table via program for selected records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524966#M2004997</link>
      <description>&lt;P&gt;Hello Friends,&lt;/P&gt;
  &lt;P&gt;I need to update a custom table via program. I have created a tcode for the SM30 of the table and am able to call it in the program. However, I am unable to pass selection conditions. I have tried to use the SET parameter but still on executing all the contents of the table are displayed. I need to display only selected rows so that user can either update/delete the same.&lt;/P&gt;
  &lt;P&gt;I guess this can be achieved via FM ' VIEW_MAINTENANCE_CALL' however if the user don't have access to SM30 in prod then this will also fail through the program. Is there any recommendation for this?&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Prem&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 06:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524966#M2004997</guid>
      <dc:creator>former_member182337</dc:creator>
      <dc:date>2021-11-08T06:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Update custom table via program for selected records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524967#M2004998</link>
      <description>&lt;P&gt;If you want to manage the SM30, you could use the statement CALL TRANSACTIN ... USING bdcdata. It's exactly the ame thing as the batchinput. You could record the screen using the transaction SHDB&lt;/P&gt;&lt;P&gt;Otherwise, you could create a program with CL_GUI_ALV_GRID and manade ALV with EDIT options&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 06:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524967#M2004998</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-11-08T06:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Update custom table via program for selected records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524968#M2004999</link>
      <description>&lt;P&gt;Thanks Frederic. Isn't there any other option apart from recording the screen or via ALV ? Is it true that the FM 'VIEW_MAINTENANCE_CALL'  will fail if the user doesn't have access to SM30?&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Prem&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 06:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524968#M2004999</guid>
      <dc:creator>former_member182337</dc:creator>
      <dc:date>2021-11-08T06:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Update custom table via program for selected records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524969#M2005000</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;you can try events in table maintenance generator for this requirement. Please refer following help for your requirement.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/doc/saphelp_nw73/7.3.16/en-US/4d/da26cd13f1679ce10000000a42189e/content.htm?no_cache=true"&gt;https://help.sap.com/doc/saphelp_nw73/7.3.16/en-US/4d/da26cd13f1679ce10000000a42189e/content.htm?no_cache=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Veeresh&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 06:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524969#M2005000</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2021-11-08T06:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Update custom table via program for selected records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524970#M2005001</link>
      <description>&lt;P&gt;You could check the authorization checked by SAP using the trace: STAUTHTRACE  (or ST01). &lt;/P&gt;&lt;P&gt;FM is very old school, and should not be used anymore. Why do you want to manage the SM30 ?  &lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 07:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524970#M2005001</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-11-08T07:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Update custom table via program for selected records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524971#M2005002</link>
      <description>&lt;P&gt;I don't think that VIEW_MAINTENANCE_CALL does an authority check on S_TCODE with TCD='SM30' as you seem to say.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 07:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524971#M2005002</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-11-08T07:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Update custom table via program for selected records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524972#M2005003</link>
      <description>&lt;P&gt;Hi Veeresh,&lt;/P&gt;&lt;P&gt;I need to update via program and filter the relevant record based on the selection screen data.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Prem&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 08:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524972#M2005003</guid>
      <dc:creator>former_member182337</dc:creator>
      <dc:date>2021-11-08T08:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Update custom table via program for selected records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524973#M2005004</link>
      <description>&lt;P&gt;There are few config tables which they want to manage via program. They will display/edit the table contents and for that a simple abap program is needed.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 08:14:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524973#M2005004</guid>
      <dc:creator>former_member182337</dc:creator>
      <dc:date>2021-11-08T08:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update custom table via program for selected records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524974#M2005005</link>
      <description>&lt;P&gt;Thanks Sandra, I will double check it. Do you think this is the better option and that it cannot be done with creation of a tcode for SM30 and calling it in the program?&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Prem&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 08:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524974#M2005005</guid>
      <dc:creator>former_member182337</dc:creator>
      <dc:date>2021-11-08T08:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Update custom table via program for selected records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524975#M2005006</link>
      <description>&lt;P&gt;Create your transaction with a program/class that execute &lt;A href="https://launchpad.support.sap.com/#/solutions/scnforums/?q=%252522VIEW_MAINTENANCE_CALL%252522"&gt;VIEW_MAINTENANCE_CALL&lt;/A&gt; with &lt;A href="https://launchpad.support.sap.com/#/solutions/scnwiki/?q=%252522DBA_SELLIST%252522"&gt;DBA_SELLIST&lt;/A&gt; containing your selection criteria.&lt;/P&gt;&lt;P&gt;Then call transaction &lt;A href="https://help.sap.com/viewer/search?q=SU24"&gt;SU24&lt;/A&gt; and deactivate for your transaction the Authority Checks relevant to SM30, such as authorization objects S_TABU_CLI	and S_TABU_DIS.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 14:54:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-table-via-program-for-selected-records/m-p/12524975#M2005006</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-11-08T14:54:34Z</dc:date>
    </item>
  </channel>
</rss>

