<?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: BAPI_SALESORDER_CREATEFROMDAT2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697900#M890339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still have problems with step 9.&lt;/P&gt;&lt;P&gt;We want to use the BAPI for incoming sales orders (via IDOC/ALE interface). Thus I think it doesn´t make much sense to 'pre-fill' any table here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2008 05:34:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-15T05:34:11Z</dc:date>
    <item>
      <title>BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697896#M890335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we use method SALESORDER.CREATEFROMDAT2 with BAPI 'BAPI_SALESORDER_CREATEFROMDAT2' to create customer sales orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we want to add customer own field vbak-zzactcode to BUS 'ZBUS2032'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following the online docu I´ve copied method ZSALES.CREATEFROMDAT2 (referring to BAPI&lt;/P&gt;&lt;P&gt;'BAPI_SALESORDER_CREATEFROMDAT2' and added parameter 'zsales_deal" (linked to field vbak-zzactcode).&lt;/P&gt;&lt;P&gt;Due to the online docu we now 'have to adjust the coding of the BAPI'. &lt;/P&gt;&lt;P&gt;Unfortunately SAP doesn´t tell us anythin about 'what' coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 14:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697896#M890335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T14:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697897#M890336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you havent studied the documentation correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the clear explanation from sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer Enhancement for VBAK, VBAP, VBEP&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;You can use this parameter to transfer user-specific enhancments to a BAPI. The customer has to complete the EXTENSION structure and the system automatically continues processing it. If you have not defined any user-specific fields, then you can transfer a blank EXTENSIONIN structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Technical information about Customer Enhancements&lt;/P&gt;&lt;P&gt;The following description uses an example to explain how to proceed with customer enhancements to the SD tables VBAK, VBKD, VBAP and VBEP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The customer has added their own fields to table VBAP using the INCLUDE structure CUTEST. This structure contains 2 fields:&lt;/P&gt;&lt;P&gt;CFIELD1, CHAR 10&lt;/P&gt;&lt;P&gt;CFIELD2, CHAR 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The customer also requires that these two fields can be maintained with the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Maintain structure CUTEST in table VBAP&lt;/P&gt;&lt;P&gt;2. Because the BAPIs work with checkboxes, you must also define a CUTESTX checkbox for the customer structure. It should be structured like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field name       Data element&lt;/P&gt;&lt;P&gt;CFIELD1            CHAR1&lt;/P&gt;&lt;P&gt;CFIELD2          CHAR1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Define these customer structures in the structures VBAPKOZ und VBAPKOZX using INCLUDE or APPEND.&lt;/P&gt;&lt;P&gt;4. Add the customer structures to the BAPE_VBAP and BAPE_VBAPX BAPI structures using the APPEND technique.&lt;/P&gt;&lt;P&gt;5. Adjust the following structures for customer enhancements to table VBAK:&lt;/P&gt;&lt;P&gt;a) VBAKKOZ&lt;/P&gt;&lt;P&gt;b) VBAKKOZX&lt;/P&gt;&lt;P&gt;c) BAPE_VBAK&lt;/P&gt;&lt;P&gt;d) BAPE_VBAKX&lt;/P&gt;&lt;P&gt;6. Adjust the following structures for customer enhancements to table VBEK:&lt;/P&gt;&lt;P&gt;a) VBEPKOZ&lt;/P&gt;&lt;P&gt;b) VBEPKOZX&lt;/P&gt;&lt;P&gt;c) BAPE_VBEP&lt;/P&gt;&lt;P&gt;d) BAPE_VBEPX&lt;/P&gt;&lt;P&gt;7. Generally, the data should be added to the BAPI interface in the internal communication structures (VBAKKOM, and so on). There, you can process the data in the SD tables (VBAK, and so on).&lt;/P&gt;&lt;P&gt;8. If the EXTENSIONIN parameter contains customer data, you must complete at least the key fields in the relevant standard parameters.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;You want to change customer field VBAP-CFIELD2 for item 20 to "XYZ" in order 4711.&lt;/P&gt;&lt;P&gt;The following entries are expected:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import:     BAPIVBELN-VBELN       = '0000004711'  Document number&lt;/P&gt;&lt;P&gt;            BAPISDHD1X-UPDATEFLAG = 'U'           UPDKZ for doc header&lt;/P&gt;&lt;P&gt;Tables:     BAPISDITM-ITM_NUMBER  = '000020'      Item number&lt;/P&gt;&lt;P&gt;            BAPISDITMX-ITM_NUMBER = '000020'      Item number&lt;/P&gt;&lt;P&gt;          + BAPISDITMX-UPDATEFLAG = 'U'           UPDKZ for item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must complete the EXTENSION table as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STRUCTURE                          VALUEPART1       1234561234567890123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPE_VBAP                       0000004711000020                 XYZ&lt;/P&gt;&lt;P&gt;BAPE_VBAPX                      0000004711000020       X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further Information&lt;/P&gt;&lt;P&gt;You can find more information in the BAPI programming guide in the chapter for enhancements to BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;You must complete the STRUCTURE field with the name of the relevant enhancement structure (BAPE_VBAK, BAPE_VBAP, BAPE_VBEP). You can complete the remaining fields with the append structures from the enhancement structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment, you can use the BAPI to store enhancements in the following structures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBAK : An enhancement to header data requires an append structure to BAPE_VBAK and an enhancement to structure VBAKKOZ.&lt;/P&gt;&lt;P&gt;VBAP : An enhancement to item data requires an append structure to BAPE_VBAP and an enhancment to structure VBAPKOZ.&lt;/P&gt;&lt;P&gt;VBEP : An enhancement to schedule line data requires an append structure to BAPE_VBEP and an enhancement to structure VBEPKOZ.&lt;/P&gt;&lt;P&gt;VBKD : If you are using an enhancement for header data, you must add an append structure to BAPE_VBAK. You also need to enhance structure VBAKKOZ. If it is for item data, you need to add an append structure to BAPE_VBAP. You must also enhance structure VBAPKOZ.&lt;/P&gt;&lt;P&gt;If you also want to work with checkboxes, each X-structure must also contain an append structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;A customer has created an order and wants to include the material long text (50 digits long).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The EXTENSIONIN structure must be completed with BAPE_VBAP. Two fields have fixed definitions in this structure. These are in the VBAP host key (VBELN, POSNR). The customer sets up an append structure that contains field ZMAT50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the VBELN is normally blank when you create an order, the data can look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STRUCTURE   |BAPE_VBAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUEPART1  |          000010Customermateriallongtext50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              VBELN     POSNR ZMAT50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if u need further info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to copy into Z...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead we can make use of Extension in to populate these additional fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 15:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697897#M890336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T15:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697898#M890337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, I´ve already tried different approaches - note #143580 you mention here is just one of those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that don´t understand points 8. and 9. of this note. (143580)&lt;/P&gt;&lt;P&gt;How do I fill parameter EXTENSIONIN within BAPI  CreateFromDat2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how do I make sure, that:&lt;/P&gt;&lt;P&gt;1. my additional field appears in BD87&lt;/P&gt;&lt;P&gt;2. my additional field vbak-zz...is being filled?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 15:26:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697898#M890337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T15:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697899#M890338</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;First you need to create a structure with your own fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If  you have completed up to 7 th step,&lt;/P&gt;&lt;P&gt;In the 8th step add the same structure in VBAKKOM too.&lt;/P&gt;&lt;P&gt;Other than this nothign needs to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 9th step,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have to fill the extensionin of  structure BAPIPAREX .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STRUCTURE	Specify the structure that you included in the standard table in above steps&lt;/P&gt;&lt;P&gt;VALUEPART1	so fill this parts with your additonal fields data, it can take upto max of 240 characters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This wil populate the data into the corresponding table if you maintian the above entries correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sasidhar yalamanchili on Apr 14, 2008 6:55 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 16:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697899#M890338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T16:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697900#M890339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still have problems with step 9.&lt;/P&gt;&lt;P&gt;We want to use the BAPI for incoming sales orders (via IDOC/ALE interface). Thus I think it doesn´t make much sense to 'pre-fill' any table here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 05:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697900#M890339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T05:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697901#M890340</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;&lt;/P&gt;&lt;P&gt;Supose the data is coming from an external system, adn you want to create sales orders in SAP using the FM 'BAPI_SALESORDER_CREATEFROMDAT2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this you will all the structures and tables to pass to FM 'BAPI_SALESORDER_CREATEFROMDAT2' right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So similary you have to send these additional data too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the external system is sednign these data then you can see it in BD87.If they are not sednign then you have to build ur own logic to fill these fields in the extensionin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what ever data you want to see in these Z..fileds needs to be filled in the extensionin, then only after the sales order got created these additional data will go and store in VBAK table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need further help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sasidhar yalamanchili on Apr 15, 2008 10:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 08:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697901#M890340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T08:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697902#M890341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes,  I need help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an interface to an external system which creates simple flat files (*.txt).&lt;/P&gt;&lt;P&gt;The interface is based on IDOC technology; the sales orders are created with function module 'SD_SALESORDER_CREATE'.&lt;/P&gt;&lt;P&gt;The interface uses IDOC type SALESORDER_CREATEFROMDAT202 and message type SALESORDER_CREATEFROMDAT2 which is generated by BAPI CreateFormDat2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to send the additional data we need to expand IDOC type SALESORDER_CREATEFROMDAT202.&lt;/P&gt;&lt;P&gt;And thus we have to plow through all the BAPI stuff... (trx.  we30/31 would be so easy! - bummer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don´t have a clue, how/were to fill extensionin then. And I even don´t know if this helps at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 11:17:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697902#M890341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T11:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697903#M890342</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;&lt;/P&gt;&lt;P&gt;I suppose the data is coming from external system, and by using this data you yre creating sales orders in sap system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sasi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 12:12:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697903#M890342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T12:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697904#M890343</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;yep, that´s correct.&lt;/P&gt;&lt;P&gt;We import the data, create segments and post the IDOCs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore we use basic type SALESORDER_CREATEFROMDAT202 and message typ SALESORDER_CREATEFROMDAT2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 12:26:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697904#M890343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T12:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697905#M890344</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;Then you already have data in the idocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the idoc posting Function module is IDOC_INPUT_SALESORDER_CREATEFR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the idoc needs to have E1BPPAREX filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the corresponding details, the structure name and the value part1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if the idoc is already filled in with these data in E1BPPAREX then automatically it will populate in the database, iF you completed all the steps mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need further help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if  useful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 13:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697905#M890344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T13:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697906#M890345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That sounds great at first.&lt;/P&gt;&lt;P&gt;But one thing... The extension table (STRUCTURE; VALUEPART1;...) has to be filled for table VBAK. (structure E1BPPAREX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means,  &lt;/P&gt;&lt;P&gt;1.) we have to add two lines - for structure BAPE-VBAK and BAPE_VBAKX and &lt;/P&gt;&lt;P&gt;2.) we have to put the document number (and other information) for VALUEPART1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the document number is not yet available at that time, since we use internal document numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 15:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697906#M890345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T15:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697907#M890346</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;No need to put the document number,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just give the values in the same way as of your structure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ur structure contians one filed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the value of this field in valuepart1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you have to follow all the above steps that are present in the note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;Adjust the following structures for customer enhancements to table VBAK:&lt;/P&gt;&lt;P&gt;a) VBAKKOZ&lt;/P&gt;&lt;P&gt;b) VBAKKOZX&lt;/P&gt;&lt;P&gt;c) BAPE_VBAK&lt;/P&gt;&lt;P&gt;d) BAPE_VBAKX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 15:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697907#M890346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T15:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697908#M890347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DONE!&lt;/P&gt;&lt;P&gt;Many thanks for your help! It works perfect with structure E1BPPAREX &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 12:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697908#M890347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T12:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697909#M890348</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;Good to know that it helped you a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sasidhar yalamanchili on Apr 16, 2008 3:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 13:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/3697909#M890348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T13:16:33Z</dc:date>
    </item>
  </channel>
</rss>

