<?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: Data uploading Thrugh BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-thrugh-bapi/m-p/7955705#M1602271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  i already given the link please verify that and search in sdn or Google also.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhina...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jun 2011 05:06:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-28T05:06:10Z</dc:date>
    <item>
      <title>Data uploading Thrugh BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-thrugh-bapi/m-p/7955700#M1602266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI to Upload data in SAP. I am uploading data from excel file. And the requirement is like These uploading data should be displayed in ALV List after execution with Light. In ALV If  data of particular row is uploaded correctly than green light should be displayed otherwise red light display with error message and after that this User can change these Incorrect data in ALV and will upload after changes.......&lt;/P&gt;&lt;P&gt;can anybody is having any knowledge about it how it possible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 10:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-thrugh-bapi/m-p/7955700#M1602266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-27T10:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data uploading Thrugh BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-thrugh-bapi/m-p/7955701#M1602267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to write a report that displays uoloaded data in ALV.&lt;/P&gt;&lt;P&gt;in this report you execute the call BAPI  command&lt;/P&gt;&lt;P&gt;based on return codes you can set red or green lights and refresh your ALV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 11:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-thrugh-bapi/m-p/7955701#M1602267</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2011-06-27T11:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data uploading Thrugh BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-thrugh-bapi/m-p/7955702#M1602268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Call your bapi in a report program.&lt;/P&gt;&lt;P&gt;2)Dispaly an ALV output to show teh updated records.&lt;/P&gt;&lt;P&gt;3)Dispaly status from BAPI return table.&lt;/P&gt;&lt;P&gt;4)to display red/green lights, check the bapireturn message type and display desired icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use following link to display teh lights":&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4726945"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 11:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-thrugh-bapi/m-p/7955702#M1602268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-27T11:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data uploading Thrugh BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-thrugh-bapi/m-p/7955703#M1602269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;procedure to do that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) call the BAPI to upload the data using flat file.&lt;/P&gt;&lt;P&gt;2) using BAPIRETURN structure you can find what are the document is success and failure append the all the thinks in one internal table.&lt;/P&gt;&lt;P&gt;3) that internal table contains all fields your passing the BAPI and add one more field like to display the symbols.&lt;/P&gt;&lt;P&gt;4) before displaying output put one condition like what are all the document is error that document is display like editable mode.&lt;/P&gt;&lt;P&gt;5) call the alv to display the output. &lt;/P&gt;&lt;P&gt;6) then user change the data and click the one icon button to call the same bapi (use one perform to call the BAPI).&lt;/P&gt;&lt;P&gt;7) then refresh the ALV Display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; all the things are possible only in OOALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer the link for traffic lights icon in the ALV Grid. OO output  &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="204201"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/Interactive" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Interactive&lt;/A&gt;&lt;EM&gt;Editable&lt;/EM&gt;OO&lt;EM&gt;ALV&lt;/EM&gt;grid&lt;EM&gt;with&lt;/EM&gt;dynamic&lt;EM&gt;itab,FCAT&lt;/EM&gt;and&lt;EM&gt;ENTER&lt;/EM&gt;key&lt;EM&gt;event&lt;/EM&gt;trigger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhina..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 11:46:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-thrugh-bapi/m-p/7955703#M1602269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-27T11:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data uploading Thrugh BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-thrugh-bapi/m-p/7955704#M1602270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dhina ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur explaination , R u having any simple sample code for same ?  I think It will help me to understand better....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks You ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 13:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-thrugh-bapi/m-p/7955704#M1602270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-27T13:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data uploading Thrugh BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-thrugh-bapi/m-p/7955705#M1602271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  i already given the link please verify that and search in sdn or Google also.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhina...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 05:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-uploading-thrugh-bapi/m-p/7955705#M1602271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-28T05:06:10Z</dc:date>
    </item>
  </channel>
</rss>

