<?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: table entries update through tcode me21n in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-entries-update-through-tcode-me21n/m-p/5447245#M1248835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am doing like this for updating the entries through tcode me21n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN PBO;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_date type ekpo-zzpldte,&lt;/P&gt;&lt;P&gt;      v_code type ekpo-zzreason.&lt;/P&gt;&lt;P&gt;if sy-tcode = 'ME21N'&lt;/P&gt;&lt;P&gt;or sy-tcode = 'ME21'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;    if screen-name = 'EKPO-ZZREASON'&lt;/P&gt;&lt;P&gt;     or screen-name = 'EKPO-ZZPLDTE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      screen-input = '0'.&lt;/P&gt;&lt;P&gt;      modify screen.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN PAI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:ekpo.&lt;/P&gt;&lt;P&gt;data:it_ekpo like standard table of ekpo with header line,&lt;/P&gt;&lt;P&gt;     wa_ekpo like ekpo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from ekpo&lt;/P&gt;&lt;P&gt;into corresponding fields of table it_ekpo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_ekpo into wa_ekpo.&lt;/P&gt;&lt;P&gt;wa_ekpo-zzpldte = v_date.&lt;/P&gt;&lt;P&gt;wa_ekpo-zzreason = v_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify ekpo from wa_ekpo.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont know whther i am doing it correctly,&lt;/P&gt;&lt;P&gt;will this will give me the database updates.&lt;/P&gt;&lt;P&gt;please note v_date and v_code is my feilds on th screen for the user entry.&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2009 07:34:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-23T07:34:40Z</dc:date>
    <item>
      <title>table entries update through tcode me21n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-entries-update-through-tcode-me21n/m-p/5447242#M1248832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,i want to update the database table ekpo through the screen fields execution.&lt;/P&gt;&lt;P&gt;please help me with the code lines.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 07:10:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-entries-update-through-tcode-me21n/m-p/5447242#M1248832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T07:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: table entries update through tcode me21n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-entries-update-through-tcode-me21n/m-p/5447243#M1248833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your title: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt; table entries update through &lt;STRONG&gt;tcode me21n&lt;/STRONG&gt; &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what do you need CODE LINES for? The tables involved will be updated by the SYSTEM itself after entering the data in transaction ME21N. And that's all there is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or should the requirement something completely different?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 07:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-entries-update-through-tcode-me21n/m-p/5447243#M1248833</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-03-23T07:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: table entries update through tcode me21n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-entries-update-through-tcode-me21n/m-p/5447244#M1248834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi if u enter values in tcode me21n for new entry or me22n for change entry&lt;/P&gt;&lt;P&gt;then system will folat the data automatically and it goes to the&lt;/P&gt;&lt;P&gt;corresponding table.&lt;/P&gt;&lt;P&gt;wht is ur requtrement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 07:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-entries-update-through-tcode-me21n/m-p/5447244#M1248834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T07:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: table entries update through tcode me21n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-entries-update-through-tcode-me21n/m-p/5447245#M1248835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am doing like this for updating the entries through tcode me21n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN PBO;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_date type ekpo-zzpldte,&lt;/P&gt;&lt;P&gt;      v_code type ekpo-zzreason.&lt;/P&gt;&lt;P&gt;if sy-tcode = 'ME21N'&lt;/P&gt;&lt;P&gt;or sy-tcode = 'ME21'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;    if screen-name = 'EKPO-ZZREASON'&lt;/P&gt;&lt;P&gt;     or screen-name = 'EKPO-ZZPLDTE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      screen-input = '0'.&lt;/P&gt;&lt;P&gt;      modify screen.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN PAI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:ekpo.&lt;/P&gt;&lt;P&gt;data:it_ekpo like standard table of ekpo with header line,&lt;/P&gt;&lt;P&gt;     wa_ekpo like ekpo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from ekpo&lt;/P&gt;&lt;P&gt;into corresponding fields of table it_ekpo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_ekpo into wa_ekpo.&lt;/P&gt;&lt;P&gt;wa_ekpo-zzpldte = v_date.&lt;/P&gt;&lt;P&gt;wa_ekpo-zzreason = v_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify ekpo from wa_ekpo.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont know whther i am doing it correctly,&lt;/P&gt;&lt;P&gt;will this will give me the database updates.&lt;/P&gt;&lt;P&gt;please note v_date and v_code is my feilds on th screen for the user entry.&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 07:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-entries-update-through-tcode-me21n/m-p/5447245#M1248835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T07:34:40Z</dc:date>
    </item>
  </channel>
</rss>

