<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1597778#M268433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ravi,&lt;/P&gt;&lt;P&gt;        can u please tell me which parameters must i pass to this bapi.i use the bapi like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'BAPI_0050_CREATE'&lt;/P&gt;&lt;P&gt;              EXPORTING&lt;/P&gt;&lt;P&gt;                HEADER_DATA        = ls_header&lt;/P&gt;&lt;P&gt;                HEADER_DATA_ADD    = ls_header_add&lt;/P&gt;&lt;P&gt;                TESTRUN            = 'X'&lt;/P&gt;&lt;P&gt;              TABLES&lt;/P&gt;&lt;P&gt;                SENDER_ITEM_DATA   = lt_item_set&lt;/P&gt;&lt;P&gt;                SENDER_PERIOD_DATA = lt_sender_period&lt;/P&gt;&lt;P&gt;                RETURN             = lt_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is showing shortdump.it is telling 'it_item' parameter must use. the documentation is telling if recievers and senders tab,if process type is transfer we must use the parameter 'sender_item_data'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Oct 2006 14:24:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-03T14:24:56Z</dc:date>
    <item>
      <title>bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1597776#M268431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;          iam looking for  sample code on budget transfer(senders and reciever tabs,process type is transfer) using tcode FMBB using bapi BAPI_0050_CREATE.&lt;/P&gt;&lt;P&gt;URGENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;answer will be rewarded&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 08:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1597776#M268431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T08:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1597777#M268432</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;I can understand u r problem..but u have to try for it..&lt;/P&gt;&lt;P&gt;I will explain u what to do..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data u will get from txt or from .xls file..read thye data from the file and seggregate into the internal table according to the field length..and make sure that which fields are mandatory..for this initially what u have to do is get the data from the functional guy ..go to the se37..give bapi which u r using..execute the bapi..and give the inputs..and execute the function module..if it is exeuted succesfully...then u will idea which fields are mandatory..important is check whether the fields which u r using have any conversion routines..in the bapi structure..coing back to the code..after u populate tyhe internal table..&lt;/P&gt;&lt;P&gt;call the bapi...and pass the structure to the function module..and then call commit function..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may help u..still if u dbts u can raise a query in the sdn..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Njoy SAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 10:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1597777#M268432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T10:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1597778#M268433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ravi,&lt;/P&gt;&lt;P&gt;        can u please tell me which parameters must i pass to this bapi.i use the bapi like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'BAPI_0050_CREATE'&lt;/P&gt;&lt;P&gt;              EXPORTING&lt;/P&gt;&lt;P&gt;                HEADER_DATA        = ls_header&lt;/P&gt;&lt;P&gt;                HEADER_DATA_ADD    = ls_header_add&lt;/P&gt;&lt;P&gt;                TESTRUN            = 'X'&lt;/P&gt;&lt;P&gt;              TABLES&lt;/P&gt;&lt;P&gt;                SENDER_ITEM_DATA   = lt_item_set&lt;/P&gt;&lt;P&gt;                SENDER_PERIOD_DATA = lt_sender_period&lt;/P&gt;&lt;P&gt;                RETURN             = lt_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is showing shortdump.it is telling 'it_item' parameter must use. the documentation is telling if recievers and senders tab,if process type is transfer we must use the parameter 'sender_item_data'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 14:24:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1597778#M268433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T14:24:56Z</dc:date>
    </item>
  </channel>
</rss>

