<?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 clearing a field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-a-field/m-p/2542264#M577836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;i have a scenario , where in ,&lt;/P&gt;&lt;P&gt;incoming input_idoc_orders05 is automatically  converted into sales order through va02,&lt;/P&gt;&lt;P&gt;idoc is passing batch number into sales order created, i found out through we19 that one segment in the idoc has this batch number and that is being straight away carried into sales order,&lt;/P&gt;&lt;P&gt;my problem is to suppress or clear this batch number in incoming idoc,&lt;/P&gt;&lt;P&gt;can someone help me doing this,&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 02:22:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-16T02:22:30Z</dc:date>
    <item>
      <title>clearing a field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-a-field/m-p/2542264#M577836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;i have a scenario , where in ,&lt;/P&gt;&lt;P&gt;incoming input_idoc_orders05 is automatically  converted into sales order through va02,&lt;/P&gt;&lt;P&gt;idoc is passing batch number into sales order created, i found out through we19 that one segment in the idoc has this batch number and that is being straight away carried into sales order,&lt;/P&gt;&lt;P&gt;my problem is to suppress or clear this batch number in incoming idoc,&lt;/P&gt;&lt;P&gt;can someone help me doing this,&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 02:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-a-field/m-p/2542264#M577836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T02:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: clearing a field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-a-field/m-p/2542265#M577837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with following user exits :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enhancement name : VEDA0001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOTO CMOD -&amp;gt; create the project starting with Z* or Y* ,use VEDA0001 as enhancement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if project already created for above user exits,then modify the code in include program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here components are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT_SAPLVEDA_001&lt;/P&gt;&lt;P&gt;EXIT_SAPLVEDA_002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with above user exits by changing XVBAP-CHARG(Batch number)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the project and see the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 03:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-a-field/m-p/2542265#M577837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T03:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: clearing a field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-a-field/m-p/2542266#M577838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello seshu,&lt;/P&gt;&lt;P&gt;thanks for the reply,&lt;/P&gt;&lt;P&gt;the objects are already created,&lt;/P&gt;&lt;P&gt;so u mean that i need to search for the include in the se38 program &lt;/P&gt;&lt;P&gt;\and the in that using these exits  i  need to change the code.&lt;/P&gt;&lt;P&gt;right?&lt;/P&gt;&lt;P&gt;plz correct  me if i am wrong.&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 12:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-a-field/m-p/2542266#M577838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T12:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: clearing a field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-a-field/m-p/2542267#M577839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to look at Include programs : ZXVEDU03 - this is related to FM  EXIT_SAPLVEDA_001&lt;/P&gt;&lt;P&gt;                       Include program : ZXVEDU04  - This is related to FM  EXIT_SAPLVEDA_002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOTo SE38 and enter include name ,write the logic,keep the break point and test it using WE19 Transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 15:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-a-field/m-p/2542267#M577839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T15:42:57Z</dc:date>
    </item>
  </channel>
</rss>

