<?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: IDOC function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-function-module/m-p/1396212#M191936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module that you are using finally goes and creates the sales orders right? So, if you are modifying the data of XVBAK (which pertains to the header data of the sales order), that should reflect in the sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the issue you are facing and where exactly are you doing these changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Jun 2006 12:23:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-17T12:23:04Z</dc:date>
    <item>
      <title>IDOC function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-function-module/m-p/1396210#M191934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;         I have copied the standard function module IDOC_INPUT_ORDERS as per some requirement. I want to set the billing block and delivery block at header level to the sales order that gets created using idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that, I have set the blocks in the structure xvbak.&lt;/P&gt;&lt;P&gt;just before the call to va01 transaction is made.&lt;/P&gt;&lt;P&gt;   xvbak-faksk = 'z1' " block set&lt;/P&gt;&lt;P&gt;   xvbak-lifsk = 'z1' " block set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I set blocks at header level in the sales order in the function module (based on some conditions) . Which structure corresponds to the header level VBAK information. Please suggest some way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vishnu Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2006 11:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-function-module/m-p/1396210#M191934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-17T11:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-function-module/m-p/1396211#M191935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Message continued..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; setting the blocks in the structure xvbak, as shown in the below two lines is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xvbak-lifsk = 'z1'.&lt;/P&gt;&lt;P&gt;xvbak-faksk = 'z1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  please suggest how to modify the sales order header level information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2006 11:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-function-module/m-p/1396211#M191935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-17T11:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-function-module/m-p/1396212#M191936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module that you are using finally goes and creates the sales orders right? So, if you are modifying the data of XVBAK (which pertains to the header data of the sales order), that should reflect in the sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the issue you are facing and where exactly are you doing these changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2006 12:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-function-module/m-p/1396212#M191936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-17T12:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-function-module/m-p/1396213#M191937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is the reason why you copied the function module, did you first explore the option of using the user exits in the standard function? There are some user exits even in standard sales order create transaction where you can insert some code that says if the source is EDI and some other criteria is met, then set the blocks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2006 14:30:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-function-module/m-p/1396213#M191937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-17T14:30:21Z</dc:date>
    </item>
  </channel>
</rss>

