<?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 for the tcode FB60 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903066#M1792975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nabheet ,&lt;/P&gt;&lt;P&gt;Is it possiable to do tcode fb60 through BDC method ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jan 2014 13:27:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-01-02T13:27:50Z</dc:date>
    <item>
      <title>BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903038#M1792947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Experts,&lt;/P&gt;&lt;P&gt;I need to park and vendor invoice through a bapi (tcode fb60) .And i found a solution&amp;nbsp; to this problem in the thread &lt;A _jive_internal="true" href="https://answers.sap.com/message/13463601#13463601"&gt;http://scn.sap.com/message/13463601#13463601&lt;/A&gt; . But I am not able to&amp;nbsp; solve the issue please provide your valuable suggestion to solve this problem???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 06:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903038#M1792947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-10T06:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903039#M1792948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two steps one is use BAPI PI_ACC_DOCUMENT_POST and second is implement BADI AC_DOCUMENT and set the status their as park?&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 06:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903039#M1792948</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-10T06:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903040#M1792949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi nabheet ,&lt;/P&gt;&lt;P&gt;Thank you for u r reply .&lt;/P&gt;&lt;P&gt;Would you please explain how to implement BADi_AC_DOCUMENT.&lt;/P&gt;&lt;P&gt;I would also like to know any bapi available for reject and release the parked vendor invoice??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 08:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903040#M1792949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-10T08:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903041#M1792950</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;BAPI_INCOMINGINVOICE_PARK, This replicate MIR7 functionality. TCode FV60 for parking FI docs however doesn;t have an associated BAPI.&lt;/P&gt;&lt;P&gt;SAP does have a BAPI for Parking Documents under MM. At least it does for Invoices and related documents, Check out BAPI_INCOMINGINVOICE_PARK and the entire list of BAPIs under:&lt;/P&gt;&lt;P&gt;Material Management &amp;gt; Purchase Order &amp;gt; Incoming Invoice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not, however provide any BAPIs (as I know) under FI (corresponding to transactions FV60 etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, The Fv60 calls POST_DOCUMENT function module to post the document.Take a look at the FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 09:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903041#M1792950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-10T09:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903042#M1792951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to se18 create implementation for aCC_DOCUMENT badi in method change assign hdr-status_new value 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check in debugging when you execute your bapi code will stop here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 09:51:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903042#M1792951</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-10T09:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903043#M1792952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;BAPI_INCOMINGINVOICE_PARK is to park&amp;nbsp; a document pased on the po number.But i need to park the vendor invoice.Can i use the same bapi to park vendor invoice ?(please provide some example).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 10:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903043#M1792952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-10T10:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903044#M1792953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why dont you use BAPI_ACC_DOCUMENT_POST with BADI stuff?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 10:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903044#M1792953</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-10T10:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903045#M1792954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nabheet ,&lt;/P&gt;&lt;P&gt;I got error while using the&amp;nbsp;&amp;nbsp; BAPI_ACC_DOCUMENT_POST&lt;/P&gt;&lt;P&gt;I follow this document to implement&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/Snippets/Vendor+Invoice+Posting+using+BAPI" title="http://wiki.scn.sap.com/wiki/display/Snippets/Vendor+Invoice+Posting+using+BAPI"&gt;Vendor Invoice Posting using BAPI - Code Gallery - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Error Like this&lt;/P&gt;&lt;P&gt;Error in document: REACI $ T90CLNT090&lt;/P&gt;&lt;P&gt;G/L account 82570 is not defined in chart of accounts CAJP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 11:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903045#M1792954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-10T11:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903046#M1792955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is master data error either GL account does not exist or it does exist please add leading zeros&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 11:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903046#M1792955</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-10T11:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903047#M1792956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Always use internal format (leading zeroes) when using BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 12:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903047#M1792956</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-12-10T12:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903048#M1792957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the BAdI set the status of the document :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;the status of the document to "parked" (the field T_ACCHD-STATUS_NEW is changed to 2 or 3) using an implementation of the Business Transaction Event (BTE) RWBAPI01 or of the BAdI AC_DOCUMENT&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 12:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903048#M1792957</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-12-10T12:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903049#M1792958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reymond,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I would like to know there is any bapi available to Release or Reject a parked vendor invoice ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 04:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903049#M1792958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-11T04:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903050#M1792959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Rejecting you can use PRELIMINARY_POSTING_REL_RESET and for releasing you can use PRELIMINARY_POSTING_RELEASE. Please check FIPP business object in SWO1. check various metthods what code they use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 05:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903050#M1792959</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-11T05:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903051#M1792960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi nabheet ,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I need the result in the mobile screen so&amp;nbsp; I dont think it is working fine for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 08:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903051#M1792960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-11T08:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903052#M1792961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP standard uses these FM for the same.. In case you want them to be called via RFC or something if they are not rfc enabled then you can create a wrapper rfc enabled fm call thses inside it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the issue if its mobile?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 08:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903052#M1792961</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-11T08:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903053#M1792962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; How can i pass sap screen into mobile ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Mobile user select Release or Reject Button from the mobile screen.so based on that i need to call the bapi.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 08:44:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903053#M1792962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-11T08:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903054#M1792963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;AFAIK no such BAPI exist, so use FM suggested by &lt;/SPAN&gt;&lt;SPAN class="j-post-author"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="1401" data-externalid="" data-presence="null" data-userid="268173" data-username="nabheet.madan3" href="https://answers.sap.com/people/nabheet.madan3"&gt;nabheet madan&lt;/A&gt;&lt;/SPAN&gt;, wrap those in customer RFC enabled FM.&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;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 13:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903054#M1792963</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-12-11T13:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903055#M1792964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;would pls tell me&amp;nbsp; how can i pass my result to mobile screen if i use Fm suggested by nabheet??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 04:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903055#M1792964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-12T04:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903056#M1792965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From mobile screen you can call the RFC enalbled function module...and return the results in tables parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 04:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903056#M1792965</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-12T04:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for the tcode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903057#M1792966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nabheet,&lt;/P&gt;&lt;P&gt;The fm suggested by you doesn't contain any table or changing parameter it call the standarad sap screen based on the company code and document number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 06:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-the-tcode-fb60/m-p/9903057#M1792966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-12T06:00:27Z</dc:date>
    </item>
  </channel>
</rss>

