<?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: transaction type in BAPI_ACC_GL_POSTING_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575912#M1079628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Kshamatha Eda . You are right, that is what is my requirement. I hope there is not much change to be done to move my statements from calling the other BAPI to this new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, will let you know once i am successful on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2008 13:08:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-24T13:08:07Z</dc:date>
    <item>
      <title>transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575895#M1079611</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 need to set the transaction type as say '120' in the BAPI BAPI_ACC_GL_POSTING_POST. I found a piece of code that says set it in obj_key, obj_type etc of the DOCUMENTHEADER parameter of the BAPI. Can anyone give the exact code how to do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think i understood that we have to set the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obj_type &lt;/P&gt;&lt;P&gt;obj_key &lt;/P&gt;&lt;P&gt;obj_sys &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the values ? in my case I know that  transaction type is giong to be 120. please tell me how to set this and other values in the BAPI ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 14:39:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575895#M1079611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T14:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575896#M1079612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Where-used list for this FM you will be able to see some code by SAP.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BAPIACHE08-OBJ_TYPE "&amp;lt;&amp;lt;&amp;lt;Enter your Transaction&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 14:44:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575896#M1079612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T14:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575897#M1079613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the sample code I could see transaction type set as 'BKPFF', but mine is a 3 character field like '120'. Are we dealing with the correct field in the BAPI and is my value representation correct ? Can I pass '120' to this obj_type ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 15:03:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575897#M1079613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T15:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575898#M1079614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;obj_type  ? i am thinking it is &lt;STRONG&gt;BKPFF&lt;/STRONG&gt; not 120&lt;/P&gt;&lt;P&gt;obj_key   " it is combination of Documentnumber + &lt;/P&gt;&lt;P&gt;              " company code+ Fiscal Year&lt;/P&gt;&lt;P&gt;obj_sys    " sy-sysid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijay Babu Dudla on Sep 23, 2008 11:11 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 15:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575898#M1079614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T15:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575899#M1079615</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; obj_type  ? i am thinking it is &lt;STRONG&gt;BKPFF&lt;/STRONG&gt; not 120&lt;/P&gt;&lt;P&gt;&amp;gt; obj_key   " it is combination of Documentnumber + &lt;/P&gt;&lt;P&gt;&amp;gt;               " company code+ Fiscal Year&lt;/P&gt;&lt;P&gt;&amp;gt; obj_sys    " sy-sysid&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Edited by: Vijay Babu Dudla on Sep 23, 2008 11:11 AM&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to dare correct vijay's reply &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;obj_type  =  &lt;STRONG&gt;BKPFF&lt;/STRONG&gt;"This is 100% correct.&lt;/P&gt;&lt;P&gt;obj_key it is combination of &lt;STRONG&gt;Document Type&lt;/STRONG&gt; + &lt;/P&gt;&lt;P&gt;               company code+ Fiscal Year&lt;/P&gt;&lt;P&gt;obj_sys    " sy-sysid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me if i'm wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 15:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575899#M1079615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T15:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575900#M1079616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;+obj_key it is combination of Document Type ++&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;company code&lt;/EM&gt; Fiscal Year+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in that case it may be some thing like this $&lt;EM&gt;doctype&lt;/EM&gt;cccode+fyear , then one $ will come in the beginning..I am guessing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still thinking of the documentnumber&lt;EM&gt;ccode&lt;/EM&gt;year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 15:29:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575900#M1079616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T15:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575901#M1079617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are exactly right.&lt;/P&gt;&lt;P&gt;I give up &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more confirmation you can see include LWOSCR_CBLF02 line 1055.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONCATENATE l_belnr pi_comp_code pi_fisc_year INTO pe_obj_key.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Great vijay &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 15:31:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575901#M1079617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T15:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575902#M1079618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lets see what he/she wants. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps: sdn user if you can reveal your name that will be great. I want to call your name. I am not able to mention he/she.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 15:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575902#M1079618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T15:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575903#M1079619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to all for ur inputs.. I am not sure if I asked my question the right way, actually i am referring to the " Ttype " field in the screen F-22 in the item level entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the BAPI to post this value !! In my environment the user enters 120 in this field and i want to pass this to the BAPI &lt;/P&gt;&lt;P&gt;BAPI_ACC_GL_POSTING_POST !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any more help  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, vijay, you can refer me as  "she" !!..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 17:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575903#M1079619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T17:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575904#M1079620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am not sure that is the correct function..? and also it is item level, so why are you checking at the header level then..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 18:39:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575904#M1079620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T18:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575905#M1079621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Vijay, initially I thought that Transaction type is going to be on header level and hence thought filling upthe obj_key, obj_type will help. But then noticed that mine is a 3 character value like 120 and I found ou that the screen element in which i typically enter is in transaction F-22, RF05A-NEWBW, the field labelled TType in the item level entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u too see that on screen F-22 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now my requirement is to post this value thru the BAPI and my program uses the BAPI as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'BAPI_ACC_GL_POSTING_POST'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          documentheader = w_documentheader&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          accountgl      = t_accountgl&lt;/P&gt;&lt;P&gt;          currencyamount = t_currencyamount&lt;/P&gt;&lt;P&gt;          return         = t_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i thought accountgl must accomodate the Ttype field but it is not. So whats the way I can enter the value 120 for transaction type thru the BAPI ? Hope i have explained clearly this time. Pl do let me know if u have any suggestions. thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 18:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575905#M1079621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T18:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575906#M1079622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;F-22 is an invoice transaction. The BAPI is for GL related postings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 18:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575906#M1079622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T18:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575907#M1079623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i checked it, and i am thinking you are using some wrong function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 19:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575907#M1079623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T19:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575908#M1079624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rob the transaction is F-02 ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 19:14:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575908#M1079624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T19:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575909#M1079625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It pays to get it right the first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 19:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575909#M1079625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T19:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575910#M1079626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i am not mistaken you are trying to populate transaction type for aquisitioni.e BSEG-BEWAR. Try using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ACC_DOCUMENT_POST and populate CS_TRANS_T in GL line item.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 21:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575910#M1079626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T21:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575911#M1079627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup you can use this BAPI [BAPI_ACC_DOCUMENT_POST] in common to post like invoice,Gl,asset,credit memos and also you find the field transactio type in this bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank&lt;/P&gt;&lt;P&gt;Sudharshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 09:06:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575911#M1079627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T09:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: transaction type in BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575912#M1079628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Kshamatha Eda . You are right, that is what is my requirement. I hope there is not much change to be done to move my statements from calling the other BAPI to this new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, will let you know once i am successful on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 13:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-type-in-bapi-acc-gl-posting-post/m-p/4575912#M1079628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T13:08:07Z</dc:date>
    </item>
  </channel>
</rss>

