<?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: Regarding classical report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255104#M1015735</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;you have use the if condition before,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shreekant&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

  CASE UCOMM.
    WHEN '&amp;amp;IC1'.
      READ TABLE T_OUTPUT INDEX SELFIELD-TABINDEX.

      IF SELFIELD-SEL_TAB_FIELD = 'T_OUTPUT-VBELN_ORD'.
        SET PARAMETER ID 'AUN' FIELD T_OUTPUT-VBELN_ORD.
        CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.

      ELSEIF SELFIELD-SEL_TAB_FIELD = 'T_OUTPUT-VBELN_DEL'.
        SET PARAMETER ID 'VL' FIELD T_OUTPUT-VBELN_DEL.
        CALL TRANSACTION 'VL03' AND SKIP FIRST SCREEN.

      ELSEIF SELFIELD-SEL_TAB_FIELD = 'T_OUTPUT-TKNUM'.
        SET PARAMETER ID 'TNR' FIELD T_OUTPUT-TKNUM.
        CALL TRANSACTION 'VT03N' AND SKIP FIRST SCREEN.

      ELSEIF SELFIELD-SEL_TAB_FIELD = 'T_OUTPUT-VGBEL1'.
        SET PARAMETER ID 'VF' FIELD T_OUTPUT-VGBEL1.
        CALL TRANSACTION 'VF03' AND SKIP FIRST SCREEN.

      ENDIF.
  ENDCASE.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2008 17:37:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-04T17:37:10Z</dc:date>
    <item>
      <title>Regarding classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255103#M1015734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a classical report having delivery no, sales order no and shipment no and many other details. Now I want to make three hot keys in this i.e &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delivery no (VBELN)&lt;/P&gt;&lt;P&gt;Sales order no (VBELV)&lt;/P&gt;&lt;P&gt;and Shipment no (TKNUM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did coding like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  DATA: l_vbeln TYPE VBELN_VL,&lt;/P&gt;&lt;P&gt;        l_vbelv type VBELV,&lt;/P&gt;&lt;P&gt;        l_tknum type TKNUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  get CURSOR FIELD likp-vbeln VALUE l_vbeln.&lt;/P&gt;&lt;P&gt;  set PARAMETER ID 'VL' FIELD l_vbeln.&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'VL03N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; get CURSOR FIELD lips-vbelv VALUE l_vbelv.&lt;/P&gt;&lt;P&gt;  set PARAMETER ID 'AUN' FIELD l_vbeln.&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; get CURSOR FIELD vttp-tknum VALUE l_tknum.&lt;/P&gt;&lt;P&gt;  set PARAMETER ID 'TNR' FIELD l_tknum.&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'VT03N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am facing a probelm in this:&lt;/P&gt;&lt;P&gt;Whichever hot key i am clicking,it's opening all the transaction with that key for exam say I am clicking vbeln with value 'A' it's first opening VL03N. After this when i am clicking back, It's opening VAL0 with same key A (It's shoing Invalid Sales order no) and after that it's opeing VT03N with the same key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me how I can open only the trancation for which user is clicking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 17:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255103#M1015734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T17:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255104#M1015735</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;you have use the if condition before,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shreekant&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

  CASE UCOMM.
    WHEN '&amp;amp;IC1'.
      READ TABLE T_OUTPUT INDEX SELFIELD-TABINDEX.

      IF SELFIELD-SEL_TAB_FIELD = 'T_OUTPUT-VBELN_ORD'.
        SET PARAMETER ID 'AUN' FIELD T_OUTPUT-VBELN_ORD.
        CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.

      ELSEIF SELFIELD-SEL_TAB_FIELD = 'T_OUTPUT-VBELN_DEL'.
        SET PARAMETER ID 'VL' FIELD T_OUTPUT-VBELN_DEL.
        CALL TRANSACTION 'VL03' AND SKIP FIRST SCREEN.

      ELSEIF SELFIELD-SEL_TAB_FIELD = 'T_OUTPUT-TKNUM'.
        SET PARAMETER ID 'TNR' FIELD T_OUTPUT-TKNUM.
        CALL TRANSACTION 'VT03N' AND SKIP FIRST SCREEN.

      ELSEIF SELFIELD-SEL_TAB_FIELD = 'T_OUTPUT-VGBEL1'.
        SET PARAMETER ID 'VF' FIELD T_OUTPUT-VGBEL1.
        CALL TRANSACTION 'VF03' AND SKIP FIRST SCREEN.

      ENDIF.
  ENDCASE.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 17:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255104#M1015735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T17:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255105#M1015736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;at LINE-SELECTION.
DATA: l_vbeln TYPE VBELN_VL,
l_vbelv type VBELV,
l_tknum type TKNUM.

data: fieldname(10),l_value(10).
"i assume that there is some write statements
"using likp-vbeln, lips-vbelv, and vttp-tknum.
"in your basic list.

get CURSOR FIELD fieldname VALUE l_value.
case fieldname.
when 'LIKP-VBELN'.
set PARAMETER ID 'VL' FIELD l_value.
CALL TRANSACTION 'VL03N' AND SKIP FIRST SCREEN.
when 'LIPS-VBELV'.
set PARAMETER ID 'AUN' FIELD l_value.
CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.
when 'VTTP-TKNUM'.
set PARAMETER ID 'TNR' FIELD l_value.
CALL TRANSACTION 'VT03N' AND SKIP FIRST SCREEN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 17:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255105#M1015736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T17:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255106#M1015737</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;get CURSOR FIELD fieldname VALUE l_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It;s not working. when i m clicking on vbeln, nothing is happing. What should i put in place of filedname?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks&lt;/P&gt;&lt;P&gt;Krishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 19:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255106#M1015737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T19:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255107#M1015738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi Krishan,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Try this logic:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For example structure of ur final table is like:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;types: begin of ty_final,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;          &lt;STRONG&gt;vbeln like likp-vbeln,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;          &lt;STRONG&gt;vbelv like lips-vbelv ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         &lt;STRONG&gt;tknum like vttp-tknum,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         &lt;STRONG&gt;.........&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         &lt;STRONG&gt;end of ty_final.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;When displaying report use HIDE statement .*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;loop at i_final into w_final.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;write: w_final-vbeln,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         &lt;STRONG&gt;w_final-vbelv,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         &lt;STRONG&gt;w_final-tknum&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;        &lt;STRONG&gt;........&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;        &lt;STRONG&gt;........&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hide: w_final-vbeln,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         &lt;STRONG&gt;w_final-vbelv,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         &lt;STRONG&gt;w_final-tknum.&lt;/STRONG&gt;&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;&lt;STRONG&gt;if not w_final-vbeln is initial.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;set PARAMETER ID 'VL' FIELD w_final-vbeln.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VL03N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if not w_final-vbelv is initial.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;set PARAMETER ID 'AUN' FIELD w_final-vbelv.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if not w_final-tknum is initial.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;set PARAMETER ID 'TNR' FIELD w_final-tknum.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VT03N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 19:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255107#M1015738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T19:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255108#M1015739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shreekant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain me the code:&lt;/P&gt;&lt;P&gt;1. UCOMM.&lt;/P&gt;&lt;P&gt;2  '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;3  SELFIELD-TABINDEX.&lt;/P&gt;&lt;P&gt; 4. SEIELD-SEL_TAB_FIELD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 12:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255108#M1015739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T12:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255109#M1015740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joyjit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the data whcih I am dispalying in the list in different internal tables. eg First I am displaying the Shipment no using one internal table and after that from the second internal table i m displaying VBELN and from the third table i m dipalying the sales order...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if after displaying all the data in the list , I am using the AT Line selection,&lt;/P&gt;&lt;P&gt;whether it will recognise where I have clicked and open ONLY that tocde not all the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Krishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 12:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255109#M1015740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T12:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255110#M1015741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Show your Basic list write statements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 12:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255110#M1015741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T12:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255111#M1015742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Pl. check this sample code..may be it will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Report  Z_DEMO_JG&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;*&amp;amp; Download graphics from BDS&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  z_demo_jg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: i_mara type standard table of mara.&lt;/P&gt;&lt;P&gt;data: w_mara type mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: i_vbak type standard table of vbak.&lt;/P&gt;&lt;P&gt;data: w_vbak type vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from mara&lt;/P&gt;&lt;P&gt;into table i_mara&lt;/P&gt;&lt;P&gt;up to 10 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from vbak&lt;/P&gt;&lt;P&gt;into table i_vbak&lt;/P&gt;&lt;P&gt;up to 10 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_mara into w_mara.&lt;/P&gt;&lt;P&gt; write : / w_mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; hide w_mara-matnr.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_vbak into w_vbak.&lt;/P&gt;&lt;P&gt; write : / w_vbak-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; hide w_vbak-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;clear : w_vbak,&lt;/P&gt;&lt;P&gt;        w_mara.&lt;/P&gt;&lt;P&gt;at LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not w_vbak-vbeln is initial.&lt;/P&gt;&lt;P&gt;set PARAMETER ID 'VL' FIELD w_vbak-vbeln.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VL03N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;clear w_vbak-vbeln.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if not w_mara-matnr is initial.&lt;/P&gt;&lt;P&gt;set PARAMETER ID 'MAT' FIELD w_mara-matnr.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;clear w_mara-matnr.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JOy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 14:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-classical-report/m-p/4255111#M1015742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T14:09:51Z</dc:date>
    </item>
  </channel>
</rss>

