<?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_QTASRVAPS_SAVEMULTI2 Date Format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339745#M1033740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it is too late to reply for this post, but still i would like to do. You can pass the time stamp value as such(without the ".", Ex: 20080630235959) to the BAPI it will manipulate the data and load it into the system properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I came across a situation when we have multiple Quota for a single Material (due to different validity dates), the BAPI ( i am configuring and running it through LSMW-BAPI) overwrites the entries and in the end it ends up with creating only one entry. So i can able to see only one Quota for one Material as the others are overwritten. But if i run the BAPI directly through the BAPI T-Code, it creates the multiple entries properly in the SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter "AutoDelete" in the BAPI is made 'Initial'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do anyone came across such situation? Is there anything wrong with the LSMW field mapping Or with the BAPI itself ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2009 08:16:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-02T08:16:51Z</dc:date>
    <item>
      <title>BAPI_QTASRVAPS_SAVEMULTI2 Date Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339738#M1033733</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;I need help with the following problem.&lt;/P&gt;&lt;P&gt;The BAPI  u201EBAPI_QTASRVAPS_SAVEMULTI2u201C  structure u201EBAPI10009QTAHEAD2u201C expects a Date  u201EVAL_FROM und VAL_TOu201C but I have no idea how it has to looks like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Table it looks like 19.891.231.230.000. There is a FM  u201E/SAPAPO/TR_DATETIME_CONVERSION u201E &lt;/P&gt;&lt;P&gt;but nothing will fit.&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;Jimbob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 09:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339738#M1033733</guid>
      <dc:creator>joerg_arndt</dc:creator>
      <dc:date>2008-08-22T09:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QTASRVAPS_SAVEMULTI2 Date Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339739#M1033734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jimbob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am not able to find BAPI like BAPI_QTASRVAPS_SAVEMULTI2. Is there any typing mistake..!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx&lt;/P&gt;&lt;P&gt;Chetan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 10:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339739#M1033734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T10:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QTASRVAPS_SAVEMULTI2 Date Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339740#M1033735</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;u can use FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'CONVERT_INTO_TIMESTAMP'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            I_DATLO     = LT_FILE-ZETA_DATE&lt;/P&gt;&lt;P&gt;            I_TIMLO     = SY-UZEIT&lt;/P&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;P&gt;            E_TIMESTAMP = DELDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Joshi , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its for APO systems.&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>Fri, 22 Aug 2008 10:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339740#M1033735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T10:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QTASRVAPS_SAVEMULTI2 Date Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339741#M1033736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't it available in R/3 repository/....????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Chetan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 10:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339741#M1033736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T10:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QTASRVAPS_SAVEMULTI2 Date Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339742#M1033737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Prabhu,&lt;/P&gt;&lt;P&gt;not bad but not good enough. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The expected field length in LSMW is 16 but the generated timestamp will be 18.&lt;/P&gt;&lt;P&gt;And by the way, I have the datetime in this 19.891.231.230.000 format.&lt;/P&gt;&lt;P&gt;With /SAPAPO/TR_DATETIME_CONVERSION I can convert it but still not the right format.&lt;/P&gt;&lt;P&gt;Any other suggestion.&lt;/P&gt;&lt;P&gt;There is no Doku for the BAPI, or?&lt;/P&gt;&lt;P&gt;I'm realy curious.&lt;/P&gt;&lt;P&gt;Rg. Jimbob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 11:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339742#M1033737</guid>
      <dc:creator>joerg_arndt</dc:creator>
      <dc:date>2008-08-22T11:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QTASRVAPS_SAVEMULTI2 Date Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339743#M1033738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Thank you Prabhu,&lt;/P&gt;&lt;P&gt;&amp;gt; not bad but not good enough. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; The expected field length in LSMW is 16 but the generated timestamp will be 18.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;---&amp;gt; this is only for display , internally it will take 14chars only + one space .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;char 8  for date ,6 chars for time and 1 space u will get , try to check in the debug mode , then u will come to know.&lt;/STRONG&gt; And by the way, I have the datetime in this 19.891.231.230.000 format.&lt;/P&gt;&lt;P&gt;&amp;gt; With /SAPAPO/TR_DATETIME_CONVERSION I can convert it but still not the right format.&lt;/P&gt;&lt;P&gt;&amp;gt; Any other suggestion.&lt;/P&gt;&lt;P&gt;&amp;gt; There is no Doku for the BAPI, or?&lt;/P&gt;&lt;P&gt;&amp;gt; I'm realy curious.&lt;/P&gt;&lt;P&gt;&amp;gt; Rg. Jimbob&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&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>Mon, 25 Aug 2008 03:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339743#M1033738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T03:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QTASRVAPS_SAVEMULTI2 Date Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339744#M1033739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Prabhu, thats great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 07:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339744#M1033739</guid>
      <dc:creator>joerg_arndt</dc:creator>
      <dc:date>2008-08-25T07:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QTASRVAPS_SAVEMULTI2 Date Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339745#M1033740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it is too late to reply for this post, but still i would like to do. You can pass the time stamp value as such(without the ".", Ex: 20080630235959) to the BAPI it will manipulate the data and load it into the system properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I came across a situation when we have multiple Quota for a single Material (due to different validity dates), the BAPI ( i am configuring and running it through LSMW-BAPI) overwrites the entries and in the end it ends up with creating only one entry. So i can able to see only one Quota for one Material as the others are overwritten. But if i run the BAPI directly through the BAPI T-Code, it creates the multiple entries properly in the SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter "AutoDelete" in the BAPI is made 'Initial'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do anyone came across such situation? Is there anything wrong with the LSMW field mapping Or with the BAPI itself ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 08:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339745#M1033740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T08:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QTASRVAPS_SAVEMULTI2 Date Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339746#M1033741</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;We are also creating quota for external procurement using LSMW IDOC method and tries passing valid from and valid to date as yyyymmddhhmmsss and yyyymmdd but for both cases we are getting error as "Validity is not for an exact date".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also one more input neeeded - in header we are passing 20100101 and in item I am passing value 19900101, so wanted to know if there is any check that item valdity date should be less or greater than header date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please provide your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yogesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 03:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qtasrvaps-savemulti2-date-format/m-p/4339746#M1033741</guid>
      <dc:creator>former_member221541</dc:creator>
      <dc:date>2012-02-17T03:57:09Z</dc:date>
    </item>
  </channel>
</rss>

