<?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: BDC_OKCODE = 'P+' IS NOT WORKING .... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149009#M116932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already record BDC using SHDB ... like I have 6 Rows in tabular which have pre-populated (DEFAULT) data. First time I enter some data in from of Record 01 and 06 and save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next time I have to add record on ROW 8 , for same record I re-call BDC but this time in Change mode.. And Do 'P+' as per above code but still adding REC on First 6 rows and not doing page down ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am uploading in IT 0028 under subtype '9030'.&lt;/P&gt;&lt;P&gt;PERFORM sub_bdc_dynpro USING 'MP002800' '2000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM sub_bdc_field USING:&lt;/P&gt;&lt;P&gt;            'RP50G-TIMR6'               'X'                    ' ',&lt;/P&gt;&lt;P&gt;            'BDC_SUBSCR'               'SAPMP50A'              ' ',&lt;/P&gt;&lt;P&gt;            'BDC_CURSOR'              'Q0028-WTFLD(01)'       ' ',&lt;/P&gt;&lt;P&gt;            'BDC_OKCODE'               '=+P'            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM sub_bdc_field USING :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'BDC_CURSOR' 'Q0028-WTFLD(01)' ' ',&lt;/P&gt;&lt;P&gt;'BDC_OKCODE' '=P+' ' ',&lt;/P&gt;&lt;P&gt;'Q0028-SBJKT(01)' '08' ' ',&lt;/P&gt;&lt;P&gt;'Q0028-jnfld(01)' Space ' ',&lt;/P&gt;&lt;P&gt;'Q0028-NMFLD(01)' Space ' ',&lt;/P&gt;&lt;P&gt;'Q0028-WTFLD(01)' Space ' ',&lt;/P&gt;&lt;P&gt;'Q0028-DTFLD(01)' Sy-datum ' ',&lt;/P&gt;&lt;P&gt;'BDC_OKCODE' '=UPD' ' '. "SAVE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Suleman Javed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2006 17:34:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-26T17:34:31Z</dc:date>
    <item>
      <title>BDC_OKCODE = 'P+' IS NOT WORKING ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149001#M116924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;         I am doing upload in a screen, it has some pre-populated values in tabular. First time I read excel sheet and insert REC and save it.&lt;/P&gt;&lt;P&gt;Next time I change the &amp;#147;REC&amp;#148; for same employee number, it popup the BDC_OKCODE = 'MOD' and change it and after that in my code I am passing BDC_OKCODE = 'P&lt;EM&gt;' . and then after 'P&lt;/EM&gt;" I am inserting a value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BDC what is happening Its first inserting value and then going straight to BDC_OKCODE = '=UPD' (Save).. It&amp;#146;s not doing 'P+&amp;#148;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me in this regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 17:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149001#M116924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T17:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE = 'P+' IS NOT WORKING ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149002#M116925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to give the same perform 2 times.&lt;/P&gt;&lt;P&gt;like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_data using: 'X' 'SAPMH5A0'    '5100',&lt;/P&gt;&lt;P&gt;                          ' ' 'BDC_OKCODE'  '=P+',&lt;/P&gt;&lt;P&gt;                          ' ' 'PPHDR-PLVAR' '01',&lt;/P&gt;&lt;P&gt;                          ' ' 'PM0D1-TIMR6' 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_data using: 'X' 'SAPMH5A0'    '5100',&lt;/P&gt;&lt;P&gt;                          ' ' 'BDC_OKCODE'  '=P+',&lt;/P&gt;&lt;P&gt;                          ' ' 'PPHDR-PLVAR' '01',&lt;/P&gt;&lt;P&gt;                          ' ' 'PM0D1-TIMR6' 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 17:09:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149002#M116925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T17:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE = 'P+' IS NOT WORKING ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149003#M116926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the way UR Populating the BDCTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If UR in a loop .. endloop&lt;/P&gt;&lt;P&gt;BDC_OKCODE = 'P+' should be in between the loop .. endloop and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_OKCODE = '=UPD'  should be the last line I mean after the endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 17:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149003#M116926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T17:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE = 'P+' IS NOT WORKING ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149004#M116927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Check the BDCDATA internal table,whether is is geting populated with this OKCODE = '+P'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 17:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149004#M116927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T17:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE = 'P+' IS NOT WORKING ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149005#M116928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi in BDCDATA I can see the values .. its appending ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM sub_bdc_dynpro USING 'MP002800' '2000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PERFORM sub_bdc_field USING :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            'BDC_CURSOR'              'Q0028-WTFLD(01)'       ' ',&lt;/P&gt;&lt;P&gt;            'BDC_OKCODE'               '=P+'                  ' ',&lt;/P&gt;&lt;P&gt;            'Q0028-SBJKT(01)'          '08'                   ' ',&lt;/P&gt;&lt;P&gt;            'Q0028-jnfld(01)'          Space                  ' ',&lt;/P&gt;&lt;P&gt;            'Q0028-NMFLD(01)'          Space                  ' ',&lt;/P&gt;&lt;P&gt;            'Q0028-WTFLD(01)'          Space                  ' ',&lt;/P&gt;&lt;P&gt;            'Q0028-DTFLD(01)'          Sy-datum               ' ',&lt;/P&gt;&lt;P&gt;            'BDC_OKCODE'               '=UPD'                 ' '.      "SAVE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see these all values in "BDCDATA". But its not working ...&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 17:16:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149005#M116928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T17:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE = 'P+' IS NOT WORKING ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149006#M116929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the page down is happeneing when you press '+P'.But actually you have to insert 2nd record at the 2nd line ,but not in the first line.some times after pressing the page down,the page will scroll to the 2nd record showing the last record in the first line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 17:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149006#M116929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T17:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE = 'P+' IS NOT WORKING ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149007#M116930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Page down is '=P+' ... I try to enter this two times but its not taking any effect at all .. it just going to punch the data and UPD . &lt;/P&gt;&lt;P&gt;i also try this out ..but still not working &lt;/P&gt;&lt;P&gt;PERFORM sub_bdc_field USING:&lt;/P&gt;&lt;P&gt;            'SAPMP50A'                '1000'                 ' ',&lt;/P&gt;&lt;P&gt;            'BDC_CURSOR'              'Q0028-WTFLD(01)'       ' ',&lt;/P&gt;&lt;P&gt;            'BDC_OKCODE'               '=+P'                  ' '.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 17:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149007#M116930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T17:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE = 'P+' IS NOT WORKING ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149008#M116931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suleman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is tricky using "P+" when you don't have add button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First record you BDC using SHDB with default size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you have to count no of records displaying on default screen then you have to traverse "P+" and insert new record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 17:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149008#M116931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T17:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE = 'P+' IS NOT WORKING ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149009#M116932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already record BDC using SHDB ... like I have 6 Rows in tabular which have pre-populated (DEFAULT) data. First time I enter some data in from of Record 01 and 06 and save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next time I have to add record on ROW 8 , for same record I re-call BDC but this time in Change mode.. And Do 'P+' as per above code but still adding REC on First 6 rows and not doing page down ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am uploading in IT 0028 under subtype '9030'.&lt;/P&gt;&lt;P&gt;PERFORM sub_bdc_dynpro USING 'MP002800' '2000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM sub_bdc_field USING:&lt;/P&gt;&lt;P&gt;            'RP50G-TIMR6'               'X'                    ' ',&lt;/P&gt;&lt;P&gt;            'BDC_SUBSCR'               'SAPMP50A'              ' ',&lt;/P&gt;&lt;P&gt;            'BDC_CURSOR'              'Q0028-WTFLD(01)'       ' ',&lt;/P&gt;&lt;P&gt;            'BDC_OKCODE'               '=+P'            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM sub_bdc_field USING :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'BDC_CURSOR' 'Q0028-WTFLD(01)' ' ',&lt;/P&gt;&lt;P&gt;'BDC_OKCODE' '=P+' ' ',&lt;/P&gt;&lt;P&gt;'Q0028-SBJKT(01)' '08' ' ',&lt;/P&gt;&lt;P&gt;'Q0028-jnfld(01)' Space ' ',&lt;/P&gt;&lt;P&gt;'Q0028-NMFLD(01)' Space ' ',&lt;/P&gt;&lt;P&gt;'Q0028-WTFLD(01)' Space ' ',&lt;/P&gt;&lt;P&gt;'Q0028-DTFLD(01)' Sy-datum ' ',&lt;/P&gt;&lt;P&gt;'BDC_OKCODE' '=UPD' ' '. "SAVE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Suleman Javed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 17:34:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149009#M116932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T17:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE = 'P+' IS NOT WORKING ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149010#M116933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is it a &lt;U&gt;tablecontrol&lt;/U&gt; what you´re trying to populate?&lt;BR /&gt;if this is the case usually there is an option in the menu or in a button that allows you to "&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;go to line n&lt;/P&gt;".&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if there is such an option. if this is the case just do the recording cliking on this option so that the line you´re processing is always the first one in the tablecontrol.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2006 19:07:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-p-is-not-working/m-p/1149010#M116933</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2006-01-27T19:07:38Z</dc:date>
    </item>
  </channel>
</rss>

