<?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/2009616#M410039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC Methods need a common data structure for storing the instructions and data for SAP transactions. This structure is defined as BDCDATA in the dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields of BDCDATA Structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM [CHAR 8] - Online Program Name&lt;/P&gt;&lt;P&gt;DYNPRO [NUMC 4] - Screen Number&lt;/P&gt;&lt;P&gt;DYNBEGIN [CHAR 1]-Flag to Indicate the start of a new screen&lt;/P&gt;&lt;P&gt;FNAM [CHAR 35]- Field name of a screen field to be filled with Data&lt;/P&gt;&lt;P&gt;FVAL [CHAR 80]-The actual value to be filled into the specified screen field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2007 06:12:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-16T06:12:25Z</dc:date>
    <item>
      <title>bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009613#M410036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; friends,&lt;/P&gt;&lt;P&gt;    can u explain why program,dynopro,dynbegin,fnam &amp;amp; fval r used in bdc's.&lt;/P&gt;&lt;P&gt;what is mapping in bdc.how we map, i means which 2things r mapped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 05:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009613#M410036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T05:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009614#M410037</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;In BDCDATA..&lt;/P&gt;&lt;P&gt;PROGRAM is name of the standard program for the application(ex for VA01  SAPMV45A)&lt;/P&gt;&lt;P&gt;DYNPRO: Screen number(starting screen number)&lt;/P&gt;&lt;P&gt;DYNBEGIN: indicator for new screen(if u pass X to this )&lt;/P&gt;&lt;P&gt;FNAM:name of the field&lt;/P&gt;&lt;P&gt;FVAL:value of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here filed names n values are ....in ur flat file it contains some fields...u want to update those field values in database table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping in the sense u have to assign these fields to the standard database fields through this application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 06:04:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009614#M410037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T06:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009615#M410038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;program- program name&lt;/P&gt;&lt;P&gt;dynopro--- Screen number&lt;/P&gt;&lt;P&gt;dynbegin---- Flag to say start of screen&lt;/P&gt;&lt;P&gt;fnam --- name of field on screen&lt;/P&gt;&lt;P&gt; fval---- value in field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above variable are used to map the fields in the file to be uploaded  to the fields on the screen  so that the correct values are updated in database&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 06:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009615#M410038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T06:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009616#M410039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC Methods need a common data structure for storing the instructions and data for SAP transactions. This structure is defined as BDCDATA in the dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields of BDCDATA Structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM [CHAR 8] - Online Program Name&lt;/P&gt;&lt;P&gt;DYNPRO [NUMC 4] - Screen Number&lt;/P&gt;&lt;P&gt;DYNBEGIN [CHAR 1]-Flag to Indicate the start of a new screen&lt;/P&gt;&lt;P&gt;FNAM [CHAR 35]- Field name of a screen field to be filled with Data&lt;/P&gt;&lt;P&gt;FVAL [CHAR 80]-The actual value to be filled into the specified screen field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 06:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009616#M410039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T06:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009617#M410040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mapping means comparing the fields in the flat file &amp;amp; the screen means which screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 06:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009617#M410040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T06:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009618#M410041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to your first question,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the things which you have asked are the parameters in the BDC_OPEN_GROUP which is a FM for the SESSION Method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are  &lt;/P&gt;&lt;P&gt;program : Program Name&lt;/P&gt;&lt;P&gt;dynpro : screen no.&lt;/P&gt;&lt;P&gt;dynbegin.:  First screen&lt;/P&gt;&lt;P&gt;fnam :  User-defined variable for passing screen field  name.&lt;/P&gt;&lt;P&gt;fval :  :  User-defined variable for passing screen field value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Session method, First the data is uploaded from flat file ,then it is mapped and then it is populated into our BDCTAB. So here, mapping is the method which links the user-defined field to the Pre-defined SAP standard fields. So depending on the Data to be uploaded, we design the mapping logic. After mapping is successful, then data is uploaded into SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 06:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009618#M410041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T06:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009619#M410042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; what do u mean by populated into our BDCTAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 06:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009619#M410042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T06:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009620#M410043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here BDCTAB is our internal table which we use for mapping purpose.After mapping the data is uploaded into this internal table and then subsequently through  this  into the SAP DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 06:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009620#M410043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T06:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009621#M410044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it right that first we have to upload the flat file to internal table then the internal table is mapped through program,dynpro,dynbegin,fnam &amp;amp; fval then it is uploaded in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : kna1.&lt;/P&gt;&lt;P&gt;data : begin of itab occur 0,&lt;/P&gt;&lt;P&gt;         kunnr like kna1-kunnr,&lt;/P&gt;&lt;P&gt;         land1 like kna1-land1,&lt;/P&gt;&lt;P&gt;         name1 like kna1-name1,&lt;/P&gt;&lt;P&gt;         end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : jatab like bdcdata occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call f 'ws_upload'.&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;filename = 'c:\ses.txt'.&lt;/P&gt;&lt;P&gt;filetype ='dat'.&lt;/P&gt;&lt;P&gt;tables data_tab = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call f 'BDC_OPEN_GROUP'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;client = sy-mandt.&lt;/P&gt;&lt;P&gt;group ='ABC'.&lt;/P&gt;&lt;P&gt;holddate = sy_datum.&lt;/P&gt;&lt;P&gt;keep = 'X'.&lt;/P&gt;&lt;P&gt;user = sy-uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;refresh jtab.&lt;/P&gt;&lt;P&gt;perform sub1 using 'yvtrans' 1000.&lt;/P&gt;&lt;P&gt;perform sub2 using 'kna1-kunnr' itab-kunnr.&lt;/P&gt;&lt;P&gt;perform sub2 using 'kna1-land1' itab-land1.&lt;/P&gt;&lt;P&gt;perform sub2 using 'kna1-name1' itab-name1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'bdc_insert'.&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;TCode ='yvtrans'.&lt;/P&gt;&lt;P&gt;tables dynprotab = jtab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call f 'bdc_close_group'.&lt;/P&gt;&lt;P&gt;form sub1 using A B&lt;/P&gt;&lt;P&gt;clear jtab.&lt;/P&gt;&lt;P&gt;jtab-program = A.&lt;/P&gt;&lt;P&gt;jtab -dynpro = B.&lt;/P&gt;&lt;P&gt;jtab-dynbegin = 'x'.&lt;/P&gt;&lt;P&gt;append jtab.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form sub2 using C D.&lt;/P&gt;&lt;P&gt;clear jtab.&lt;/P&gt;&lt;P&gt;jtab-fnam = C.&lt;/P&gt;&lt;P&gt;jtab-fval = D.&lt;/P&gt;&lt;P&gt;append jtab.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;desing flat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;49811  IN FDD&lt;/P&gt;&lt;P&gt;49812  IN AAA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yvtrans is trans. code designed-customer,country,name &lt;/P&gt;&lt;P&gt;                                     buttons-display exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u explain in detail what each step is doing in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where mapping is taking place &amp;amp; between which fields mapping exactly taking place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 06:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009621#M410044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T06:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009622#M410045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is your Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.	tables : kna1.&lt;/P&gt;&lt;P&gt;2.	data : begin of itab occur 0,&lt;/P&gt;&lt;P&gt;3.	kunnr like kna1-kunnr,&lt;/P&gt;&lt;P&gt;4.	land1 like kna1-land1,&lt;/P&gt;&lt;P&gt;5.	name1 like kna1-name1,&lt;/P&gt;&lt;P&gt;6.	end of itab.&lt;/P&gt;&lt;P&gt;7.	&lt;/P&gt;&lt;P&gt;8.	data : jatab like bdcdata occurs 0 with header line.&lt;/P&gt;&lt;P&gt;9.	&lt;/P&gt;&lt;P&gt;10.	call f 'ws_upload'.&lt;/P&gt;&lt;P&gt;11.	exporting&lt;/P&gt;&lt;P&gt;12.	filename = 'c:\ses.txt'.&lt;/P&gt;&lt;P&gt;13.	filetype ='dat'.&lt;/P&gt;&lt;P&gt;14.	tables data_tab = itab.&lt;/P&gt;&lt;P&gt;15.	&lt;/P&gt;&lt;P&gt;16.	call f 'BDC_OPEN_GROUP'&lt;/P&gt;&lt;P&gt;17.	exporting&lt;/P&gt;&lt;P&gt;18.	client = sy-mandt.&lt;/P&gt;&lt;P&gt;19.	group ='ABC'.&lt;/P&gt;&lt;P&gt;20.	holddate = sy_datum.&lt;/P&gt;&lt;P&gt;21.	keep = 'X'.&lt;/P&gt;&lt;P&gt;22.	user = sy-uname.&lt;/P&gt;&lt;P&gt;23.	&lt;/P&gt;&lt;P&gt;24.	loop at itab.&lt;/P&gt;&lt;P&gt;25.	refresh jtab.&lt;/P&gt;&lt;P&gt;26.	perform sub1 using 'yvtrans' 1000.&lt;/P&gt;&lt;P&gt;27.	perform sub2 using 'kna1-kunnr' itab-kunnr.&lt;/P&gt;&lt;P&gt;28.	perform sub2 using 'kna1-land1' itab-land1.&lt;/P&gt;&lt;P&gt;29.	perform sub2 using 'kna1-name1' itab-name1.&lt;/P&gt;&lt;P&gt;30.	&lt;/P&gt;&lt;P&gt;31.	call function 'bdc_insert'.&lt;/P&gt;&lt;P&gt;32.	exporting&lt;/P&gt;&lt;P&gt;33.	TCode ='yvtrans'.&lt;/P&gt;&lt;P&gt;34.	tables dynprotab = jtab.&lt;/P&gt;&lt;P&gt;35.	endloop.&lt;/P&gt;&lt;P&gt;36.	&lt;/P&gt;&lt;P&gt;37.	call f 'bdc_close_group'.&lt;/P&gt;&lt;P&gt;38.	form sub1 using A B&lt;/P&gt;&lt;P&gt;39.	clear jtab.&lt;/P&gt;&lt;P&gt;40.	jtab-program = A.&lt;/P&gt;&lt;P&gt;41.	jtab -dynpro = B.&lt;/P&gt;&lt;P&gt;42.	jtab-dynbegin = 'x'.&lt;/P&gt;&lt;P&gt;43.	append jtab.&lt;/P&gt;&lt;P&gt;44.	endform.&lt;/P&gt;&lt;P&gt;45.	&lt;/P&gt;&lt;P&gt;46.	form sub2 using C D.&lt;/P&gt;&lt;P&gt;47.	clear jtab.&lt;/P&gt;&lt;P&gt;48.	jtab-fnam = C.&lt;/P&gt;&lt;P&gt;49.	jtab-fval = D.&lt;/P&gt;&lt;P&gt;50.	append jtab.&lt;/P&gt;&lt;P&gt;51.	endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;EXPLANATION&amp;lt;/b&amp;gt; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, ITAB and JTAB are the internal tables, one is for fields&amp;#146; declaration and other is for field mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later we upload data from flat file using the WS_UPLOAD FM and then move it into our ITAB. We design ITAB structure same as that of the Flat file field structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then we go for the FM BDC_OPEN_GROUP which is used to create a session for processing the data, depending on the parameters given by us, such as group name of the session, whether to retain in the session log, which date session was created and name if the user creating the session, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then from lines 21 to 29 we go for mapping the ITAB fields with the JTAB using the perform statements. After the mapping is successful then it is inserted into our JTAB internal table using the FM BDC_INSERT. For this mapping the transaction which we design, here YVTRANS should also have the same fields as declared I our flat file and ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then at last we give the FM BDC_CLOSE_GROUP. This FM is used to close the session in order for it to be processed at a later  stage using SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 07:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009622#M410045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T07:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009623#M410046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks u now  i understood clearly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 08:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2009623#M410046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T08:04:36Z</dc:date>
    </item>
  </channel>
</rss>

