<?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: How do i input value? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-input-value/m-p/2984342#M704700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Eric for ur valuable hepl.. BUT its not working. If u simply run the RKAEP000 program its showing TRANSACTION not found. Its also happening while im using SUBMIT statement in my program.&lt;/P&gt;&lt;P&gt;I have used below statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT RKAEP000&lt;/P&gt;&lt;P&gt;WITH AUFNR  EQ LW_FINAL-OBJNR+2(12)&lt;/P&gt;&lt;P&gt;with BUDAT IN SO_BUDAT&lt;/P&gt;&lt;P&gt;with tcode EQ 'KOB1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything wrong....plz hepl its urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2007 09:15:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-31T09:15:05Z</dc:date>
    <item>
      <title>How do i input value?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-input-value/m-p/2984340#M704698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using KOB1. So from my ALV program if one line clicked then it will call KOB1. Now the problem is in the KOB1 three fields re required field. 1. Cost center, 2 Order and 3 posting date. 1st two have there own parameter ID. But Posting date doesnt have. But I have to send value from my program for that field. So If Posting date doesnt have any PARAMERTE ID,then how can i send value there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 07:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-input-value/m-p/2984340#M704698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T07:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do i input value?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-input-value/m-p/2984341#M704699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to use the SUBMIT statement for the program behind transaction KOB1. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT RKAEP000&lt;/P&gt;&lt;P&gt;             WITH parameter EQ ...&lt;/P&gt;&lt;P&gt;                      select-option IN ...&lt;/P&gt;&lt;P&gt;                      tcode EQ 'KOB1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls. not you have to specify the tcode as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 08:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-input-value/m-p/2984341#M704699</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-10-31T08:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do i input value?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-input-value/m-p/2984342#M704700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Eric for ur valuable hepl.. BUT its not working. If u simply run the RKAEP000 program its showing TRANSACTION not found. Its also happening while im using SUBMIT statement in my program.&lt;/P&gt;&lt;P&gt;I have used below statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT RKAEP000&lt;/P&gt;&lt;P&gt;WITH AUFNR  EQ LW_FINAL-OBJNR+2(12)&lt;/P&gt;&lt;P&gt;with BUDAT IN SO_BUDAT&lt;/P&gt;&lt;P&gt;with tcode EQ 'KOB1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything wrong....plz hepl its urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 09:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-input-value/m-p/2984342#M704700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T09:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do i input value?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-input-value/m-p/2984343#M704701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SOLVED&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 10:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-input-value/m-p/2984343#M704701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T10:46:30Z</dc:date>
    </item>
  </channel>
</rss>

