<?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 Export Memory ID problem in OOAlv Report ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-memory-id-problem-in-ooalv-report/m-p/8261305#M1632153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is ..develop an ALV report with invoice no (vbrk) ,, when ever user double click on invoice no....a smart form is processed for that Invoice no ..&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------" /&gt;&lt;P&gt;For this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I developed an Invoice ALV Report with Object Oriented Technology....and I need to export Invoice Number to Smartform program when ever user double clicks on Invoice number , i implemented a method to handle double click&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;METHOD : HANDLE_DOUBLE_CLICK .&lt;/P&gt;&lt;P&gt;  READ TABLE I_VBRK INTO WA_VBRK INDEX E_ROW-INDEX .&lt;/P&gt;&lt;P&gt;      LV_VBELN = WA_VBRK-VBELN .&lt;/P&gt;&lt;P&gt;      EXPORT LV_VBELN FROM WA_VBRK TO MEMORY ID 'INVOICE'.&lt;/P&gt;&lt;P&gt;    SUBMIT ZINVOICE_DP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDMETHOD .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Trying to import the Invoice number as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : LV_VBELN TYPE VBRK-VBELN .&lt;/P&gt;&lt;P&gt;IMPORT LV_VBELN  FROM MEMORY ID 'INVOICE' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM VBRK&lt;/P&gt;&lt;P&gt;  INTO WA_VBRK&lt;/P&gt;&lt;P&gt;  WHERE VBELN = LV_VBELN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debugged the program so meny times but unable to find what the exact problem is ?? exporting is successful and unable to import in in smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Give me the Solution or suggest me the alternative for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Oct 2011 16:14:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-02T16:14:55Z</dc:date>
    <item>
      <title>Export Memory ID problem in OOAlv Report ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-memory-id-problem-in-ooalv-report/m-p/8261305#M1632153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is ..develop an ALV report with invoice no (vbrk) ,, when ever user double click on invoice no....a smart form is processed for that Invoice no ..&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------" /&gt;&lt;P&gt;For this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I developed an Invoice ALV Report with Object Oriented Technology....and I need to export Invoice Number to Smartform program when ever user double clicks on Invoice number , i implemented a method to handle double click&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;METHOD : HANDLE_DOUBLE_CLICK .&lt;/P&gt;&lt;P&gt;  READ TABLE I_VBRK INTO WA_VBRK INDEX E_ROW-INDEX .&lt;/P&gt;&lt;P&gt;      LV_VBELN = WA_VBRK-VBELN .&lt;/P&gt;&lt;P&gt;      EXPORT LV_VBELN FROM WA_VBRK TO MEMORY ID 'INVOICE'.&lt;/P&gt;&lt;P&gt;    SUBMIT ZINVOICE_DP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDMETHOD .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Trying to import the Invoice number as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : LV_VBELN TYPE VBRK-VBELN .&lt;/P&gt;&lt;P&gt;IMPORT LV_VBELN  FROM MEMORY ID 'INVOICE' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM VBRK&lt;/P&gt;&lt;P&gt;  INTO WA_VBRK&lt;/P&gt;&lt;P&gt;  WHERE VBELN = LV_VBELN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debugged the program so meny times but unable to find what the exact problem is ?? exporting is successful and unable to import in in smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Give me the Solution or suggest me the alternative for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 16:14:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-memory-id-problem-in-ooalv-report/m-p/8261305#M1632153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-02T16:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export Memory ID problem in OOAlv Report ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-memory-id-problem-in-ooalv-report/m-p/8261306#M1632154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure you are exporting and importing in the same TYPE variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to get rid of the EXPORT / IMPORT, you should use the Selection screen parameter to pass the value from your ALV to Submitted program. Make sure you have an selection screen in your ZINVOICE_DP. You can use SUBMIT with addition to pass the value from ALV to submitted program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
METHOD : HANDLE_DOUBLE_CLICK .
  READ TABLE I_VBRK INTO WA_VBRK INDEX E_ROW-INDEX .
  LV_VBELN = WA_VBRK-VBELN .
  SUBMIT ZINVOICE_DP 
    with p_Vbeln = lv_vbeln
    and return.
ENDMETHOD .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the ZINVOICE_DP program, you will have an access to P_VBELN to the VBELN.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Parameter: p_vbeln type vbrk-vbeln.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 17:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-memory-id-problem-in-ooalv-report/m-p/8261306#M1632154</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2011-10-02T17:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Export Memory ID problem in OOAlv Report ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-memory-id-problem-in-ooalv-report/m-p/8261307#M1632155</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;Change &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
EXPORT LV_VBELN FROM WA_VBRK TO MEMORY ID 'INVOICE'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
EXPORT LV_VBELN TO MEMORY ID 'INVOICE'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should solve the problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 18:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-memory-id-problem-in-ooalv-report/m-p/8261307#M1632155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-02T18:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Export Memory ID problem in OOAlv Report ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-memory-id-problem-in-ooalv-report/m-p/8261308#M1632156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks For your Reply.....I solved it with your help.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 16:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-memory-id-problem-in-ooalv-report/m-p/8261308#M1632156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T16:04:39Z</dc:date>
    </item>
  </channel>
</rss>

