<?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: Simulation BAPI for  quotation create BAPI BAPI_QUOTATION_CREATEFROMDATA2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175400#M1623683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested the same,I have passed item quanity which is more than available stock ,then system should proposes two scheduled delivery dates.But those two  scheduled dates I am not getting in tables parameter QUOTATION_SCHEDULES_IN of the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have passed TESTRUN = 'X',is it required to to call BAPI_TRANSACTIONCOMMIT even when we are runnig in Testmode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Xavier.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2011 08:12:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-23T08:12:35Z</dc:date>
    <item>
      <title>Simulation BAPI for  quotation create BAPI BAPI_QUOTATION_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175393#M1623676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to Create Quotation using the standard BAPI ,BAPI BAPI_QUOTATION_CREATEFROMDATA2 from my webdynpro application.If the user is satisfied with the schdule lines(or the any data ) that it is going create in SAP,then the commit work should happen.&lt;/P&gt;&lt;P&gt;                          for that to happen user should know what it is creating and I heard about SImulation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the simulation BAPI for quotation create and How do I use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&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;Xavier.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 04:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175393#M1623676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-23T04:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation BAPI for  quotation create BAPI BAPI_QUOTATION_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175394#M1623677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xavier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is nothing specific as Simulation BAPI, but there is a Simulation or TEST RUN Mode in BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check out the Import Parameters of the BAPI, you'll find the parameter, TESTRUN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TESTRUN = 'X', to execute the BAPI in Test Mode or Simulate the Quotation Creation. If the user is happy with the output, you can then run the BAPI again with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TESTRUN = ' ' and other parameters as required. Then call 'BAPI_TRANSACTION_COMMIT' for the Quotation to be saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 05:02:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175394#M1623677</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2011-08-23T05:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation BAPI for  quotation create BAPI BAPI_QUOTATION_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175395#M1623678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pravnav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnkas for the answer,but how do I read the created data when TESTRUN = 'X is passed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do i  need to use BAPI for reading quotation,but the quotation is not committed?&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;Xavier.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 05:12:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175395#M1623678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-23T05:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation BAPI for  quotation create BAPI BAPI_QUOTATION_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175396#M1623679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xavier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you test the BAPI directly from SE37, then, you will see that a corresponding result table is the output with every input table (may be confusing) after execution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program/code, the fields of the table paramters are updated automatically as per the actual Quotation Data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have any specific doubts, please mention an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 05:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175396#M1623679</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2011-08-23T05:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation BAPI for  quotation create BAPI BAPI_QUOTATION_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175397#M1623680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but pranav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How we get in SE37, in my program will i get the output in Output table,if I run in Test mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Xavier.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 05:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175397#M1623680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-23T05:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation BAPI for  quotation create BAPI BAPI_QUOTATION_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175398#M1623681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean to say like, looking at the output table what we see in SE37,we need to mention in our program also for every input table,so that likely could be captured in output table?&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;Xavier.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 05:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175398#M1623681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-23T05:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation BAPI for  quotation create BAPI BAPI_QUOTATION_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175399#M1623682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xavier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well that is the BASIC Concept of the Table parameters. It works as Changing Paramaters. The Input Tables are used for processing and the output is changed/updated/modified Table parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 05:54:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175399#M1623682</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2011-08-23T05:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation BAPI for  quotation create BAPI BAPI_QUOTATION_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175400#M1623683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested the same,I have passed item quanity which is more than available stock ,then system should proposes two scheduled delivery dates.But those two  scheduled dates I am not getting in tables parameter QUOTATION_SCHEDULES_IN of the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have passed TESTRUN = 'X',is it required to to call BAPI_TRANSACTIONCOMMIT even when we are runnig in Testmode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Xavier.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 08:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175400#M1623683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-23T08:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation BAPI for  quotation create BAPI BAPI_QUOTATION_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175401#M1623684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you do not need the commit when running in test mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 08:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175401#M1623684</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2011-08-23T08:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation BAPI for  quotation create BAPI BAPI_QUOTATION_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175402#M1623685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I see the Schedule lines (or) any data that the BAPI is going to create?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not see see my Input table parameters getting updated values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Xavier.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 08:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175402#M1623685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-23T08:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation BAPI for  quotation create BAPI BAPI_QUOTATION_CREATEFROMDATA2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175403#M1623686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xavier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, there should not be any check in quotation item quantity and available stock. A quotation is used to tell vendors prices and the quantity the vendor can deliver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create schedule lines you need to mention in SCHEDULE_IN or else system will create a single schedule line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, refer the RETURN Table parameter for errors, information messages, etc. The return parameters will help you passing the required parameters to the BAPI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the Function Module Documentation for perfect HELP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRanav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 09:35:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simulation-bapi-for-quotation-create-bapi-bapi-quotation-createfromdata2/m-p/8175403#M1623686</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2011-08-23T09:35:10Z</dc:date>
    </item>
  </channel>
</rss>

