<?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: sap abap development in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161948#M1978100</link>
    <description>&lt;P&gt;Dear sir,&lt;/P&gt;&lt;P&gt;Thank you so much for your help and really sorry for posting in wrong tittle.&lt;/P&gt;&lt;P&gt;You are saying that im going in the correct way but i need to keep the display check as default and i need to update as a for all entries and i need to show in alv report right sir.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2020 09:00:57 GMT</pubDate>
    <dc:creator>former_member583234</dc:creator>
    <dc:date>2020-03-06T09:00:57Z</dc:date>
    <item>
      <title>sap abap development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161944#M1978096</link>
      <description>&lt;P&gt;Hi Experts i had an requirement to create a mass upload for standard price with excel upload before execute i need to keep as a display mode once it is correct then i will be click execute radio button, &lt;/P&gt;
  &lt;P&gt;i have just started , could you please advice whether im going in the correct way. &lt;STRONG&gt;Code is below&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;report Y_BABU_TEST.&lt;BR /&gt;&lt;BR /&gt;TYPE-POOLS: TRUXS.&lt;BR /&gt;&lt;BR /&gt;*ABLES: MARA, MBEW.&lt;BR /&gt;&lt;BR /&gt;TYPES: BEGIN OF TY_TAB,&lt;BR /&gt; DOCDATE TYPE STRING,&lt;BR /&gt; POSDATE TYPE STRING,&lt;BR /&gt; MATERIAL(18) TYPE C,&lt;BR /&gt; PURCHASE_CODE TYPE STRING,&lt;BR /&gt; MATERIAL_TYPE TYPE STRING,&lt;BR /&gt; PLANT(4) TYPE C,&lt;BR /&gt; PRICE TYPE STRING,&lt;BR /&gt; END OF TY_TAB.&lt;BR /&gt;&lt;BR /&gt;TYPES : BEGIN OF ty_mara,&lt;BR /&gt; matnr TYPE matnr,&lt;BR /&gt; mtart TYPE mtart,&lt;BR /&gt; BIMST TYPE BIMST,&lt;BR /&gt; END OF ty_mara.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DATA:it_mara TYPE STANDARD TABLE OF ty_mara,&lt;BR /&gt;&lt;BR /&gt; IT_TAB TYPE STANDARD TABLE OF TY_TAB,&lt;BR /&gt;&lt;BR /&gt; WA_TAB TYPE TY_TAB.&lt;BR /&gt;&lt;BR /&gt;DATA: IT_RAW TYPE TRUXS_T_TEXT_DATA.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PARAMETERS: P_COM TYPE BUKRS.&lt;BR /&gt;&lt;BR /&gt;SELECTION-SCREEN SKIP 0.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;parameters: P_file like rlgrap-filename.&lt;BR /&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILE.&lt;BR /&gt;&lt;BR /&gt;CALL FUNCTION 'F4_FILENAME'&lt;BR /&gt; EXPORTING&lt;BR /&gt; PROGRAM_NAME = SYST-CPROG&lt;BR /&gt; DYNPRO_NUMBER = SYST-DYNNR&lt;BR /&gt; FIELD_NAME = ' '&lt;BR /&gt; IMPORTING&lt;BR /&gt; FILE_NAME = P_file.&lt;BR /&gt;&lt;BR /&gt;START-OF-SELECTION.&lt;BR /&gt;CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'&lt;BR /&gt;EXPORTING&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I_TAB_RAW_DATA = IT_RAW&lt;BR /&gt;&lt;BR /&gt;I_FILENAME = P_FILE&lt;BR /&gt;&lt;BR /&gt;TABLES&lt;BR /&gt;I_TAB_CONVERT_DATA = IT_TAB[].&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INITIALIZATION.&lt;BR /&gt;&lt;BR /&gt;SELECTION-SCREEN SKIP 1.&lt;BR /&gt;&lt;BR /&gt;SELECTION-SCREEN BEGIN OF BLOCK y_BABU_TEST_1 WITH FRAME TITLE text-001.&lt;BR /&gt;&lt;BR /&gt; PARAMETERS: P_CHECK RADIOBUTTON GROUP RB1.&lt;BR /&gt; PARAMETERS: P_EXECU RADIOBUTTON GROUP RB1.&lt;BR /&gt;&lt;BR /&gt;SELECTION-SCREEN END OF BLOCK y_BABU_TEST_1.&lt;BR /&gt;&lt;BR /&gt; INITIALIZATION.&lt;BR /&gt; SELECTION-SCREEN BEGIN OF BLOCK y_BABU_TEST_2 WITH FRAME TITLE TEXT-001.&lt;BR /&gt;&lt;BR /&gt; PARAMETERS: E_USER(12) DEFAULT SY-UNAME.&lt;BR /&gt;SELECTION-SCREEN END OF BLOCK y_BABU_TEST_2.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 07:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161944#M1978096</guid>
      <dc:creator>former_member583234</dc:creator>
      <dc:date>2020-03-06T07:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: sap abap development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161945#M1978097</link>
      <description>&lt;P&gt;pls help me to develop the code &lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 07:31:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161945#M1978097</guid>
      <dc:creator>former_member583234</dc:creator>
      <dc:date>2020-03-06T07:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: sap abap development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161946#M1978098</link>
      <description>&lt;P&gt;Hi Babu,&lt;/P&gt;&lt;P&gt;when more description on question is being given do use comment, don't use answer.&lt;/P&gt;&lt;P&gt;coming to question, requirement is to just display in test mode, or editable alv and post.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 07:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161946#M1978098</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2020-03-06T07:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: sap abap development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161947#M1978099</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;babumechoo&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Before getting into the solution recommend you to follow few steps:&lt;/P&gt;&lt;P&gt;1) Search the forum First for similar requirement, similar requirements would have been already discussed.&lt;/P&gt;&lt;P&gt;2)Use CODE option when pasting any code for better readability.&lt;/P&gt;&lt;P&gt;3) Use comment option to add points relevant to the question, do not use Answer space if the content is no where related to the answer.&lt;/P&gt;&lt;P&gt;4) Please ensure your heading of the question is more relevant, the current heading is not relevant.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can follow below steps, there can be different solutions as well.&lt;/P&gt;&lt;P&gt;1) Load the data from the Excel and display it as an ALV display. This is similar to a normal ALV display. Remember to have the first field in the display as a checkbox and by default have it checked. By this you can provide an option to the user to un check any particular entry in case they decide not to update.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; The type of ALV you use defines how you handle the below steps, below steps are suggested assuming you are using GRID ALV method.&lt;/P&gt;&lt;P&gt;2) Add a new status to your program and Try to add a new button in the application Bar for example "UPDATE".&lt;/P&gt;&lt;P&gt;3) In your code as part of USER COMMAND Subroutine, introduce the code for updating the database. When the button the Update is clicked this code should be executed.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 07:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161947#M1978099</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-03-06T07:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: sap abap development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161948#M1978100</link>
      <description>&lt;P&gt;Dear sir,&lt;/P&gt;&lt;P&gt;Thank you so much for your help and really sorry for posting in wrong tittle.&lt;/P&gt;&lt;P&gt;You are saying that im going in the correct way but i need to keep the display check as default and i need to update as a for all entries and i need to show in alv report right sir.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 09:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161948#M1978100</guid>
      <dc:creator>former_member583234</dc:creator>
      <dc:date>2020-03-06T09:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: sap abap development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161949#M1978101</link>
      <description>&lt;P&gt;Dear Abinath sir,&lt;/P&gt;&lt;P&gt;in upload file material, purchase code and new price will be available in the display &lt;STRONG&gt;we need material, purchase code , old price, new price.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;parameters will be 2 radio button 1 is to display the values which i mentioned above &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;other radio button is upload in sap only new standard price &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Babu&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 09:15:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161949#M1978101</guid>
      <dc:creator>former_member583234</dc:creator>
      <dc:date>2020-03-06T09:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: sap abap development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161950#M1978102</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;babumechoo&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Yes, Display all the entries with check box ticked by default and provide a button in Application bar for updating the database.You have plenty of resources available online.Regards!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 10:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-development/m-p/12161950#M1978102</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-03-06T10:09:10Z</dc:date>
    </item>
  </channel>
</rss>

