<?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 Exit Points for TCODE VL02N in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-points-for-tcode-vl02n/m-p/7673944#M1575364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to Grayout one column &lt;STRONG&gt;Delivered Quantity&lt;/STRONG&gt; in &lt;STRONG&gt;Item Overview&lt;/STRONG&gt; Tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the version I am working with is 4.6, so I am not getting any IMPLICIT USER EXIT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me which explicit user exit I should use? Or if I am wrong, is there any implicit user exit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please revert ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Feb 2011 08:59:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-07T08:59:07Z</dc:date>
    <item>
      <title>Exit Points for TCODE VL02N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-points-for-tcode-vl02n/m-p/7673944#M1575364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to Grayout one column &lt;STRONG&gt;Delivered Quantity&lt;/STRONG&gt; in &lt;STRONG&gt;Item Overview&lt;/STRONG&gt; Tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the version I am working with is 4.6, so I am not getting any IMPLICIT USER EXIT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me which explicit user exit I should use? Or if I am wrong, is there any implicit user exit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please revert ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 08:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-points-for-tcode-vl02n/m-p/7673944#M1575364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T08:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exit Points for TCODE VL02N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-points-for-tcode-vl02n/m-p/7673945#M1575365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;   In order to make delivery quantity input disable you can make use of BADI "LE_SHP_DELIVERY_PROC" and method "CHANGE_FIELD_ATTRIBUTES". For identifying item overview tab you can make use of parameter 'IF_PANEL' which has value 'ITOV' for item tab. Sample code is given below for your reference.&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="Code"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; data: ls_field_attributes type shp_screen_attributes,&lt;/P&gt;&lt;P&gt;*LIPSD-G_LFIMG is screen field for delivery quantity.&lt;/P&gt;&lt;P&gt;  ls_field_attributes-name  = 'LIPSD-G_LFIMG'.&lt;/P&gt;&lt;P&gt;  ls_field_attributes-input = 0.&lt;/P&gt;&lt;P&gt;  append ls_field_attributes to ct_field_attributes.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Akanksha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Akanksha on Feb 8, 2011 1:43 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 12:34:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-points-for-tcode-vl02n/m-p/7673945#M1575365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-08T12:34:00Z</dc:date>
    </item>
  </channel>
</rss>

