<?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 Bdc Combination to create customer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567838#M1432373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Feb 2010 08:17:40 GMT</pubDate>
    <dc:creator>madhu_vadlamani</dc:creator>
    <dc:date>2010-02-06T08:17:40Z</dc:date>
    <item>
      <title>Bapi Bdc Combination to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567829#M1432364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I want to create a customer master from external system. What are the standard bapis are there  they re not suitable for my requirement. I approach it in the following way. I did a bdc for xd01 and trying to call it from a rfc fm which i prepared.  But the data that i passes from this fm is not reaching my bdc program. If any body have a good idea on this please share your idea with me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I created an import parameter in this i created a structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) the same structure i declare with the same name in bdc report(se38).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code in the fm is in this way&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;    t_cust TYPE zcust_table .(this is the structure name  in my fm import tab)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT t_cust TO MEMORY ID 'TABLE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT ZBDC_CUSTOMER AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)  &lt;/P&gt;&lt;P&gt;DATA :BEGIN OF zcust OCCURS 100 .&lt;/P&gt;&lt;P&gt;      INCLUDE STRUCTURE zcust_table.&lt;/P&gt;&lt;P&gt;DATA:END OF ZCUST.&lt;/P&gt;&lt;P&gt; START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT t_cust  FROM MEMORY ID 'TABLE'.(Thi is my decalration in se38 bdc program.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i executed my fm  the value that given in fm is not reaching my table which i declared in bdc program.&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;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 11:19:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567829#M1432364</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2010-02-04T11:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Bdc Combination to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567830#M1432365</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;We have the same scenario .&lt;/P&gt;&lt;P&gt;We have created customers from external system through RFC connection.&lt;/P&gt;&lt;P&gt;We have created RFC function module by using &lt;STRONG&gt;SD_CUSTOMER_MAINTAIN_ALL&lt;/STRONG&gt;  Function module.&lt;/P&gt;&lt;P&gt;In this we have all the options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 12:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567830#M1432365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T12:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Bdc Combination to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567831#M1432366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I tried to use this fm sd_customer_maintain_all. This will update only tables. Can you tell how you created customer with this fm. I think it contains only few fields. Please share your idea if you have any idea on this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 12:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567831#M1432366</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2010-02-04T12:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Bdc Combination to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567832#M1432367</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;  Already we have created RFC function module to create customer.&lt;/P&gt;&lt;P&gt;  We have to fill all the structures and we have to call &lt;STRONG&gt;sd_customer_maintain_all&lt;/STRONG&gt; function module internally.&lt;/P&gt;&lt;P&gt;  Already we have done it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will create the customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 12:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567832#M1432367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T12:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Bdc Combination to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567833#M1432368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont mind when i am telling like this. I filled some of the tables and try to create a customer. It is not created any customer. Can you share your ideas with me. If possible can u tell me how you did . I will do in the same way. I am vey thankful to you if i can what you said. &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;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 12:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567833#M1432368</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2010-02-04T12:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Bdc Combination to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567834#M1432369</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 all the customer details address details and personal details in KNA1 structure.&lt;/P&gt;&lt;P&gt;Populate Company code details in KNB1 structure.&lt;/P&gt;&lt;P&gt;Populate Sales area details in KNVV structure.&lt;/P&gt;&lt;P&gt;Populate dunning data in KNB5 table.&lt;/P&gt;&lt;P&gt;Populate Tax data in KNVI table &lt;/P&gt;&lt;P&gt;In all the structures other than customer number we have to fill all the primary key fields.&lt;/P&gt;&lt;P&gt;Call the SD_CUSTOMER_MAINTAIN_ALL function module to create customer as below.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Create Customer in SAP&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        CALL FUNCTION 'SD_CUSTOMER_MAINTAIN_ALL'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            i_kna1                  = fs_kna1&lt;/P&gt;&lt;P&gt;            i_knb1                  = fs_knb1&lt;/P&gt;&lt;P&gt;            i_knvv                  = fs_knvv&lt;/P&gt;&lt;P&gt;            i_bapiaddr1             = fs_add1&lt;/P&gt;&lt;P&gt;            i_bapiaddr2             = fs_add2&lt;/P&gt;&lt;P&gt;            pi_postflag             = c_true&lt;/P&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;P&gt;            e_kunnr                 = w_kunnr&lt;/P&gt;&lt;P&gt;          TABLES&lt;/P&gt;&lt;P&gt;            t_xknb5                 = t_knb5&lt;/P&gt;&lt;P&gt;            t_xknvi                 = t_knvi&lt;/P&gt;&lt;P&gt;          EXCEPTIONS&lt;/P&gt;&lt;P&gt;            client_error            = 1&lt;/P&gt;&lt;P&gt;            kna1_incomplete         = 2&lt;/P&gt;&lt;P&gt;            knb1_incomplete         = 3&lt;/P&gt;&lt;P&gt;            knb5_incomplete         = 4&lt;/P&gt;&lt;P&gt;            knvv_incomplete         = 5&lt;/P&gt;&lt;P&gt;            kunnr_not_unique        = 6&lt;/P&gt;&lt;P&gt;            sales_area_not_unique   = 7&lt;/P&gt;&lt;P&gt;            sales_area_not_valid    = 8&lt;/P&gt;&lt;P&gt;            insert_update_conflict  = 9&lt;/P&gt;&lt;P&gt;            number_assignment_error = 10&lt;/P&gt;&lt;P&gt;            number_not_in_range     = 11&lt;/P&gt;&lt;P&gt;            number_range_not_extern = 12&lt;/P&gt;&lt;P&gt;            number_range_not_intern = 13&lt;/P&gt;&lt;P&gt;            account_group_not_valid = 14&lt;/P&gt;&lt;P&gt;            parnr_invalid           = 15&lt;/P&gt;&lt;P&gt;            bank_address_invalid    = 16&lt;/P&gt;&lt;P&gt;            tax_data_not_valid      = 17&lt;/P&gt;&lt;P&gt;            no_authority            = 18&lt;/P&gt;&lt;P&gt;            company_code_not_unique = 19&lt;/P&gt;&lt;P&gt;            dunning_data_not_valid  = 20&lt;/P&gt;&lt;P&gt;            knb1_reference_invalid  = 21&lt;/P&gt;&lt;P&gt;            cam_error               = 22&lt;/P&gt;&lt;P&gt;            OTHERS                  = 23.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check sysubrc to know the error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any further details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 12:33:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567834#M1432369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T12:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Bdc Combination to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567835#M1432370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi madhu,&lt;/P&gt;&lt;P&gt;Once again thanks   for your immediate  reply. Here there is no table for excise duties to fill. This table   i have to fill at the time of customer creation. Is it possible in this. When i studied these table there is no table for excise duties.If there is any options please tell me . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 12:46:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567835#M1432370</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2010-02-04T12:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Bdc Combination to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567836#M1432371</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;Can you please tell me in which table these excise duties will save while creating customer.&lt;/P&gt;&lt;P&gt;You are saying about CIN details.&lt;/P&gt;&lt;P&gt;Could you please explain me exactly ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 13:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567836#M1432371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T13:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Bdc Combination to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567837#M1432372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wrap &lt;STRONG&gt;SD_CUSTOMER_MAINTAIN_ALL&lt;/STRONG&gt; in your rfc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 14:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567837#M1432372</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-02-04T14:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Bdc Combination to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567838#M1432373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2010 08:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567838#M1432373</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2010-02-06T08:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Bdc Combination to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567839#M1432374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi madhu &lt;/P&gt;&lt;P&gt;i gone through your answer,&lt;/P&gt;&lt;P&gt;but i have some query&lt;/P&gt;&lt;P&gt;i want to create customer through bapi which facilitates to enter customer code (our own defined, not sequentially next no)&lt;/P&gt;&lt;P&gt;do you have any idea how to do this.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 16:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bdc-combination-to-create-customer/m-p/6567839#M1432374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-29T16:19:22Z</dc:date>
    </item>
  </channel>
</rss>

