<?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: Batch Input for a Table Control: scroll down in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-a-table-control-scroll-down/m-p/6748456#M1459677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi aleksandr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that its a reply on a very old post (2010...) , but maybe you can help me.&lt;/P&gt;&lt;P&gt;Can you send me the details of your enhancement&amp;nbsp; on pbo ? &lt;/P&gt;&lt;P&gt;I wanted to insert an enhancement on screen 6221 of MIRO (fg mr1m) , but SAP didn't open an exit for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Koby.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Aug 2016 13:17:12 GMT</pubDate>
    <dc:creator>former_member608640</dc:creator>
    <dc:date>2016-08-08T13:17:12Z</dc:date>
    <item>
      <title>Batch Input for a Table Control: scroll down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-a-table-control-scroll-down/m-p/6748453#M1459674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I meet a problem creating batch input session for a transaction MIRO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a screen with table control I need to feel with values. On the visible area of the screen there are only 8 lines of this control. It has no any 'New row' or 'Next page' buttons. Only a simple scroll bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried just to feel it using fields names like name(01), name(02) ... name(09), the error was with fields starting from name(09). As there are only 8 fields on the visible area, and field(09) is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I press 'Down' on the scroll bar in SHDB transaction and then fill next field, SHDB write it down as ok-code '/00' and new field name is again name(08). But if I then reproduce the SHDB record,  ok-code '/00' doesn't lead to an appearing of a new input field in the table control.....it doesn't 'press' scroll bar down button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to fill this table control with more that 8 entries using batch input?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 12:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-a-table-control-scroll-down/m-p/6748453#M1459674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T12:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input for a Table Control: scroll down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-a-table-control-scroll-down/m-p/6748454#M1459675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to find the actual ok_code (/00 is "Enter") or use the "goto position" field and icon under the table control. (ok_code = "POS")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In [Note 381630 - Batch input for Enjoy transaction in MM not possible|https://service.sap.com/sap/support/notes/381630] and in [Note 381593 - MIRO/MIR7/MIRA: Batch Input is not possible|https://service.sap.com/sap/support/notes/381593] SAP has written that MIRO is no longuer suitable for BDC,  they suggest BAPIs like BAPI_INCOMINGINVOICE_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 14:31:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-a-table-control-scroll-down/m-p/6748454#M1459675</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-03-31T14:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input for a Table Control: scroll down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-a-table-control-scroll-down/m-p/6748455#M1459676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's a case of 'Note 381593 - MIRO/MIR7/MIRA: Batch Input is not possible'. There are no any additional fields-buttons, just simple table control and a scroll bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I solved it by implementing enhancement in PBO of the required screen and filling local table (that is used by table control) at the first time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 15:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-a-table-control-scroll-down/m-p/6748455#M1459676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T15:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input for a Table Control: scroll down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-a-table-control-scroll-down/m-p/6748456#M1459677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi aleksandr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that its a reply on a very old post (2010...) , but maybe you can help me.&lt;/P&gt;&lt;P&gt;Can you send me the details of your enhancement&amp;nbsp; on pbo ? &lt;/P&gt;&lt;P&gt;I wanted to insert an enhancement on screen 6221 of MIRO (fg mr1m) , but SAP didn't open an exit for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Koby.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 13:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-a-table-control-scroll-down/m-p/6748456#M1459677</guid>
      <dc:creator>former_member608640</dc:creator>
      <dc:date>2016-08-08T13:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input for a Table Control: scroll down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-a-table-control-scroll-down/m-p/6748457#M1459678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kobi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was really long time ago&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, I didn't enhanced the screen itself.&lt;/P&gt;&lt;P&gt;I just added Implicit Enhancement in one of the PBO module and changed the table data to be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen itself can be changed only via modification I think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aleks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 15:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-a-table-control-scroll-down/m-p/6748457#M1459678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-08T15:09:47Z</dc:date>
    </item>
  </channel>
</rss>

