<?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 IMPORT DATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835771#M355725</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;     In my program first i am calling the t-code f.27 using the code call transaction 'F.27' and running the program by giving the selection screen vales and execute,after that it will goes to my code to  get the f.27 selection screen value and based on that value my code will be running.here i am not able to get the selection screen value from f.27 to run my codeing.so pls help to get the value to run my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jan 2007 08:35:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-09T08:35:40Z</dc:date>
    <item>
      <title>IMPORT DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835771#M355725</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;     In my program first i am calling the t-code f.27 using the code call transaction 'F.27' and running the program by giving the selection screen vales and execute,after that it will goes to my code to  get the f.27 selection screen value and based on that value my code will be running.here i am not able to get the selection screen value from f.27 to run my codeing.so pls help to get the value to run my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 08:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835771#M355725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T08:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835772#M355726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;please post ur code how u r calling transaction.

have u coded like below

SET PARAMETER ID 'BUK'  field 'E100'.
CALL TRANSACTION 'F.27'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 08:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835772#M355726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T08:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835773#M355727</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;Use SUBMIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 08:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835773#M355727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T08:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835774#M355728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know the exact solution to your problem but there is a way around this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may first call a selectionscreen in the original parent program from where you will be calling F.27 later &lt;/P&gt;&lt;P&gt;Make this selesction screen exactly similar to the one in F.27 and capture all the values in parameters and select option variables of the selection screen and then you can pass the values entered by the user in your defined selectionscreen to the f.27 selection screen usin call transaction F.27 with ......... parameters names,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case once you return to your original parent program you will still have the values of the paremeters and select options in the screen fields of your defined selection screen and you may use these ahead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunmit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 08:49:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835774#M355728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T08:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835775#M355729</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 have one more doubt are you returning to your original code with acall tracnsaction only i think you need to use submit and return statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunmit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 08:52:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835775#M355729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T08:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835776#M355730</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 wrote a customised prog in that i am calling a f.27 to run the sap script and after that i will come back to the my customised program to convert that output into pdf and send my email.so to get the email id i need the customer no what i given in the selection screen. but in my customised prog there is no selection screen.so in the very first step itself i am using the code  call transaction 'F.27' to rrun the customer statement sap script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 09:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835776#M355730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T09:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835777#M355731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Below is the code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   DATA : BKORM-KONTO LIKE BKORM-KONTO.&lt;/P&gt;&lt;P&gt;****Calling the transaction F.27&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   SUBMIT RFKORK00 VIA SELECTION-SCREEN AND RETURN.&lt;/P&gt;&lt;P&gt;( here the code RETURN also not coming back to this place i have to press the back button to come back)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SET PARAMETER ID 'BUK'  field 'E100'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   call transaction 'F.27' .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data : w_adrnr(75)        type c.&lt;/P&gt;&lt;P&gt;  data : w_smtp_addr(75)    type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******TO GET THE E-MAIL ID  OF CUSTOMER.&lt;/P&gt;&lt;P&gt;    select single adrnr into w_adrnr from kna1&lt;/P&gt;&lt;P&gt;                                    where kunnr = BKORM-KONTO.&lt;/P&gt;&lt;P&gt;   select single smtp_addr into w_smtp_addr from adr6&lt;/P&gt;&lt;P&gt;                                   where addrnumber = w_adrnr.&lt;/P&gt;&lt;P&gt;    p_email1 = w_smtp_addr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 09:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835777#M355731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T09:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835778#M355732</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;     For me the value in s_kunnr is not passing to the KONTO ,below is the code i used.&lt;/P&gt;&lt;P&gt;SUBMIT RFKORK00 VIA SELECTION-SCREEN WITH KONTO EQ S_KUNNR AND RETURN.&lt;/P&gt;&lt;P&gt;so how to get the kunnr value in rfkork00 selection screen konto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 09:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835778#M355732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T09:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835779#M355733</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>Thu, 17 Sep 2009 01:49:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-data/m-p/1835779#M355733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T01:49:08Z</dc:date>
    </item>
  </channel>
</rss>

