<?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: Select line in batch input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-line-in-batch-input/m-p/5025559#M1169111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added mark = x in the dynpro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2009 14:03:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-26T14:03:54Z</dc:date>
    <item>
      <title>Select line in batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-line-in-batch-input/m-p/5025556#M1169108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I registered a batch input, and a certain point I have to select a line in a table. ( inside transaction PP01 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run the batch, the line is not selected !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why ? there's a way to solve this problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thk a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 12:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-line-in-batch-input/m-p/5025556#M1169108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T12:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Select line in batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-line-in-batch-input/m-p/5025557#M1169109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PERFORM dynpro USING:
 'X' 'SAPMXXXX'        '9999',
 ' ' 'BDC_CURSOR'      'SEL_FIELD'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 15:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-line-in-batch-input/m-p/5025557#M1169109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T15:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select line in batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-line-in-batch-input/m-p/5025558#M1169110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; go on the screen where is the table control in the transaction PP01.&lt;/P&gt;&lt;P&gt;Show the technical value for the check field (F1 -&amp;gt; technical settings) and find the name of the field (for example "CHECK").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To select the first line of the table in the batch use the perform BCD_FIELD (watch the BCDRECXX program to show the code of the form) like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CHECK(01)' 'X'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want select the 3rd line do the same, but change the index.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CHECK(03)' 'X'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 16:02:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-line-in-batch-input/m-p/5025558#M1169110</guid>
      <dc:creator>andrea_galluccio2</dc:creator>
      <dc:date>2009-01-07T16:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Select line in batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-line-in-batch-input/m-p/5025559#M1169111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added mark = x in the dynpro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 14:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-line-in-batch-input/m-p/5025559#M1169111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-26T14:03:54Z</dc:date>
    </item>
  </channel>
</rss>

