<?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: Custom program for insert, modify, delete from tables using SE11/SE16 dynamic selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496166#M1746678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, we want this functionality for all the tables which exist in the system.&lt;/P&gt;&lt;P&gt;It would have been easier if it was only for custom tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jun 2013 09:54:14 GMT</pubDate>
    <dc:creator>meenakshi-btp</dc:creator>
    <dc:date>2013-06-13T09:54:14Z</dc:date>
    <item>
      <title>Custom program for insert, modify, delete from tables using SE11/SE16 dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496160#M1746672</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 style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;I have to design a program such that the selection screen contains a parameter for table name and 3 radio buttons one for each insert, modify and delete.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;Now when we run this, screen of table should appear (same as SE11, SE16- where we give values).&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;Whatever values we give there, should be inserted, modified and deleted according to what we have selected on the first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;I got one FM, RS_TABLE_LIST_CREATE. Through this FM, I&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt; am able to get the table screen based on table name (what we give on selection screen) dynamically. &lt;/SPAN&gt;After that, it is calling a program which is nothing but normal SE11/SE16 property. We give values and we get data.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Once the SE11/SE16 screen comes I don't have any control over the same to do the required action&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;Please suggest how can this be achieved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 06:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496160#M1746672</guid>
      <dc:creator>meenakshi-btp</dc:creator>
      <dc:date>2013-06-13T06:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom program for insert, modify, delete from tables using SE11/SE16 dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496161#M1746673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meenakshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the event AT SELECT SCREEN write the code like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if 'RB1' is selected write the logic for insert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif 'RB2' is selected write the logic for modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif 'RB3' is selected write the logic for delete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you want any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;Pavan.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 08:25:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496161#M1746673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-13T08:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom program for insert, modify, delete from tables using SE11/SE16 dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496162#M1746674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there a small number of tables you wish to update in this way? If so, you could create a table maintenance view for each of the tables, assign a transaction of the same name (ie transaction ZTABLE1 would maintain ZTABLE1), then CALL_TRANSACTION to call the table maintenance screen for the required table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created such a thing in the past using this method, but there were only about 20 Z tables to maintain so the overhead of creating maintenance views for each wasn't too high.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 08:42:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496162#M1746674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-13T08:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom program for insert, modify, delete from tables using SE11/SE16 dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496163#M1746675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meenakshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE11/SE16 doesn't support all types of fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which screen do you want to use? Do you really want to use the selection-screen, which contains only a few table fields (that can be changed from everyone changing settings on selection screen). Or&amp;nbsp; the data screen(s) that are used to show and change the data of 1 single line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in both cases I don't think you will be successfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be better to create a specific update solution for each table you want to change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can create a&amp;nbsp; fm with dynamic logic to do this.&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;Klaus &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 08:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496163#M1746675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-13T08:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Custom program for insert, modify, delete from tables using SE11/SE16 dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496164#M1746676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a friendly advice:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BEFORE CONTINUE, NOTICE YOU MUST NOT UNDER ANY CIRCUNSTANCE TO MODIFY THE CONTENT OF ANY SAP STANDARD TABLE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once said that, your requirement is too complex and I don't see any true benefit from it. Let me explain: if your goal is just to manage your data in Z-tables that are not related with any other table, just create a maintenance view for each table. It will be easier, although SAP sometimes is not very trustworthy while creating them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are still decided to continue with your requirement, if I were in your position I should create a program with a single field (table name), and (after check the selected field is not a SAP table) a call to a FM that allows you to keep multiple fields. You can populate that FM's fields using some FIELDCATALOG function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck, but I'm still thinking your requirement is a dangerous a wierd one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 09:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496164#M1746676</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2013-06-13T09:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom program for insert, modify, delete from tables using SE11/SE16 dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496165#M1746677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to do it for a limited number of tables. This requirement is for all the tables which exist in system.&lt;/P&gt;&lt;P&gt;Issue I am facing is that when SE11/SE16 screen comes, after that I want the control to a custom program/function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code can be written, but my issue is, where to write the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 09:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496165#M1746677</guid>
      <dc:creator>meenakshi-btp</dc:creator>
      <dc:date>2013-06-13T09:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom program for insert, modify, delete from tables using SE11/SE16 dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496166#M1746678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, we want this functionality for all the tables which exist in the system.&lt;/P&gt;&lt;P&gt;It would have been easier if it was only for custom tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 09:54:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496166#M1746678</guid>
      <dc:creator>meenakshi-btp</dc:creator>
      <dc:date>2013-06-13T09:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Custom program for insert, modify, delete from tables using SE11/SE16 dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496167#M1746679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Klaus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;I want to use the selection-screen, which contains only a few table fields (that can be changed from everyone changing settings on selection screen). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;After putting values in that screen, I want to trigger a custom program/FM where I can write my DELETE, MODIFY, INSERT logic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 09:59:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496167#M1746679</guid>
      <dc:creator>meenakshi-btp</dc:creator>
      <dc:date>2013-06-13T09:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom program for insert, modify, delete from tables using SE11/SE16 dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496168#M1746680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lozano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you said is very true, I totally agree with you. This may cause huge data inconsistencies but I think this will be used by functional team for some special cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we are doing this exercise because of the following reason:&lt;/P&gt;&lt;P&gt;We have to delete the records of IT0006 by using the T-code UASE16N in Production System as the standard Report RPUFIXDS did not worked out for this employee &amp;amp; also with PU00 the data cannot be deleted. But SAP has made T-code UASE16N obsolete and this can no more be used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suggested by SAP, we have written a code just for IT0006 but we thought of generalizing it so that it can be used in future for similar issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I give values on SE16 selection screen, I want to trigger a custom program/FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 10:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496168#M1746680</guid>
      <dc:creator>meenakshi-btp</dc:creator>
      <dc:date>2013-06-13T10:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom program for insert, modify, delete from tables using SE11/SE16 dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496169#M1746681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I'm not wrong: you had to open a SAP ticket, and they asked you to run a program with a direct SQL update/delete on it with the key of your object in its WHERE clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep it that way. If you consider your problem shall arise again, change your recommended program adding a selection screen with all the table's keys as OBLIGATORY. And ensure yourself no one except by a very few authorized users will be able to run it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your idea would sound fine, but it's like to give a lighter to a maniac teenager in a gas station. It will create huge damage in the future for sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 10:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-program-for-insert-modify-delete-from-tables-using-se11-se16-dynamic/m-p/9496169#M1746681</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2013-06-13T10:45:46Z</dc:date>
    </item>
  </channel>
</rss>

