<?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: F-32 Transaction BDC Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065994#M93261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the second field, wouldn't you just enter the lower limit for the document number and enter the upper limit in the third field. Then on the second line do the same for the fiscal year and on the third line do the document type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Dec 2005 15:14:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-02T15:14:37Z</dc:date>
    <item>
      <title>F-32 Transaction BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065993#M93260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;       I am following the below procedure to populate the transaction F-32 using BDC but I have a small doubt:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I go to F-32 Transaction code populate the required fields on that and press F5&lt;/P&gt;&lt;P&gt;2) It takes to second screen which has three fields as Field in which I am populating BELNR, second field is Lower Limit field which has a value combination of year document type document number, third field is left blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Now I need to Clear Only part of the second field say for example year part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      How can I do that? Has anyone faced this kind of problem if so Please reply back.&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;Joseph Reddy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Joseph Reddy Yeruva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 14:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065993#M93260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T14:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: F-32 Transaction BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065994#M93261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the second field, wouldn't you just enter the lower limit for the document number and enter the upper limit in the third field. Then on the second line do the same for the fiscal year and on the third line do the document type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 15:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065994#M93261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T15:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: F-32 Transaction BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065995#M93262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       This is how the code is written&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      PERFORM bdc_dynpro      USING 'SAPMF05A' '0131'.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING:&lt;/P&gt;&lt;P&gt;                           'BDC_CURSOR'  'BKPF-WAERS',&lt;/P&gt;&lt;P&gt;                           'BDC_OKCODE'  '=SLB',&lt;/P&gt;&lt;P&gt;                           'RF05A-AGKON' p_kunnr,&lt;/P&gt;&lt;P&gt;                           'BKPF-BUDAT'  lv_date,&lt;/P&gt;&lt;P&gt;                           'BKPF-MONAT'  '11',&lt;/P&gt;&lt;P&gt;                           'BKPF-BUKRS'  p_bukrs,&lt;/P&gt;&lt;P&gt;                           'BKPF-WAERS'  gv_waers.&lt;/P&gt;&lt;P&gt;                           'RF05A-XNOPS' c_x.&lt;/P&gt;&lt;P&gt;      perform bdc_dynpro      using 'SAPMF05A' '0733'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_CURSOR' 'RF05A-                                     SEL01(01)'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                    '=PA'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'RF05A-FELDN(01)'&lt;/P&gt;&lt;P&gt;                                      'BELNR'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'RF05A-FELDN(02)'&lt;/P&gt;&lt;P&gt;                                    record-FELDN_02_008.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'RF05A-FELDN(03)'&lt;/P&gt;&lt;P&gt;                                    record-FELDN_03_009.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'RF05A-FELDN(04)'&lt;/P&gt;&lt;P&gt;                                    record-FELDN_04_010.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'RF05A-SEL01(01)'&lt;/P&gt;&lt;P&gt;                                     lv_belnr.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'RF05A-SEL01(02)'&lt;/P&gt;&lt;P&gt;                                    record-SEL01_02_012.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'RF05A-SEL01(03)'&lt;/P&gt;&lt;P&gt;                                    record-SEL01_03_013.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'RF05A-SEL01(04)'&lt;/P&gt;&lt;P&gt;                                    record-SEL01_04_014.&lt;/P&gt;&lt;P&gt;      perform bdc_dynpro      using 'SAPDF05X' '3100'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                    '=OMX'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                    'DF05B-PSSKT(01)'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'RF05A-ABPOS'&lt;/P&gt;&lt;P&gt;                                      '001'.&lt;/P&gt;&lt;P&gt;      perform bdc_dynpro      using 'SAPDF05X' '3100'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                    '=Z+'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                    'DF05B-PSSKT(01)'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'RF05A-ABPOS'&lt;/P&gt;&lt;P&gt;                                     '001'.&lt;/P&gt;&lt;P&gt;      perform bdc_dynpro      using 'SAPDF05X' '3100'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                    '=BU'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                    'DF05B-PSSKT(01)'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'RF05A-ABPOS'&lt;/P&gt;&lt;P&gt;                                     '001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     CALL TRANSACTION 'F-32' USING gt_BDCDATA&lt;/P&gt;&lt;P&gt;                             MODE   'A' "gv_mode&lt;/P&gt;&lt;P&gt;                             UPDATE gv_updat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 15:17:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065995#M93262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T15:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: F-32 Transaction BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065996#M93263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second field (RF05A-SEL01) which is of type char 30, the lower limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, if you dont want to populate year, just populate document type and document year. (This is a Selection Criteria field for selecting Open Items). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case it will select open items based on doc type and doc number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 15:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065996#M93263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T15:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: F-32 Transaction BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065997#M93264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajasekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I want to populate all the fields and clear them one after the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 15:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065997#M93264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T15:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: F-32 Transaction BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065998#M93265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only populate a value into this field (thru BDC), all modifications to this field content should happen before you pass this value to the screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just pass doc type along with document number into this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 15:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065998#M93265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T15:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: F-32 Transaction BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065999#M93266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's in the RECORD structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 15:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1065999#M93266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T15:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: F-32 Transaction BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1066000#M93267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  First use F-32 for creating the data for all the records. Then select the records which are present in int'table as well as database &amp;amp; do the BDC only for this field using the corresponding transaction. Here, using this field u can remove the year and keep other fields as usual and do the postings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this helps u, Pl. award appropriate points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Dec 2005 08:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-32-transaction-bdc-problem/m-p/1066000#M93267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-03T08:34:47Z</dc:date>
    </item>
  </channel>
</rss>

