<?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 Table modification through BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-bdc/m-p/2886201#M677979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Purpose : There are 5 records in a table zgkmaster&lt;/P&gt;&lt;P&gt;er_id   er_name&lt;/P&gt;&lt;P&gt;1        gopi&lt;/P&gt;&lt;P&gt;2        raju&lt;/P&gt;&lt;P&gt;3        priya&lt;/P&gt;&lt;P&gt;4        preeti&lt;/P&gt;&lt;P&gt;5        mahesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make all er_names as 'xxx' .I created excel sheet with&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;Now I want to import this to zkmaster and updated all 5 records with er_name as 'xxx'.&lt;/P&gt;&lt;P&gt;What I did is :&lt;/P&gt;&lt;P&gt;-Created ptable type of bdcdata and move each screen data as record like&lt;/P&gt;&lt;P&gt;BDCcode:&lt;/P&gt;&lt;P&gt;1.Edit - Where you enter table name and click 'change'&lt;/P&gt;&lt;P&gt;2.TDSH-cntrl&lt;EM&gt;shift&lt;/EM&gt;f10 to display &lt;/P&gt;&lt;P&gt;3.ONLI - execute&lt;/P&gt;&lt;P&gt;4.Mark-to mark all displayed records(in goto menu i think)&lt;/P&gt;&lt;P&gt;5.AEN2-to change the data in selected records (in table entry menu)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have coded till this and checked.To my surprise the program execution stops at execute screen.The records are displayed but not getting marked automatically.I dont understand why.If i give 'MARK' in transaction code or 'select all'  from menu text box,then all records are marking.Why its not getting marked.Any problem with &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'SE11' USING PTABLE MODE 'A'&lt;/P&gt;&lt;P&gt;(sorry if sytanx is wrong,this is working fine in my system without syntax error).Please help me why the records or not getting marked,even I tried giving other codes like 'BACK','%EN'(exit) but anything after that 'execute' screen is not working.Help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Sep 2007 12:50:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-29T12:50:05Z</dc:date>
    <item>
      <title>Table modification through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-bdc/m-p/2886201#M677979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Purpose : There are 5 records in a table zgkmaster&lt;/P&gt;&lt;P&gt;er_id   er_name&lt;/P&gt;&lt;P&gt;1        gopi&lt;/P&gt;&lt;P&gt;2        raju&lt;/P&gt;&lt;P&gt;3        priya&lt;/P&gt;&lt;P&gt;4        preeti&lt;/P&gt;&lt;P&gt;5        mahesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make all er_names as 'xxx' .I created excel sheet with&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;Now I want to import this to zkmaster and updated all 5 records with er_name as 'xxx'.&lt;/P&gt;&lt;P&gt;What I did is :&lt;/P&gt;&lt;P&gt;-Created ptable type of bdcdata and move each screen data as record like&lt;/P&gt;&lt;P&gt;BDCcode:&lt;/P&gt;&lt;P&gt;1.Edit - Where you enter table name and click 'change'&lt;/P&gt;&lt;P&gt;2.TDSH-cntrl&lt;EM&gt;shift&lt;/EM&gt;f10 to display &lt;/P&gt;&lt;P&gt;3.ONLI - execute&lt;/P&gt;&lt;P&gt;4.Mark-to mark all displayed records(in goto menu i think)&lt;/P&gt;&lt;P&gt;5.AEN2-to change the data in selected records (in table entry menu)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have coded till this and checked.To my surprise the program execution stops at execute screen.The records are displayed but not getting marked automatically.I dont understand why.If i give 'MARK' in transaction code or 'select all'  from menu text box,then all records are marking.Why its not getting marked.Any problem with &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'SE11' USING PTABLE MODE 'A'&lt;/P&gt;&lt;P&gt;(sorry if sytanx is wrong,this is working fine in my system without syntax error).Please help me why the records or not getting marked,even I tried giving other codes like 'BACK','%EN'(exit) but anything after that 'execute' screen is not working.Help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2007 12:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-bdc/m-p/2886201#M677979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-29T12:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table modification through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-bdc/m-p/2886202#M677980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if its Z table , u can do like this also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab like ztable occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from ztable &lt;/P&gt;&lt;P&gt;            into corresponding fields of table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;do some thing.&lt;/P&gt;&lt;P&gt;modify ztable.&lt;/P&gt;&lt;P&gt;commit work.&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;&lt;/P&gt;&lt;P&gt;please check for sytax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2007 09:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-bdc/m-p/2886202#M677980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-30T09:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table modification through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-bdc/m-p/2886203#M677981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I solved the problem.I did recording.I checked the screen sequences,once screen was missing.I added that in my abap program,now the records are marking.But getting another error 'fields invalid in batch input data'.May be some problem with input file.I need to check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2007 13:57:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-bdc/m-p/2886203#M677981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-30T13:57:39Z</dc:date>
    </item>
  </channel>
</rss>

