<?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: Problem with LE_SHP_TAB_CUST_HEAD implementation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-le-shp-tab-cust-head-implementation/m-p/4550795#M1074597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi poornima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  If you want the implementation to work only for creation t-code VL01 &amp;amp; VL01N , Then before executing the implementation check for the value in global variable sy-tcode.&lt;/P&gt;&lt;P&gt;add lines to check the t-code which has fired the BADI. like.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-tcode eq 'VL01N'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;{YOUR CURRENT CODE}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will make the execution the custom code in BADI implementation only for required Transaction codes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumaar.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2008 05:59:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-01T05:59:41Z</dc:date>
    <item>
      <title>Problem with LE_SHP_TAB_CUST_HEAD implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-le-shp-tab-cust-head-implementation/m-p/4550793#M1074595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've implemented the badi LE_SHP_TAB_CUST_HEAD to add a new filed in delivery.&lt;/P&gt;&lt;P&gt;I've implemented the following methods&lt;/P&gt;&lt;P&gt;ACTIVATE_TAB_PAGE&lt;/P&gt;&lt;P&gt;TRANSFER_DATA_TO_SUBSCREEN&lt;/P&gt;&lt;P&gt;TRANSFER_DATA_FROM_SUBSCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In TRANSFER_DATA_TO_SUBSCREEN i used set parameter id to hold the data is_likp-zxx and in the pbo using get parameter id i retrieved and displayed on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In TRANSFER_DATA_FROM_SUBSCREEN i'm updating the zfield value taken from screen PAI into the structure cs_likp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i execute VL02N and save i'm getting the msg 'Document saved'.&lt;/P&gt;&lt;P&gt;But again if I open any of the tcodes VL02N or VL03N,i'm getting the following message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Express document "Update was terminated" received from author xxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;poornima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 10:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-le-shp-tab-cust-head-implementation/m-p/4550793#M1074595</guid>
      <dc:creator>former_member201364</dc:creator>
      <dc:date>2008-09-30T10:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LE_SHP_TAB_CUST_HEAD implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-le-shp-tab-cust-head-implementation/m-p/4550794#M1074596</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;Is there any additional information in SM13 or ST22 relating to the termination?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 16:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-le-shp-tab-cust-head-implementation/m-p/4550794#M1074596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T16:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LE_SHP_TAB_CUST_HEAD implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-le-shp-tab-cust-head-implementation/m-p/4550795#M1074597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi poornima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  If you want the implementation to work only for creation t-code VL01 &amp;amp; VL01N , Then before executing the implementation check for the value in global variable sy-tcode.&lt;/P&gt;&lt;P&gt;add lines to check the t-code which has fired the BADI. like.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-tcode eq 'VL01N'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;{YOUR CURRENT CODE}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will make the execution the custom code in BADI implementation only for required Transaction codes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumaar.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 05:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-le-shp-tab-cust-head-implementation/m-p/4550795#M1074597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T05:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LE_SHP_TAB_CUST_HEAD implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-le-shp-tab-cust-head-implementation/m-p/4550796#M1074598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is with that particular delivery document.For others it is working fine..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 07:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-le-shp-tab-cust-head-implementation/m-p/4550796#M1074598</guid>
      <dc:creator>former_member201364</dc:creator>
      <dc:date>2008-10-28T07:56:18Z</dc:date>
    </item>
  </channel>
</rss>

