<?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: VL06F in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202529#M763323</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;If you want to see these fields on selection screen of VL06F, then copy  " include rv50qasel_v1" to 'Z' include and add your fields which you want to see on VL06F transaction. &lt;/P&gt;&lt;P&gt;and change the program to pick the data when these new parameters are filled. &lt;/P&gt;&lt;P&gt;Like modifying --&amp;gt;  form selection_delivery using proctype, where 'WS_DELIVERY_MONITOR' FM is called. Here pass all your newly added selection parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Let me know if you have questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2007 16:59:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-13T16:59:40Z</dc:date>
    <item>
      <title>VL06F</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202526#M763320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add certain fields to transaction &amp;lt;b&amp;gt;VL06F&amp;lt;/b&amp;gt; like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creation date (time)	LIKP-ERDAT, LIKP-ERZET&lt;/P&gt;&lt;P&gt;Created by		LIKP-ERNAM&lt;/P&gt;&lt;P&gt;Changed by		LIKP-AENAM (this is only the LAST changed by)&lt;/P&gt;&lt;P&gt;Changed date		LIKP-AEDAT&lt;/P&gt;&lt;P&gt;Picking date		LTAK_QDATU - TO confirmation date. &lt;/P&gt;&lt;P&gt;			LTAP_QZEIT &amp;#150; confirmation time&lt;/P&gt;&lt;P&gt;			LTAP_QNAME &amp;#150; confirmation userid&lt;/P&gt;&lt;P&gt;			LTAK_BDATU &amp;#150; creation date of the TO.&lt;/P&gt;&lt;P&gt;			LTAK-BNAME &amp;#150; user who created the TO.&lt;/P&gt;&lt;P&gt;			Use doc flow (VBFA) to find the TO document for the delivery.&lt;/P&gt;&lt;P&gt;Actual GI date		LIKP-WADAT_IST Get this date from the material document. &lt;/P&gt;&lt;P&gt;			Also get user id of the GI if available in MSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied the corresponding program to &amp;lt;b&amp;gt;ZWS_MONITOR_OUTB_DEL_FREE&amp;lt;/b&amp;gt;. But I am not sure where to make changes so that I get those fields in the output. Any help will be highly appreciated. Thanks everyone for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 16:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202526#M763320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T16:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: VL06F</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202527#M763321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to copy couple more function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to debug in the program put break point at     &lt;/P&gt;&lt;P&gt;when gc_progname_free.&lt;/P&gt;&lt;P&gt;      perform selection_delivery using gc_proctype_free.&lt;/P&gt;&lt;P&gt;it drives to another fm - WS_DELIVERY_MONITOR - go into the fm and then drives to another fm WS_LM_LIST_DISPLAY. Check this FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 16:50:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202527#M763321</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2007-12-13T16:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: VL06F</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202528#M763322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah i did that. But does copying function modules and changing them satisfy my problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 16:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202528#M763322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T16:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: VL06F</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202529#M763323</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;If you want to see these fields on selection screen of VL06F, then copy  " include rv50qasel_v1" to 'Z' include and add your fields which you want to see on VL06F transaction. &lt;/P&gt;&lt;P&gt;and change the program to pick the data when these new parameters are filled. &lt;/P&gt;&lt;P&gt;Like modifying --&amp;gt;  form selection_delivery using proctype, where 'WS_DELIVERY_MONITOR' FM is called. Here pass all your newly added selection parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Let me know if you have questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 16:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202529#M763323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T16:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: VL06F</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202530#M763324</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;There is no need to copy the standard program , you can extend this report . For further information please check sap note : 128150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 17:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202530#M763324</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-12-13T17:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: VL06F</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202531#M763325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a break point in user exit V50Q0001. When I try to execute VL06, I am not able to stop at that break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has any idea why I am not able to stop at the break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 16:23:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202531#M763325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T16:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: VL06F</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202532#M763326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to include the user exit in the Project and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the transaction CMOD to include the Enhancement in the project.&lt;/P&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>Mon, 17 Dec 2007 16:44:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202532#M763326</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-12-17T16:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: VL06F</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202533#M763327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did all that. I even activated it after putting a hrad break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 17:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202533#M763327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T17:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: VL06F</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202534#M763328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Exit FM is called inside the FM WS_LM_DATA_SELECTION. So, put a break point in the starting of this FM and try to debug.&lt;/P&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>Mon, 17 Dec 2007 17:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl06f/m-p/3202534#M763328</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-12-17T17:38:19Z</dc:date>
    </item>
  </channel>
</rss>

