<?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 AT LINE SELECTIOn in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874764#M931363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;This is how my reqirement goes.I have a list of sales orders numbers and delivery order numbers.Now if i click on one of th sales order number it has to go to the transaction VA01 and if i clivk on one of the deleivery order number it has to go to VF01 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Vijay G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 May 2008 11:40:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-26T11:40:00Z</dc:date>
    <item>
      <title>AT LINE SELECTIOn</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874764#M931363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;This is how my reqirement goes.I have a list of sales orders numbers and delivery order numbers.Now if i click on one of th sales order number it has to go to the transaction VA01 and if i clivk on one of the deleivery order number it has to go to VF01 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Vijay G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874764#M931363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T11:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: AT LINE SELECTIOn</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874765#M931364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at line-selection.&lt;/P&gt;&lt;P&gt;sylsind = 1 .&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'PICK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call t-code 'va01'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:43:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874765#M931364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T11:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: AT LINE SELECTIOn</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874766#M931365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give the code like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

** FOR DELIVERY 
SET PARAMETER ID 'VL'.
CALL TRANSACTION 'VL03' AND SKIP FIRST SCREEN. 

** FOR DELIVERY 
SET PARAMETER ID 'AUN'.
CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN. 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope That Helps&lt;/P&gt;&lt;P&gt;Anirban M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874766#M931365</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2008-05-26T11:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: AT LINE SELECTIOn</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874767#M931366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vijay , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to write the BDC of the corresponding transaction on USer command of the list . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the user command , check for the field name . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is ur first field then call VA01 . &lt;/P&gt;&lt;P&gt;If it is ur second field then call VF01 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874767#M931366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T11:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: AT LINE SELECTIOn</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874768#M931367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An also hide an indicator which tells you which is VF01 and which line is a VA01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874768#M931367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T11:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: AT LINE SELECTIOn</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874769#M931368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;Code like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When u write the data to list output use HIDE Statement for these two fields.&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;LOOP AT i_output INTO wa_output.&lt;/P&gt;&lt;P&gt;HIDE: wa_output-salesorder, wa_output-delivery.&lt;/P&gt;&lt;P&gt;WRITE:/1 all ur fileds to list.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;IF NOT wa_output-salesorder IS INITIAL.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID  'AUN' FIELD wa_output-salesorder.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION VA03 AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here i thing u need  to call VA03, Bcz VA01 is for creation of&lt;/STRONG&gt; &lt;STRONG&gt;sales order.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT wa_output-delivery IS INITIAL.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'VL' FIELD wa_output-delivery.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION VL03N AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here also i thing it is VL03N(Delivery display) Bcz VF01 is&lt;/STRONG&gt; &lt;STRONG&gt;Invoice creation.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If it is VF01 then do like this.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'AUN' FIELD wa_output-delivery.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION VF01.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Kumar Vemuru on May 26, 2008 5:19 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:48:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874769#M931368</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-05-26T11:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: AT LINE SELECTIOn</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874770#M931369</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;1) when u want va01 screen to be displayed while clicking sale order num. to do this first u need to find the parameter id for sales order num. vbak table's vbeln is the field for sales  order num. doulbe click on the dataelemnt of vbeln of vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) it wil take to the dataelement screen of ddic, thre u can see the parameter id for that field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)  take that parameter id and use it in a statement in ur prog. liks this&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;         set parameter id 'MAT' field fvalue&lt;/P&gt;&lt;P&gt;note: the value within the qouts should be capital.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) then use ' call transaction 'ur t-code' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) similarly do it for deliver order num also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) put these parts of code accordingly in a case... endcase statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7) this entire code should be within at user command event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;feel free to ask doubts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;mano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 12:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874770#M931369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T12:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: AT LINE SELECTIOn</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874771#M931370</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;Try the following code.....&lt;/P&gt;&lt;P&gt;copy paste....&lt;/P&gt;&lt;P&gt;and run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'at line-selection' get row and column no. !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : it type STANDARD TABLE OF vbak,&lt;/P&gt;&lt;P&gt;       wa type vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from vbak into table it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it into wa.&lt;/P&gt;&lt;P&gt;  new-line.&lt;/P&gt;&lt;P&gt;  write : wa-vbeln,&lt;/P&gt;&lt;P&gt;          wa-erdat,&lt;/P&gt;&lt;P&gt;          wa-ernam.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : 'Row :  ' , sy-curow , ' , column :  ' , sy-cucol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now according to  the column selected within the list.....&lt;/P&gt;&lt;P&gt;call the desired transaction.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful...............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 12:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3874771#M931370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T12:26:34Z</dc:date>
    </item>
  </channel>
</rss>

