<?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: two fields of bdc programme in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-of-bdc-programme/m-p/3149556#M748891</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;First of all, i don't think that we can post screen shots in SDN!! you should send over your mail address for that purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BDC, do a transaction recording through transaction SHDB  to simulate whatever processing you want to do in BDC. You will get table with values similar to the program below. please adapt according to your requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this sample code for BDC for transaction VB03,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Work Areas for   call transactions&lt;/P&gt;&lt;P&gt;  data :wa_bdcdata type bdcdata ,&lt;/P&gt;&lt;P&gt;        i_bdcdata  like standard table of bdcdata .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; clear  :wa_bdcdata.&lt;/P&gt;&lt;P&gt;  refresh:i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  move: 'SAPMV13A'  to wa_bdcdata-program,&lt;/P&gt;&lt;P&gt;        '0401'      to wa_bdcdata-dynpro,&lt;/P&gt;&lt;P&gt;        'X'         to wa_bdcdata-dynbegin.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata to i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear wa_bdcdata.&lt;/P&gt;&lt;P&gt;  move: 'BDC_CURSOR'     to wa_bdcdata-fnam,&lt;/P&gt;&lt;P&gt;        'RV13A-KNUMA_BO' to wa_bdcdata-fval.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata     to i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear wa_bdcdata.&lt;/P&gt;&lt;P&gt;  move: 'BDC_OKCODE' to wa_bdcdata-fnam,&lt;/P&gt;&lt;P&gt;        '/00'        to wa_bdcdata-fval.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata to i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear wa_bdcdata.&lt;/P&gt;&lt;P&gt;  move: 'RV13A-KNUMA_BO'      to wa_bdcdata-fnam,&lt;/P&gt;&lt;P&gt;        '126'   to wa_bdcdata-fval.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata   to i_bdcdata.&lt;/P&gt;&lt;P&gt;****************************************************&lt;/P&gt;&lt;P&gt;  clear wa_bdcdata.&lt;/P&gt;&lt;P&gt;  move: 'SAPMV13A'  to wa_bdcdata-program,&lt;/P&gt;&lt;P&gt;        '0410'      to wa_bdcdata-dynpro,&lt;/P&gt;&lt;P&gt;        'X'         to wa_bdcdata-dynbegin.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata to i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear wa_bdcdata.&lt;/P&gt;&lt;P&gt;  move: 'BDC_CURSOR'     to wa_bdcdata-fnam,&lt;/P&gt;&lt;P&gt;        'KONA-BONEM' to wa_bdcdata-fval.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata     to i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear wa_bdcdata.&lt;/P&gt;&lt;P&gt;  move: 'BDC_OKCODE' to wa_bdcdata-fnam,&lt;/P&gt;&lt;P&gt;        '=BUMS'        to wa_bdcdata-fval.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata to i_bdcdata.&lt;/P&gt;&lt;P&gt;*******************************************************&lt;/P&gt;&lt;P&gt;  clear wa_bdcdata.&lt;/P&gt;&lt;P&gt;  move: 'SAPMSSY0'  to wa_bdcdata-program,&lt;/P&gt;&lt;P&gt;        '0120'      to wa_bdcdata-dynpro,&lt;/P&gt;&lt;P&gt;        'X'         to wa_bdcdata-dynbegin.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata to i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call transaction 'VBO3'     "Crt Outb.Del. w\Order Ref.&lt;/P&gt;&lt;P&gt;  using i_bdcdata             "structure BDCDATA&lt;/P&gt;&lt;P&gt;  mode 'E'.&lt;/P&gt;&lt;P&gt;  if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sooness&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Dec 2007 09:52:15 GMT</pubDate>
    <dc:creator>dev_parbutteea</dc:creator>
    <dc:date>2007-12-27T09:52:15Z</dc:date>
    <item>
      <title>two fields of bdc programme</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-of-bdc-programme/m-p/3149555#M748890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is two fields for VORNA,NACHN i.e. firstname and last name i want to upload the data for this two fields through BDC, kindly let me know how to do the same through BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am the beginner, this two fields i am using for testing prupose, please let me know the same in step by step with screen short then i can easily pickup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please do the needful at your earliest please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;somebody already send me the sample programme of bdc i could not understanding the same, therefore please explain me in details please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please rreply me soon and oblige.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 09:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-of-bdc-programme/m-p/3149555#M748890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T09:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: two fields of bdc programme</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-of-bdc-programme/m-p/3149556#M748891</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;First of all, i don't think that we can post screen shots in SDN!! you should send over your mail address for that purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BDC, do a transaction recording through transaction SHDB  to simulate whatever processing you want to do in BDC. You will get table with values similar to the program below. please adapt according to your requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this sample code for BDC for transaction VB03,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Work Areas for   call transactions&lt;/P&gt;&lt;P&gt;  data :wa_bdcdata type bdcdata ,&lt;/P&gt;&lt;P&gt;        i_bdcdata  like standard table of bdcdata .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; clear  :wa_bdcdata.&lt;/P&gt;&lt;P&gt;  refresh:i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  move: 'SAPMV13A'  to wa_bdcdata-program,&lt;/P&gt;&lt;P&gt;        '0401'      to wa_bdcdata-dynpro,&lt;/P&gt;&lt;P&gt;        'X'         to wa_bdcdata-dynbegin.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata to i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear wa_bdcdata.&lt;/P&gt;&lt;P&gt;  move: 'BDC_CURSOR'     to wa_bdcdata-fnam,&lt;/P&gt;&lt;P&gt;        'RV13A-KNUMA_BO' to wa_bdcdata-fval.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata     to i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear wa_bdcdata.&lt;/P&gt;&lt;P&gt;  move: 'BDC_OKCODE' to wa_bdcdata-fnam,&lt;/P&gt;&lt;P&gt;        '/00'        to wa_bdcdata-fval.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata to i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear wa_bdcdata.&lt;/P&gt;&lt;P&gt;  move: 'RV13A-KNUMA_BO'      to wa_bdcdata-fnam,&lt;/P&gt;&lt;P&gt;        '126'   to wa_bdcdata-fval.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata   to i_bdcdata.&lt;/P&gt;&lt;P&gt;****************************************************&lt;/P&gt;&lt;P&gt;  clear wa_bdcdata.&lt;/P&gt;&lt;P&gt;  move: 'SAPMV13A'  to wa_bdcdata-program,&lt;/P&gt;&lt;P&gt;        '0410'      to wa_bdcdata-dynpro,&lt;/P&gt;&lt;P&gt;        'X'         to wa_bdcdata-dynbegin.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata to i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear wa_bdcdata.&lt;/P&gt;&lt;P&gt;  move: 'BDC_CURSOR'     to wa_bdcdata-fnam,&lt;/P&gt;&lt;P&gt;        'KONA-BONEM' to wa_bdcdata-fval.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata     to i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear wa_bdcdata.&lt;/P&gt;&lt;P&gt;  move: 'BDC_OKCODE' to wa_bdcdata-fnam,&lt;/P&gt;&lt;P&gt;        '=BUMS'        to wa_bdcdata-fval.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata to i_bdcdata.&lt;/P&gt;&lt;P&gt;*******************************************************&lt;/P&gt;&lt;P&gt;  clear wa_bdcdata.&lt;/P&gt;&lt;P&gt;  move: 'SAPMSSY0'  to wa_bdcdata-program,&lt;/P&gt;&lt;P&gt;        '0120'      to wa_bdcdata-dynpro,&lt;/P&gt;&lt;P&gt;        'X'         to wa_bdcdata-dynbegin.&lt;/P&gt;&lt;P&gt;  append wa_bdcdata to i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call transaction 'VBO3'     "Crt Outb.Del. w\Order Ref.&lt;/P&gt;&lt;P&gt;  using i_bdcdata             "structure BDCDATA&lt;/P&gt;&lt;P&gt;  mode 'E'.&lt;/P&gt;&lt;P&gt;  if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sooness&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 09:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-of-bdc-programme/m-p/3149556#M748891</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2007-12-27T09:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: two fields of bdc programme</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-of-bdc-programme/m-p/3149557#M748892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sujatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SHDB , select new recording give  a recording name and the transaction code click and enter , it would take u to the screens of the transaction code . Just enter the details need to be uploaded , it will take u to the screen transaction recorder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just save the recording by pressing the save button.&lt;/P&gt;&lt;P&gt;It recording name u created would appear in ur main screen of the transaction SHDB , just select it and click the program button in the screen by entering a new program name and choose the radio button transfer from recording and just enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U will get a pop up screen asking for title and choose the source code button and save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can execute the program by generate transaction are  call transaction method..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U try doing until this if u got stuck some where kindly let me know...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Malathi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 10:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-of-bdc-programme/m-p/3149557#M748892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T10:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: two fields of bdc programme</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-of-bdc-programme/m-p/3149558#M748893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You know SHDB transaction or not, first tell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajneesh Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 10:12:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-of-bdc-programme/m-p/3149558#M748893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T10:12:49Z</dc:date>
    </item>
  </channel>
</rss>

