<?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: Reg. BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/2329142#M512249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I think its a parameter field in the transaction you r calling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default the value for that parameter is '/', where as if user enters any value or the text file hav any value, prog. take it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the where used on 'nodata_character' nd find out how it used in the remaining prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u send us the complete code, that ll be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank-You&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinsee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2007 15:18:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-06T15:18:49Z</dc:date>
    <item>
      <title>Reg. BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/2329139#M512246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am going through the work that is done by previous developer and have a question. He is trying to update some values on delivery through BDC by call transaction statement. I see before the BDC, he is using the statement "PERFORM bdcnodata USING nodata" .The perform statement contains the below code:(with data declaration in the global, DATA:   nodata_character VALUE '/'.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM bdc_nodata USING p_nodata.&lt;/P&gt;&lt;P&gt;  nodata_character = p_nodata.&lt;/P&gt;&lt;P&gt;ENDFORM.                    "BDCNODATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me what the above statement does? I understand about the other BDC code but coud not figure out why is this needed? Please give your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 14:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/2329139#M512246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T14:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reg. BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/2329140#M512247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;he is trying to assing a value to the variable.&lt;/P&gt;&lt;P&gt;If you give little more clear about your question as well the code, we can help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sri..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 14:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/2329140#M512247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T14:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reg. BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/2329141#M512248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're better off doing a where-used on the nodata_character  variable, all the form does is set the global variable nodata_character  with the value of the import parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since a single line form is pretty pointless, I wouldn't be surprised if this isn't needed at all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 15:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/2329141#M512248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T15:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reg. BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/2329142#M512249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I think its a parameter field in the transaction you r calling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default the value for that parameter is '/', where as if user enters any value or the text file hav any value, prog. take it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the where used on 'nodata_character' nd find out how it used in the remaining prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u send us the complete code, that ll be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank-You&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinsee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 15:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/2329142#M512249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T15:18:49Z</dc:date>
    </item>
  </channel>
</rss>

