<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2961551#M698690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where are you passing your text in the code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 14:12:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-16T14:12:45Z</dc:date>
    <item>
      <title>bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2961546#M698685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I am recording the transaction VL02n to update the item text for material.&lt;/P&gt;&lt;P&gt;After entering to item text ,for one of items i updated text as "test123" and saveed the document.After finishing the recording i have trasnfered that to SE 38 program.&lt;/P&gt;&lt;P&gt;I tested from se38.It is working fine.But in the code in SE38 i am not able to see the text "test123" which i have passed. If i want to change that i need to pass one more value thru program.But that value is not trapped.Can any body let me know how to resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 13:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2961546#M698685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T13:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2961547#M698686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you paste your code over here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 13:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2961547#M698686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T13:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2961548#M698687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to fill:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'LIPS-ARKTX(01)'&lt;/P&gt;&lt;P&gt;                              &amp;lt;b&amp;gt;record-ARKTX_01_007&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look also to the ather values of table record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 13:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2961548#M698687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T13:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2961549#M698688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZTEST_BDC_VL02N&lt;/P&gt;&lt;P&gt;       no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bdcrecx1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform open_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMV50A' '4004'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'LIKP-VBELN'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'LIKP-VBELN'&lt;/P&gt;&lt;P&gt;                              '80028812'.&lt;/P&gt;&lt;P&gt;                              &lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMV50A' '1000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=ITEX_T'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'LIKP-BLDAT'&lt;/P&gt;&lt;P&gt;                              '17.07.2007'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'LIPS-POSNR(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'LIKP-WADAT'&lt;/P&gt;&lt;P&gt;                              '17.07.2007'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'LIKP-WAUHR'&lt;/P&gt;&lt;P&gt;                              '00:00:00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'LIKP-BTGEW'&lt;/P&gt;&lt;P&gt;                              '26,240'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'LIKP-GEWEI'&lt;/P&gt;&lt;P&gt;                              'KG'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV50A-LIPS_SELKZ(01)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;                              &lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMV50A' '3000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=%_GC 108 25'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'LV70T-SPRAS'&lt;/P&gt;&lt;P&gt;                              'EN'.&lt;/P&gt;&lt;P&gt;                              &lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMV50A' '3000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=SICH_T'.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'VL02N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform close_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is not from LIPS-ARKTX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 13:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2961549#M698688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T13:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2961550#M698689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ravi,&lt;/P&gt;&lt;P&gt;          instead of writing the text in that item text,wat u do is u double click on the blank space provided for the text,it will take u to a different screen,there u fill up the details.&lt;/P&gt;&lt;P&gt;          also this will be reflected in ur recording and the code in se38&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 13:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2961550#M698689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T13:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2961551#M698690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where are you passing your text in the code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 14:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2961551#M698690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T14:12:45Z</dc:date>
    </item>
  </channel>
</rss>

