<?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_CONTRACT_CREATE : Agreement date in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-agreement-date/m-p/4214596#M1007083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If u r using BAPI then why are u worrying about default date that is being populated in transaction. BAPI will not call this transaction. If u pass correct data to BAPI it will update the same in data base. Check this by executing the BAPI. No need to consider SHD0. This is only related to transaction. Nothing to do with BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2008 15:51:56 GMT</pubDate>
    <dc:creator>vinod_vemuru2</dc:creator>
    <dc:date>2008-07-23T15:51:56Z</dc:date>
    <item>
      <title>BAPI_CONTRACT_CREATE : Agreement date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-agreement-date/m-p/4214591#M1007078</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'm using this fm in order to create contract. I filled BAPI parameter like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header-creat_date = 2008.07.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should normally fill the agreement date in ME31K but when I take a look after executing BAPI, this date is always sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone explain me why or tell me how/where to fill this agreement date in the BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will surely be awarded!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tarick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 07:51:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-agreement-date/m-p/4214591#M1007078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T07:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_CREATE : Agreement date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-agreement-date/m-p/4214592#M1007079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;ME31K is create contract. When u call/open this transaction it will populate the aggreement date as current date by default. If u want to change it then create one transaction variant for this using transaction &lt;STRONG&gt;SHD0&lt;/STRONG&gt; and u can assign default values for these fields here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check the contract that got created by ur BAPI in ME33K (Not ME31K) for checking whether it is populating correct dates or not..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 08:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-agreement-date/m-p/4214592#M1007079</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-07-23T08:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_CREATE : Agreement date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-agreement-date/m-p/4214593#M1007080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I need to delete this default value (sy-datum) and fill it with a date I put in BAPI. Since the BAPI is not doing it, can I do this by SHD0??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tarick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 08:26:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-agreement-date/m-p/4214593#M1007080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T08:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_CREATE : Agreement date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-agreement-date/m-p/4214594#M1007081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;yes u can achieve this. &lt;/P&gt;&lt;P&gt;Check below link on how to create transaction variant.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="974647"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="974647"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 08:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-agreement-date/m-p/4214594#M1007081</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-07-23T08:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_CREATE : Agreement date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-agreement-date/m-p/4214595#M1007082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to mention one thing!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the date is uploaded from EXCEL file into an internal table and then filled inside BAPI in order to create the contract.&lt;/P&gt;&lt;P&gt;So if I use SHD0, how would I be able to fill the Agreement date through BAPI?&lt;/P&gt;&lt;P&gt;By using SHD0, can I avoid having sy-datum and get the value filled in BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tarick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 08:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-agreement-date/m-p/4214595#M1007082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T08:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CONTRACT_CREATE : Agreement date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-agreement-date/m-p/4214596#M1007083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If u r using BAPI then why are u worrying about default date that is being populated in transaction. BAPI will not call this transaction. If u pass correct data to BAPI it will update the same in data base. Check this by executing the BAPI. No need to consider SHD0. This is only related to transaction. Nothing to do with BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 15:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-contract-create-agreement-date/m-p/4214596#M1007083</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-07-23T15:51:56Z</dc:date>
    </item>
  </channel>
</rss>

