<?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 ORDER_TEXT IN BAPI_SALESORDER_CREATEFROMDAT2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/order-text-in-bapi-salesorder-createfromdat2/m-p/4238948#M1011971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;what are the parameters i need to fill-up in ORDER_TEXT under BAPI_SALESORDER_CREATEFROMDAT2.. these are the following fields: &lt;/P&gt;&lt;P&gt;DOC_NUMBER&lt;/P&gt;&lt;P&gt;ITM_NUMBER&lt;/P&gt;&lt;P&gt;TEXT_ID&lt;/P&gt;&lt;P&gt;LANGU&lt;/P&gt;&lt;P&gt;TEXT_LINE&lt;/P&gt;&lt;P&gt;FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to save the text in tcode va01 -sales order..using a bapi.&lt;/P&gt;&lt;P&gt;text object will be VBBK, text id is 0001.&lt;/P&gt;&lt;P&gt;How about the other fields? &lt;/P&gt;&lt;P&gt;Cost Center, Terms of payment key and	Payment guarantee procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.  &lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aVaDuDz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2008 02:06:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-06T02:06:06Z</dc:date>
    <item>
      <title>ORDER_TEXT IN BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/order-text-in-bapi-salesorder-createfromdat2/m-p/4238948#M1011971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;what are the parameters i need to fill-up in ORDER_TEXT under BAPI_SALESORDER_CREATEFROMDAT2.. these are the following fields: &lt;/P&gt;&lt;P&gt;DOC_NUMBER&lt;/P&gt;&lt;P&gt;ITM_NUMBER&lt;/P&gt;&lt;P&gt;TEXT_ID&lt;/P&gt;&lt;P&gt;LANGU&lt;/P&gt;&lt;P&gt;TEXT_LINE&lt;/P&gt;&lt;P&gt;FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to save the text in tcode va01 -sales order..using a bapi.&lt;/P&gt;&lt;P&gt;text object will be VBBK, text id is 0001.&lt;/P&gt;&lt;P&gt;How about the other fields? &lt;/P&gt;&lt;P&gt;Cost Center, Terms of payment key and	Payment guarantee procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.  &lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aVaDuDz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 02:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/order-text-in-bapi-salesorder-createfromdat2/m-p/4238948#M1011971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T02:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: ORDER_TEXT IN BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/order-text-in-bapi-salesorder-createfromdat2/m-p/4238949#M1011972</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;Populate fields TEXT_ID, LANGU &amp;amp; TEXT_LINE for each line of the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*** Sales Document Header Texts
  clear: ibapisdtext.
  ibapisdtext-text_id   = p_tid.
  ibapisdtext-langu     = sy-langu.
  ibapisdtext-text_line = p_text.
  append ibapisdtext.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find Terms of payment and Payment Guarantee Procedure in structure: BAPISDHD1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 02:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/order-text-in-bapi-salesorder-createfromdat2/m-p/4238949#M1011972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T02:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: ORDER_TEXT IN BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/order-text-in-bapi-salesorder-createfromdat2/m-p/4238950#M1011973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi eswar,&lt;/P&gt;&lt;P&gt;please check my value in the program&lt;/P&gt;&lt;P&gt;order_text-text_id  = '0001'.&lt;/P&gt;&lt;P&gt;  order_text-langu   = 'EN'.&lt;/P&gt;&lt;P&gt;  order_text-text_line   =  '199208165, MARLON SANTONIL, 03/04/2008, 01/04/2009'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  APPEND order_text .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where can i input the value of VBBK..is it required in the bapi fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 02:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/order-text-in-bapi-salesorder-createfromdat2/m-p/4238950#M1011973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T02:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: ORDER_TEXT IN BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/order-text-in-bapi-salesorder-createfromdat2/m-p/4238951#M1011974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI: BAPI_SALESORDER_CREATEFROMDAT2 being just for &lt;STRONG&gt;Sales Order&lt;/STRONG&gt;, we need not specify the Object(VBBK) whereas when we are using explicit FM's like SAVE_TEXT we have to pass Text Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 02:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/order-text-in-bapi-salesorder-createfromdat2/m-p/4238951#M1011974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T02:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: ORDER_TEXT IN BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/order-text-in-bapi-salesorder-createfromdat2/m-p/4238952#M1011975</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 think it takes the text object automatically as VBBK. All sales order texts has object as VBBK. Just try executing ur bapi and check in va02/va03 whether it is populating the text or not. Ideally it should.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 02:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/order-text-in-bapi-salesorder-createfromdat2/m-p/4238952#M1011975</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-08-06T02:56:24Z</dc:date>
    </item>
  </channel>
</rss>

