<?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: GL create with BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871410#M1323279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You forget/lost an OK_CODE like ACC_CRE in your SHDB before/after generating the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report should begin with&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
perform bdc_field       using 'BDC_CURSOR'
                              'GLACCOUNT_SCREEN_KEY-BUKRS'.
perform bdc_field       using 'BDC_OKCODE'
                              '=ACC_CRE'. " should be missing
perform bdc_field       using 'GLACCOUNT_SCREEN_KEY-SAKNR'
                              record-&amp;lt;account&amp;gt;.
perform bdc_field       using 'GLACCOUNT_SCREEN_KEY-BUKRS'
                              record-&amp;lt;company&amp;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>Thu, 23 Jul 2009 14:29:14 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2009-07-23T14:29:14Z</dc:date>
    <item>
      <title>GL create with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871409#M1323278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have recorded the transaction FS00 for creating a GL for a company code. When I run the BDC the create screen is not coming. When I manually click on create button then the whole BDC program is running fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 14:17:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871409#M1323278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T14:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: GL create with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871410#M1323279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You forget/lost an OK_CODE like ACC_CRE in your SHDB before/after generating the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report should begin with&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
perform bdc_field       using 'BDC_CURSOR'
                              'GLACCOUNT_SCREEN_KEY-BUKRS'.
perform bdc_field       using 'BDC_OKCODE'
                              '=ACC_CRE'. " should be missing
perform bdc_field       using 'GLACCOUNT_SCREEN_KEY-SAKNR'
                              record-&amp;lt;account&amp;gt;.
perform bdc_field       using 'GLACCOUNT_SCREEN_KEY-BUKRS'
                              record-&amp;lt;company&amp;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>Thu, 23 Jul 2009 14:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871410#M1323279</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-07-23T14:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: GL create with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871411#M1323280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. But if I include the following code,   it gives message as enter GL account. Again, once I manually click on create button the BDC program is running. I don't know what is the code to click on create button or copy button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform bdc_field       using 'BDC_OKCODE'
                              '=ACC_CRE'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 04:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871411#M1323280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T04:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: GL create with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871412#M1323281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My whole BDC code is as follows. Where should I make changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform open_group.

  LOOP AT T_XK01 INTO W_XK01.
      perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=%_GC 120 1'.
      perform bdc_field       using 'BDC_CURSOR'
                                    'GLACCOUNT_SCREEN_KEY-SAKNR'.
      

      perform bdc_dynpro      using 'SAPLSPO4' '0300'.
      perform bdc_field       using 'BDC_CURSOR'
                                    'SVALD-VALUE(01)'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=FURT'.
      perform bdc_field       using 'SVALD-VALUE(01)'
                                    W_XK01-COCD.

      perform bdc_dynpro      using 'SAPLSPO4' '0300'.
      perform bdc_field       using 'BDC_CURSOR'
                                    'SVALD-VALUE(02)'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=FURT'.
      perform bdc_field       using 'SVALD-VALUE(01)'
                                    W_XK01-GLNO.
      perform bdc_field       using 'SVALD-VALUE(02)'
                                    W_XK01-COCD.
      perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=2102_BS_PL'.
      perform bdc_field       using 'BDC_CURSOR'
                                    'GLACCOUNT_SCREEN_COA-XBILK'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-XPLACCT'
                                    W_XK01-XPLACCT.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-XBILK'
                                    W_XK01-XBILK.
      perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=2102_GROUP'.
      perform bdc_field       using 'BDC_CURSOR'
                                    'GLACCOUNT_SCREEN_COA-KTOKS'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-KTOKS'
                                    W_XK01-KTOKS.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-XBILK'
                                    W_XK01-XBILK.
      perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=TAB02'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-KTOKS'
                                    W_XK01-KTOKS.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-XBILK'
                                    W_XK01-XBILK.
      perform bdc_field       using 'BDC_CURSOR'
                                    'GLACCOUNT_SCREEN_COA-TXT50_ML'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-TXT20_ML'
                                    W_XK01-TXT20_ML.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-TXT50_ML'
                                    W_XK01-TXT50_ML.
      perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=TAB03'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-WAERS'
                                    W_XK01-WAERS.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-XSALH'
                                    W_XK01-XSALH.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-XMWNO'
                                    W_XK01-XMWNO.
      perform bdc_field       using 'BDC_CURSOR'
                                    'GLACCOUNT_SCREEN_CCODE-ZUAWA'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-XKRES'
                                    W_XK01-XKRES.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-ZUAWA'
                                    W_XK01-ZUAWA.
      perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=SAVE'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-FSTAG'
                                    W_XK01-FSTAG.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-XGKON'
                                    W_XK01-XGKON.
      perform bdc_field       using 'BDC_CURSOR'
                                    'GLACCOUNT_SCREEN_CCODE-ZINRT'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-ZINRT'
                                    W_XK01-ZINRT.
      perform bdc_transaction using 'FS00'.

ENDLOOP.

perform close_group.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 04:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871412#M1323281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T04:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: GL create with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871413#M1323282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sriram,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I think u have made mistake in recording .&lt;/P&gt;&lt;P&gt;first four lines should be like this.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=ACC_CRE'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'GLACCOUNT_SCREEN_KEY-SAKNR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'GLACCOUNT_SCREEN_KEY-SAKNR'&lt;/P&gt;&lt;P&gt;                              record-SAKNR_001. *here u can replace ur value i.e gl account IN UR CASE  W_XK01-SAKNR&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'GLACCOUNT_SCREEN_KEY-BUKRS'&lt;/P&gt;&lt;P&gt;                              record-BUKRS_002. * here u can replace with company code in run time.W_XK01-BUKRS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENTER SOME VALUE IN FIELD AND PRESS CREATE BUTTON.&lt;/P&gt;&lt;P&gt;i have a small doubt u had a ok code like &lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.&lt;/P&gt;&lt;P&gt; perform bdc_field using 'BDC_OKCODE' '=%_GC 120 1'.&lt;/P&gt;&lt;P&gt;WAT OK_CODE IS THIS .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vinod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neccessity is the mother of invention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 04:58:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871413#M1323282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T04:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: GL create with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871414#M1323283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much for your reply. I got the recording from my FI consultant. So I created the program with that code. I don't know what OK-Code is '=%_GC 120 1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code you have given should I still click the create button manually? What if I want to run it as background processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to copy GL from one company code to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sriram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 05:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871414#M1323283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T05:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: GL create with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871415#M1323284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You report &lt;STRONG&gt;must&lt;/STRONG&gt; begin with tbe five statements i wrote above, this is the initial screen where account and company are input, cursor is set and ok_code for creation is activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the OK_CODE, run a SHDB session or look at status MAIN of SAPLGL_ACCOUNT_MASTER_MAINTAIN (via system/status) - ACC_CRE for create and ACC_CRER for create with template.&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>Fri, 24 Jul 2009 06:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871415#M1323284</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-07-24T06:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: GL create with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871416#M1323285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the following code. When I execute the program I get the message &lt;STRONG&gt;"Enter Account"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=ACC_CRE'.
      perform bdc_field       using 'BDC_CURSOR'
                                    'GLACCOUNT_SCREEN_KEY-SAKNR'.

      perform bdc_field       using 'GLACCOUNT_SCREEN_KEY-SAKNR'
                                    W_XK01-GLNO.
      perform bdc_field       using 'GLACCOUNT_SCREEN_KEY-BUKRS'
                                     W_XK01-COCD.

      perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=2102_BS_PL'.
      perform bdc_field       using 'BDC_CURSOR'
                                    'GLACCOUNT_SCREEN_COA-XBILK'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-XPLACCT'
                                    W_XK01-XPLACCT.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-XBILK'
                                    W_XK01-XBILK.
      perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=2102_GROUP'.
      perform bdc_field       using 'BDC_CURSOR'
                                    'GLACCOUNT_SCREEN_COA-KTOKS'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-KTOKS'
                                    W_XK01-KTOKS.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-XBILK'
                                    W_XK01-XBILK.
      perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=TAB02'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-KTOKS'
                                    W_XK01-KTOKS.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-XBILK'
                                    W_XK01-XBILK.
      perform bdc_field       using 'BDC_CURSOR'
                                    'GLACCOUNT_SCREEN_COA-TXT50_ML'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-TXT20_ML'
                                    W_XK01-TXT20_ML.
      perform bdc_field       using 'GLACCOUNT_SCREEN_COA-TXT50_ML'
                                    W_XK01-TXT50_ML.
      perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=TAB03'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-WAERS'
                                    W_XK01-WAERS.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-XSALH'
                                    W_XK01-XSALH.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-XMWNO'
                                    W_XK01-XMWNO.
      perform bdc_field       using 'BDC_CURSOR'
                                    'GLACCOUNT_SCREEN_CCODE-ZUAWA'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-XKRES'
                                    W_XK01-XKRES.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-ZUAWA'
                                    W_XK01-ZUAWA.
      perform bdc_dynpro      using 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=SAVE'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-FSTAG'
                                    W_XK01-FSTAG.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-XGKON'
                                    W_XK01-XGKON.
      perform bdc_field       using 'BDC_CURSOR'
                                    'GLACCOUNT_SCREEN_CCODE-ZINRT'.
      perform bdc_field       using 'GLACCOUNT_SCREEN_CCODE-ZINRT'
                                    W_XK01-ZINRT.
      perform bdc_transaction using 'FS00'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 09:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871416#M1323285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T09:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: GL create with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871417#M1323286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help. I used FS01 and recorded. Now its working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 12:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871417#M1323286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T12:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: GL create with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871418#M1323287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For you question on "copy GL from one company code to anothe", look at transaction FS15 and FS16. You can export a range of account from one company, an re-import those in another or multiple other companies.&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>Fri, 24 Jul 2009 13:03:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871418#M1323287</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-07-24T13:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: GL create with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871419#M1323288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The OKCODE = '%_GC 120 1' you get is when you perform recording in FS00 / FSP0 / FSS0 where your display is in the form of a navigation tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OKCODE = 'ACC_CRE' you get is when you perform recording in FS00 / FSP0 / FSS0 where your display is NOT in the form of a navigation tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform your recording where your default display of FS00 / FSP0 / FSS0 is NOT in the form of a navigation tree.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 02:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-create-with-bdc/m-p/5871419#M1323288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-03T02:45:36Z</dc:date>
    </item>
  </channel>
</rss>

