<?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 Function module to create question inside the PLMD_AUDIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-create-question-inside-the-plmd-audit/m-p/2929334#M690217</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 what are the import parameters you gave to create Question list using BAPI_20310_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   We tried to create Question list(using BAPI_20310_CREATE_ and Question-items(using BAPI_2031010_CREATE) also, it is not showing any error but when i searched in the standard table CGPL_PROJECT for the created questions we are unable to found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    For your errors try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           1. Give any external id (some identifier-your own text) to remove the error&lt;/P&gt;&lt;P&gt;                "External ID is missing"&lt;/P&gt;&lt;P&gt;           2. Give hierarchy profile value ' 01' to remove the error&lt;/P&gt;&lt;P&gt;                 " Specify a valid hierarchy level for the hierarchy profile."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Swarna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2007 15:05:55 GMT</pubDate>
    <dc:creator>former_member217544</dc:creator>
    <dc:date>2007-10-25T15:05:55Z</dc:date>
    <item>
      <title>BAPI Function module to create question inside the PLMD_AUDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-create-question-inside-the-plmd-audit/m-p/2929332#M690215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have go the requirement for question creation in PLMD_AUDIT, we have called the BAPI BAPI_BUS2031010_CREATE for question creation inside our ABAP Program, even then we have strucked with the import and export parameter, please provide ABAP Sample code for question creation BAPI in PLMD_AUDIT Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest if there are any other ways to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Hariharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 11:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-create-question-inside-the-plmd-audit/m-p/2929332#M690215</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2007-10-10T11:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Function module to create question inside the PLMD_AUDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-create-question-inside-the-plmd-audit/m-p/2929333#M690216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hariharan,&lt;/P&gt;&lt;P&gt;we tried too to implement this Audit Questions import with ABAP program&lt;/P&gt;&lt;P&gt;and the BAPi: bapi_bus2031010_create.&lt;/P&gt;&lt;P&gt;We always got the messages: 1. External ID is missing  and 2. Specify a valid&lt;/P&gt;&lt;P&gt;hierarchy level for the hierarchy profile.&lt;/P&gt;&lt;P&gt;I DON'T KNOW WHY, and i don't know if you have the same problem.&lt;/P&gt;&lt;P&gt;We used also the bapi bapi_bus20310_create to create the question list header&lt;/P&gt;&lt;P&gt;and it's working OK. &lt;/P&gt;&lt;P&gt;I tried to create thr items with this bapi to and it is the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re,&lt;/P&gt;&lt;P&gt;Eli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 12:17:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-create-question-inside-the-plmd-audit/m-p/2929333#M690216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T12:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Function module to create question inside the PLMD_AUDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-create-question-inside-the-plmd-audit/m-p/2929334#M690217</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 what are the import parameters you gave to create Question list using BAPI_20310_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   We tried to create Question list(using BAPI_20310_CREATE_ and Question-items(using BAPI_2031010_CREATE) also, it is not showing any error but when i searched in the standard table CGPL_PROJECT for the created questions we are unable to found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    For your errors try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           1. Give any external id (some identifier-your own text) to remove the error&lt;/P&gt;&lt;P&gt;                "External ID is missing"&lt;/P&gt;&lt;P&gt;           2. Give hierarchy profile value ' 01' to remove the error&lt;/P&gt;&lt;P&gt;                 " Specify a valid hierarchy level for the hierarchy profile."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Swarna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 15:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-create-question-inside-the-plmd-audit/m-p/2929334#M690217</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2007-10-25T15:05:55Z</dc:date>
    </item>
  </channel>
</rss>

