<?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 ISSUE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/1832611#M354679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check ST22 , u will get some idea from where this short dump occured.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2007 04:22:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-23T04:22:05Z</dc:date>
    <item>
      <title>BAPI ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/1832608#M354676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am given the task to made BAPI for transaction CIC0, i have made it but its giving dump all data is coming in the internal table but when we call the BAPI it give shot dump. I have used the BAPI function 'BAPI_ACTIVITYCRM_CREATEMULTI'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What to do please help me as i have to complete this task within a week.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 11:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/1832608#M354676</guid>
      <dc:creator>RKSK</dc:creator>
      <dc:date>2007-01-22T11:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/1832609#M354677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rachit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the data type you are passing to BAPI is the same as BAPI data type. There is no conflict. Check if all Required values are passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 12:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/1832609#M354677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T12:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/1832610#M354678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked and i think the data i m passing in BAPI is correct as i have taken all in the internal tables which have the same type as that of BAPI please have a look on the data type i have taken and suggest what i have to do now please help as i have to solve this issue as fast as possible. If you need any other information then please tell mee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : gt_header LIKE bapibus2000110_header_ins OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_headerx LIKE bapibus2000110_header_insx OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_partner LIKE bapibus20001_partner_ins OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_partnerx LIKE bapibus20001_partner_insx OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_organisation LIKE bapibus20001_orgman_ins OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_organisationx LIKE bapibus20001_orgman_insx OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_date LIKE bapibus20001_appointment_ins OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_datex LIKE bapibus20001_appointment_insx OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_text LIKE bapibus20001_text_ins OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_textx LIKE bapibus20001_text_insx OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_reason LIKE bapibus2000110_reason_ins OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_reasonx LIKE bapibus2000110_reason_insx OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_outcome LIKE bapibus2000110_outcome_ins OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_outcomex LIKE bapibus2000110_outcome_insx OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_status LIKE bapibus20001_status_ins OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_statusx LIKE bapibus20001_status_insx OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_location LIKE bapibus2000110_location_ins OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_locationx LIKE bapibus2000110_location_insx OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_input_fields LIKE bapibus20001_input_fields OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_created_process LIKE bapibus20001_header_ins OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;     : gt_return LIKE bapiret2 OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;       gt_return2 LIKE bapiret2 OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 03:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/1832610#M354678</guid>
      <dc:creator>RKSK</dc:creator>
      <dc:date>2007-01-23T03:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI ISSUE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/1832611#M354679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check ST22 , u will get some idea from where this short dump occured.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 04:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/1832611#M354679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T04:22:05Z</dc:date>
    </item>
  </channel>
</rss>

