<?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 T024D table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051069#M1968710</link>
    <description>&lt;P&gt;I mean programmatically...&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2019 18:09:37 GMT</pubDate>
    <dc:creator>former_member2492</dc:creator>
    <dc:date>2019-10-31T18:09:37Z</dc:date>
    <item>
      <title>Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051067#M1968708</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;I am trying to update table T024D MRP controllers.

Please let me know how you have done it.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Oct 2019 15:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051067#M1968708</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-10-31T15:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051068#M1968709</link>
      <description>&lt;P&gt;Transaction SM30   enter T024d    press button Find dialog ...    it will find the corresponding view  (V_T024D)  and you could press Customizing to find where this view is manage in the customizing&lt;/P&gt;&lt;P&gt;And after you could play with SM30, LSMW, ecatt, Gui Scripting    whatever you want &lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 15:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051068#M1968709</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-10-31T15:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051069#M1968710</link>
      <description>&lt;P&gt;I mean programmatically...&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 18:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051069#M1968710</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-10-31T18:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051070#M1968711</link>
      <description>&lt;P&gt;As said Frederic: "ecatt, Gui Scripting". And I add "batch input".&lt;/P&gt;&lt;P&gt;There's also the function module VIEW_MAINTENANCE_NO_DIALOG, but it's not intended to be used by customers, and I don't even know if it's really for the goal that its name let suppose.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 20:18:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051070#M1968711</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-10-31T20:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051071#M1968712</link>
      <description>&lt;A href="https://answers.sap.com/users/1091/sandrarossi.html"&gt;Sandra Rossi&lt;/A&gt;  VIEW_MAINTENANCE_NO_DIALOG requires to provide the Transport Request number which will capture those entries But the problem and the Business Analyst who will be using this program will never have authorization to create trin production&lt;BR /&gt; &lt;PRE&gt;&lt;CODE&gt; VIEW_MAINTENANCE_SINGLE_ENTRY does not require but I have to submit save and return to the previous screen :(&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Nov 2019 09:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051071#M1968712</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-11-01T09:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051072#M1968713</link>
      <description>&lt;P&gt;if it is too complex do a simple batch input or a program that call the transaciton &lt;/P&gt;&lt;P&gt;you could record your bdc using SHDB transaction&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 10:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051072#M1968713</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-11-01T10:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051073#M1968714</link>
      <description>&lt;P&gt;the problem is not complexity ,the problem is 1.I have to remain in the same program 2.I have to catch the error also..if there is any&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 10:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051073#M1968714</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-11-01T10:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051074#M1968715</link>
      <description>&lt;P&gt;so use CALL TRANSACTION ... USING bdcdata ..&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/ABAP/Batch+Input+-+BDC"&gt;https://wiki.scn.sap.com/wiki/display/ABAP/Batch+Input+-+BDC&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you could catch error, and you stay in your program&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 10:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051074#M1968715</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-11-01T10:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051075#M1968716</link>
      <description>&lt;P&gt;do you even read my comments?how do you catch the error if the records does not get updated?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 10:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051075#M1968716</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-11-01T10:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051076#M1968717</link>
      <description>&lt;A href="https://answers.sap.com/users/406365/johnu951.html"&gt;Jonathan Blavatsky&lt;/A&gt; Can you explain why you think Frederic did not read your comments?</description>
      <pubDate>Fri, 01 Nov 2019 12:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051076#M1968717</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-01T12:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051077#M1968718</link>
      <description>&lt;A href="https://answers.sap.com/users/1091/sandra.rossi.html"&gt;Sandra Rossi&lt;/A&gt; them do not answer my question on how t o catch the error...</description>
      <pubDate>Fri, 01 Nov 2019 12:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051077#M1968718</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-11-01T12:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051078#M1968719</link>
      <description>&lt;P&gt;I assume you read the help&lt;/P&gt;&lt;P&gt;CALL TRANSACTION ta WITH&lt;EM&gt;|&lt;/EM&gt;WITHOUT AUTHORITY-CHECK &lt;BR /&gt; USING bdc_tab &lt;EM&gt;{&lt;/EM&gt; &lt;EM&gt;{&lt;/EM&gt;&lt;EM&gt;[&lt;/EM&gt;MODE mode&lt;EM&gt;]&lt;/EM&gt; &lt;EM&gt;[&lt;/EM&gt;UPDATE upd&lt;EM&gt;]&lt;/EM&gt;&lt;EM&gt;}&lt;/EM&gt; &lt;BR /&gt; &lt;EM&gt;|&lt;/EM&gt; &lt;EM&gt;[&lt;/EM&gt;OPTIONS FROM opt&lt;EM&gt;]&lt;/EM&gt; &lt;EM&gt;}&lt;/EM&gt; &lt;BR /&gt;  &lt;EM&gt;[&lt;/EM&gt;MESSAGES INTO itab&lt;EM&gt;]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Addition 4                                                                                                                                                                                        &lt;/P&gt;&lt;P&gt;... MESSAGES INTO itab   
&lt;/P&gt;&lt;P&gt;                                                                                                                                                                                                                                           Effect                                                                                                                                                                                                                                                         &lt;/P&gt;&lt;P&gt;                                                                                                                                                                                                                                                            Using this addition, all the messages sent during batch input processing are saved to an internal table itab of the type BDCMSGCOLL from ABAP Dictionary. &lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 12:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051078#M1968719</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-11-01T12:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051079#M1968720</link>
      <description>&lt;P&gt;&lt;A href="https://answers.sap.com/users/406365/johnu951.html"&gt;Jonathan Blavatsky&lt;/A&gt; Okay, it was just a misunderstanding, Frederic probably supposed that you would read the whole wiki and documentation of CALL TRANSACTION. It's a little bit offensive to say that your comments are not read, though. It happens to anybody to not read enough, it's human, just repeat, possibly in a different way because maybe your first comment was read but not understood.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 13:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051079#M1968720</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-01T13:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051080#M1968721</link>
      <description>&lt;A href="https://answers.sap.com/users/1091/sandrarossi.html"&gt;Sandra Rossi&lt;/A&gt; &lt;A href="https://answers.sap.com/users/153394/frdricgirod.html"&gt;Frederic Girod&lt;/A&gt; thanks but how do you solve the part that it requires a customizing request? do you create one and transport it into production? let me know</description>
      <pubDate>Fri, 01 Nov 2019 13:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051080#M1968721</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-11-01T13:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051081#M1968722</link>
      <description>&lt;P&gt;Run your CALL TRANSACTION in mode 'E' means Error. When you will save the data, SAP will open a windows requesting the transport request. You will just have to specify it manually at this moment.&lt;/P&gt;&lt;P&gt;I think your initial question is now fully answered, and I think you should start to work in your side&lt;/P&gt;&lt;P&gt;Good luck &lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 13:53:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051081#M1968722</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-11-01T13:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051082#M1968723</link>
      <description>&lt;P&gt;the transport request is a problem...I will wait for an alernative solution hopefully ,if not then this is not an option from my side.I have awarded your effort with an upvote.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 14:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051082#M1968723</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-11-01T14:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update T024D table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051083#M1968724</link>
      <description>&lt;P&gt;&lt;A href="https://answers.sap.com/users/406365/johnu951.html"&gt;Jonathan Blavatsky&lt;/A&gt; Why is it a problem? If the users want to maintain the table in the DEV system, they will have to assign the changes to a transport request and transport it to the production system. If the users want to maintain the table in production only, then you have the possibility to deactivate the transport in the production system by using the "current setting" flag (cf notes &lt;A href="https://launchpad.support.sap.com/#/notes/523213/E"&gt;523213 - Set maintenance view in production system to changeable&lt;/A&gt;, &lt;A href="https://hapen.fr/sandra/pmwiki/pmwiki.php?n=Main.SAPNoteLink"&gt;Note&lt;/A&gt; &lt;A href="https://launchpad.support.sap.com/#/notes/135028/E"&gt;135028 - Transfer IMG activity to current setting&lt;/A&gt;, &lt;A href="https://launchpad.support.sap.com/#/notes/356483/E"&gt;356483 - Customizing: Current settings in the test system&lt;/A&gt;, and eventually &lt;A href="https://launchpad.support.sap.com/#/notes/351041/E"&gt;351041 - Recording routine for table content&lt;/A&gt; to deactive the transport request also in DEV system...)&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 14:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-t024d-table/m-p/12051083#M1968724</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-01T14:43:44Z</dc:date>
    </item>
  </channel>
</rss>

